﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Titillium%20Web:200,300,300i,400,400i,600,600i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Josefin%20Sans:300,300i,400,400i,500,500i,600,600i,700,700i');

html {
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/
:root {
    --site-font-family: "Brown", "Inter", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #555555;
    font-family: var(--site-font-family);
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    word-break: break-word;
    box-sizing: border-box;
}

body.dark-scheme {
    color: #a3a3a3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--site-font-family);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #1a1a1a;
}

.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h3,
.dark-scheme h4,
.dark-scheme h5,
.dark-scheme h6 {
    color: #ffffff;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    margin: 0 0 20px;

}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 22px;
    margin: 40px 0 28px;
    font-weight: 400;
    padding: 50px 160px 0;
    position: relative;
    font-family: "Titillium Web", sans-serif;
    color: #1a1a1a;
    text-align: center;
}

blockquote cite {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    display: block;
    color: #9f9e9e;
    margin-top: 10px;
}

blockquote:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    background: url("images/quote.svg");
    width: 39px;
    height: 32px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.7142857143;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #ffffff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.bg-alt {
    background: #f7f7f7;
}

.bg-primary {
    background: #9f9e9e;
}

.text-primary {
    color: #9f9e9e;
}

.section-padd {
    padding: 110px 0;
}

.section-padd-bot {
    padding-bottom: 110px;
}

.section-padd-top {
    padding-top: 110px;
}

.section-padd-top70 {
    padding-top: 70px;
}

.lead {
    font-size: 18px;
}

.clear-both {
    clear: both;
}

.unstyle {
    list-style: none;
    padding-left: 0;
}

.font14 {
    font-size: 14px;
}

.text-light {
    color: #ffffff;
}

.text-light * {
    color: #ffffff;
}

.bolder {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.lighter {
    font-weight: 300;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.dtable {
    display: table;
}

.dcell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.flex-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overflow {
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.layer-behind {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f4f4f4;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.gaps {
    clear: both;
    height: 20px;
    display: block;
}

.gaps.size-2x {
    height: 40px;
}

.number-stroke {
    font-family: "Titillium Web", sans-serif;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 0.5;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.title-link {
    display: inline;
    background-size: 0 2px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}

.title-link:hover {
    background-size: 100% 2px;
}

.btn-details {
    position: relative;
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    z-index: 0;
    letter-spacing: 0.5px;
}

.btn-details:before {
    position: absolute;
    content: "";
    background: #dddddd;
    bottom: -3px;
    left: -7px;
    width: 20px;
    height: 12px;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-details:hover {
    color: #1a1a1a;
}

.btn-details:hover:before {
    width: calc(100% + 14px);
    transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.img-lgpopup {
    cursor: pointer;
}

.img-lgpopup i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    color: #ffffff;
}

.img-lgpopup i:before {
    font-size: 22px;
}

.img-lgpopup i:hover {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.btn-play {
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    display: block;
    background: #ffffff;
    color: #1a1a1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-play i:before {
    margin-left: 2px;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-play:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-play:hover:before {
    background: #1a1a1a;
}

.octf-swiper-button-next,
.octf-swiper-button-prev {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    color: #1a1a1a;
    outline: none;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    top: 50%;
    left: 0;
    background: #9f9e9e;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.octf-swiper-button-next i:before,
.octf-swiper-button-prev i:before {
    font-size: 16px;
}

.octf-swiper-button-next.swiper-button-disabled,
.octf-swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed;
}

.octf-swiper-button-next:not(.swiper-button-disabled):hover,
.octf-swiper-button-prev:not(.swiper-button-disabled):hover {
    color: #ffffff;
    background: #1a1a1a;
}

.octf-swiper-button-next {
    left: auto;
    right: 0;
}

.octf-swiper-pagination {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1;
}

.octf-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    opacity: 1;
    background: 0;
    border: 1px solid;
    border-color: transparent;
    outline: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #323232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-swiper-pagination .swiper-pagination-bullet-active {
    border-color: #323232;
}

.arrow-top {
    padding-top: 70px;
}

.arrow-top .octf-swiper-button-next,
.arrow-top .octf-swiper-button-prev {
    background: 0;
}

.arrow-top .octf-swiper-button-next:hover,
.arrow-top .octf-swiper-button-prev:hover {
    background: 0;
    color: #9f9e9e;
}

.arrow-top .octf-swiper-button-next {
    top: 30px;
    right: 0;
}

.arrow-top .octf-swiper-button-prev {
    right: 60px;
    left: auto;
    top: 30px;
}

.arrow-bot {
    padding-bottom: 70px;
}

.arrow-bot .octf-swiper-button-next,
.arrow-bot .octf-swiper-button-prev {
    top: auto;
    bottom: 0;
    background: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.arrow-bot .octf-swiper-button-next:hover,
.arrow-bot .octf-swiper-button-prev:hover {
    background: 0;
    color: #9f9e9e;
}

.arrow-bot .octf-swiper-button-prev {
    right: 60px;
    left: auto;
}

.scroll-down {
    position: relative;
    color: #ffffff;
    display: inline-block;
    min-height: 50px;
    line-height: 1;
}

.scroll-down:hover,
.scroll-down:active,
.scroll-down:focus {
    color: #ffffff;
}

.scroll-down:after {
    position: absolute;
    content: "";
    font-family: "Flaticon";
    font-size: 14px;
    bottom: 0;
    left: 43%;
    animation: MoveUpDown 1.5s linear infinite;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-vertical .container {
    width: 100%;
}

@media (min-width: 768px) {
    .header-vertical .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .header-vertical .container {
        max-width: 970px;
    }
}

@media (min-width: 1230px) {
    .header-vertical .container {
        max-width: 1200px;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
        opacity: 0;
    }
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: 10px;
    }
}

.dark-scheme {
    background: #0a0a0a;
}

.dark-scheme .btn-details {
    color: #ffffff;
}

.dark-scheme .btn-details:before {
    background: #505050;
}

.dark-scheme blockquote {
    color: #ffffff;
}

.dark-scheme blockquote:before {
    background-image: url("images/quote_dark.png");
}

/*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior;
     see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff;
    /* Fallback for when there is no custom background color defined. */
    overflow: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 20px;
    padding-left: 18px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

.none-style {
    list-style: none;
    padding-left: 0;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption,
td,
th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table,
th,
td {
    border: 1px solid #eee;
}

th {
    font-weight: 700;
}

th,
td {
    padding: 0.4375em;
}

/*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/
/* #button Group ================================================== */
.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 41px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid transparent;
    color: #ffffff;
    outline: none;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.octf-btn:before,
.octf-btn:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-btn:before {
    width: calc(100% + 2px);
    height: 1px;
    bottom: -6px;
    left: 10px;
}

.octf-btn:after {
    width: 1px;
    height: calc(100% + 2px);
    top: 10px;
    right: -6px;
}

.octf-btn:hover,
.octf-btn:active,
.octf-btn:focus {
    background: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.octf-btn:hover:before,
.octf-btn:active:before,
.octf-btn:focus:before {
    width: 0;
}

.octf-btn:hover:after,
.octf-btn:active:after,
.octf-btn:focus:after {
    height: 0;
}

.dark-scheme .octf-btn {
    background: #ffffff;
    color: #1a1a1a;
}

.dark-scheme .octf-btn:hover,
.dark-scheme .octf-btn:active,
.dark-scheme .octf-btn:focus {
    background: #1a1a1a;
    color: #ffffff;
}

.octf-btn.octf-btn-light {
    background: #ffffff;
    color: #1a1a1a;
}

.octf-btn.octf-btn-light:before,
.octf-btn.octf-btn-light:after {
    background: #ffffff;
}

.octf-btn.octf-btn-light:visited {
    background: #ffffff;
    color: #1a1a1a;
}

.octf-btn.octf-btn-light:hover,
.octf-btn.octf-btn-light:focus {
    color: #ffffff;
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.octf-btn.octf-btn-dark {
    color: #ffffff;
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:before,
.octf-btn.octf-btn-dark:after {
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:visited {
    color: #ffffff;
    background: #1a1a1a;
}

.octf-btn.octf-btn-dark:hover,
.octf-btn.octf-btn-dark:focus {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    color: #555555;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 10px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #555555;
}

select {
    border: none;
    background: #ffffff;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
    width: 100%;
    height: 130px;
    vertical-align: top;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
}

/*Dark Scheme*/
.dark-scheme input[type=text],
.dark-scheme input[type=email],
.dark-scheme input[type=url],
.dark-scheme input[type=password],
.dark-scheme input[type=search],
.dark-scheme input[type=number],
.dark-scheme input[type=tel],
.dark-scheme input[type=range],
.dark-scheme input[type=date],
.dark-scheme input[type=month],
.dark-scheme input[type=week],
.dark-scheme input[type=time],
.dark-scheme input[type=datetime],
.dark-scheme input[type=datetime-local],
.dark-scheme input[type=color],
.dark-scheme textarea {
    color: #a3a3a3;
    background: transparent;
    border-bottom-color: #292929;
}

.dark-scheme input[type=text]:focus,
.dark-scheme input[type=email]:focus,
.dark-scheme input[type=url]:focus,
.dark-scheme input[type=password]:focus,
.dark-scheme input[type=search]:focus,
.dark-scheme input[type=number]:focus,
.dark-scheme input[type=tel]:focus,
.dark-scheme input[type=range]:focus,
.dark-scheme input[type=date]:focus,
.dark-scheme input[type=month]:focus,
.dark-scheme input[type=week]:focus,
.dark-scheme input[type=time]:focus,
.dark-scheme input[type=datetime]:focus,
.dark-scheme input[type=datetime-local]:focus,
.dark-scheme input[type=color]:focus,
.dark-scheme textarea:focus {
    color: #a3a3a3;
}

.dark-scheme ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3;
}

.dark-scheme ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3;
}

.dark-scheme :-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3;
}

.dark-scheme :-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3;
}

/*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/
a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    color: #1a1a1a;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #9f9e9e;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.dark-scheme a {
    color: #ffffff;
}

.dark-scheme a:hover,
.dark-scheme a:focus,
.dark-scheme a:active {
    color: #ffffff;
}

/*-------------------------------------------------------------- ## Top Bar --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Logo --------------------------------------------------------------*/
#site-logo {
    min-width: 200px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    line-height: 1;
}

#site-logo img {
    height: 70px;
    padding: 5px;
}

#site-logo img.logo-static {
    display: block;
}

#site-logo img.logo-scroll {
    display: none;
}

.is-stuck #site-logo img.logo-static {
    display: none;
}

.is-stuck #site-logo img.logo-scroll {
    display: block;
}

/*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/
.main-navigation ul,
.vertical-main-navigation ul {
    list-style: none;
    padding-left: 0;
}

.homepage1-body {
    overflow-x: hidden;
  }
  .homepage1-body .header-area.homepage1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 16px 0;
    transition: all 0.4s;
    BACKGROUND-COLOR: rgb(0 0 0 / 38%);
    BOX-SHADOW: 0 4px 20px rgb(0 0 0 / 21%);
  }
  
  
  .homepage1-body .header-area.homepage1 nav#navbar-example2 {
    display: block;
    padding: 0;
  }
  .homepage1-body .header-area.homepage1 nav#navbar-example2 ul li a.nav-link.active {
    color: var(--ztc-text-text-4);
  }
  .homepage1-body .header-area.homepage1 .header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s;
  }
  .homepage1-body .header-area.homepage1 .header-elements .all-images-menu {
    display: flex;
    align-items: center;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu {
    position: relative;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li {
    display: inline-block;
    position: relative;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    margin: 0 20px 0 0;
    overflow: hidden;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.7;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 33%;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1.comming-soon::after {
    display: none !important;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 330px;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-text-text-2);
    opacity: 0;
    border-radius: 4px;
    transform: scale(0.8);
    z-index: 1;
    visibility: hidden;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
    border: 1px solid #E5E7EB;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    position: absolute;
    top: 20%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.6s;
    margin: 0 auto;
    left: 14%;
    right: 14%;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    padding: 6px 15px;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    top: 10px;
    left: 0px;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -71px;
    top: -66px;
    transition: all 0.4s;
    background: #FF6610;
    transform: rotate(-45deg);
    z-index: -1;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
    font-size: var(--ztc-font-size-font-s12);
    font-weight: var(--ztc-weight-bold);
    font-family: var(--ztc-family-font1);
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s12);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-content a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    margin-top: 16px;
    text-align: center;
    display: block;
    padding: 0 !important;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    position: absolute;
    transition: all 0.4s;
    transform: scale(1);
    top: 201.3%;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    z-index: 9;
    top: 50px;
    position: absolute;
    transition: all 0.4s;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s;
    padding: 0 40px;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover > a {
    transition: all 0.4s;
    color: #2a8bea;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
    left: -255px;
    width: 1300px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    position: absolute;
    background: var(--ztc-text-text-1);
    top: 100px;
    width: 335px;
    z-index: 1;
    transition: all 0.4s;
    border-radius: 5px;
    padding: 15px;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
    position: relative;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
    transition: all 0.4s;
    padding-left: 25px;
    color: var(--ztc-text-text-4);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: var(--ztc-text-text-4);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li {
    display: block;
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a {
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
    padding: 8px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 3px;
    transition: all 0.4s;
    z-index: -1;
    left: -10px;
    top: 20%;
    border-radius: 4px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: var(--ztc-text-text-4);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 25px;
    color: var(--ztc-text-text-4);
  }
  .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
    border-radius: 4px;
    visibility: visible;
    transition: all 0.4s;
    opacity: 1;
    left: 0;
  }
  
  .header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    BACKGROUND-COLOR: rgb(0 0 0 / 88%);
    BOX-SHADOW: 0 4px 20px rgb(0 0 0 / 21%);
    transition: all 0.4s;
  }
  
  .btn-area {
    display: flex;
    align-items: center;
  }
  .btn-area .search-icon a {
    right: 19px;
    position: relative;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-bg-bg-1);
  }
  

.site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 16px 0;
    transition: all 0.4s;
    BACKGROUND-COLOR: rgb(0 0 0 / 38%);
    BOX-SHADOW: 0 4px 20px rgb(0 0 0 / 21%);
}

.site-header.header-static {
    position: static;
}

.octf-main-header {
    
 
}

.octf-mainbar-container {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.octf-mainbar {
    display: flex;
    flex-flow: column wrap;
    flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
    
}

.octf-mainbar-row>[class^=octf-col] {
    display: flex;
    align-items: stretch;
    position: static;
}

.octf-mainbar-row .octf-col {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.octf-mainbar-row>[class^=octf-col] {
    flex-flow: row nowrap;
}

.octf-mainbar-row>[class^=octf-col].text-left {
    justify-content: flex-start;
}

.octf-mainbar-row>[class^=octf-col].text-center {
    justify-content: center;
}

.octf-mainbar-row>[class^=octf-col].text-right {
    justify-content: flex-end;
}

.octf-main-header .octf-row>div:empty {
    display: none;
}

.octf-row {
    margin-right: -15px;
    margin-left: -15px;
}

.octf-col:before {
    display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.octf-header-module {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Main Menu */
.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation>ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    font-size: 18px;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation>ul>li {
    margin: 0px 20px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation>ul>li:last-child {
    margin-right: 0;
}

.main-navigation>ul>li:first-child {
    margin-left: 0;
}

.main-navigation>ul>li>a:before {
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -14px;
    left: 50%;
    opacity: 0;
    margin-left: -5px;
    background: #ffffff;
    content: "";
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transform: rotate(45deg);
}

.main-navigation>ul>li:hover>a:before,
.main-navigation>ul>li.current-menu-item>a:before,
.main-navigation>ul>li.current-menu-ancestor>a:before {
    bottom: -4px;
    opacity: 1;
}

.main-navigation ul ul {
    float: none;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #1a1a1aeb;
}

.main-navigation ul>li>a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.main-navigation ul>li.menu-item-has-children>a {
    padding-right: 17px;
}

.main-navigation>ul>li.menu-item-has-children:last-child>a:after {
    right: 0px;
}

.main-navigation ul li li {
    display: block;
    position: relative;
    padding: 0px 34px;
}

.main-navigation ul li li a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    display: block;
    padding: 5px 0px 5px 0px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-transform: uppercase;
}

.main-navigation:not(.no-line) ul li li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.main-navigation:not(.no-line) ul li li a:hover:before,
.main-navigation:not(.no-line) ul ul li.current-menu-item>a:before,
.main-navigation:not(.no-line) ul ul li.current-menu-ancestor>a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
    width: 30px;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item>a,
.main-navigation ul ul li.current-menu-ancestor>a {
    padding-left: 40px;
    color: #ffffff;
}

.main-navigation.no-line ul li li a:hover,
.main-navigation.no-line ul ul li.current-menu-item>a,
.main-navigation.no-line ul ul li.current-menu-ancestor>a {
    padding-left: 0;
}

.main-navigation ul>li.menu-item-has-children>a:after {
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    font-family: "Flaticon";
    content: "";
    font-size: 8px;
    line-height: 1;
    color: #c3c7c9;
    font-weight: 500;
}

.main-navigation ul>li.menu-item-has-children>a:hover:after {
    color: #ffffff;
}

.main-navigation ul>li li.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    font-family: Flaticon;
    top: 50%;
    right: 0;
    margin-top: -5px;
    font-size: 9px;
    color: #b6b6b6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: rotate(-90deg);
}

.main-navigation ul li ul {
    min-width: 290px;
    white-space: nowrap;
    padding: 20px 0px;
    position: absolute;
    top: 100%;
    left: -34px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.main-navigation ul li ul:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0;
}

.main-navigation ul li ul ul {
    left: calc(100% + 2px);
    top: -30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-navigation ul>li:hover>ul {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

@-webkit-keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    border: none !important;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.admin-bar .is-stuck,
.admin-bar .site-header-vertical {
    top: 32px;
}

@media screen and (min-width: 1024px) {
    .is-stuck {
        background-color: #1a1a1a;
        -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
        -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
        BACKGROUND-COLOR: rgb(0 0 0 / 60%);
        BOX-SHADOW: 0 4px 20px rgb(0 0 0 / 21%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%);
    }

    .is-stuck .main-navigation ul.menu>li:hover>ul {
        transform: translateY(0);
    }

    .is-stuck .main-navigation ul.menu>li>a {
        color: #ffffff;
    }

    .is-stuck .main-navigation ul.menu>li>a:after {
        color: #ffffff;
    }

    .is-stuck .main-navigation ul.menu>li>a:before {
        background: #ffffff;
    }

    .is-stuck .cart-contents .count {
        background: #ffffff;
        color: #1a1a1a;
    }
}

/* Responsive */
@media (max-width: 1199px) {
    .main-navigation>ul>li {
        margin: 0 14px;
    }
}

@media (max-width: 1440px) {
    .octf-btn-cta .btn-cta-header {
        display: none;
    }
}

@media (max-width: 1265px) {
    .octf-btn-cta .contact-header {
        display: none;
    }
}

@media (max-width: 782px) {

    .admin-bar .site-header,
    .admin-bar .site-header-vertical,
    .admin-bar .is-stuck {
        top: 46px;
    }
}

@media (max-width: 600px) {

    .admin-bar .is-stuck,
    .admin-bar .site-header-vertical {
        top: 0;
    }
}

.mobile_mainmenu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  

/*-------------------------------------------------------------- ## Vertical Header --------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
    .site-header-vertical {
        background-image: url(images/bg/bg-left-menu.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .site-header-vertical {
        width: 340px;
    }

    .header-vertical .site-footer {
        margin-left: 340px;
    }

    .header-vertical .footer-bottom {
        margin-left: 340px;
    }

    .header-vertical .site-content {
        margin-left: 340px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-vertical .site-footer {
        margin-left: 340px;
    }

    .site-header-vertical {
        position: fixed;
        top: 0;
        left: 0;
        width: 340px;
        height: 100%;
        outline: 0;
        z-index: 101;
        -webkit-backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .site-header-vertical .header-desktop {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        height: 100%;
    }

    .vertical-main-navigation {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        min-height: 0;
        vertical-align: middle;
        padding: 0;
        z-index: 100;
    }

    .vertical-main-navigation>ul {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .vertical-main-navigation ul {
        font-family: "Titillium Web", sans-serif;
        font-weight: normal;
        font-size: 14px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .vertical-main-navigation ul ul {
        margin: 0;
        padding: 0;
        background-color: #2a2a2a;
    }

    .vertical-main-navigation ul>li>a {
        position: relative;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        display: block;
        outline: none;
        color: #ffffff;
        line-height: 48px;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .vertical-main-navigation ul>li.menu-item-has-children>a:after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px;
        font-family: "Flaticon";
        content: "";
        font-size: 8px;
        line-height: 1;
        color: #ffffff;
        font-weight: 500;
    }

    .vertical-main-navigation ul li {
        display: block;
        position: relative;
    }

    .vertical-main-navigation ul li li {
        padding: 0px 34px;
    }

    .vertical-main-navigation ul li li a {
        font-size: 16px;
        line-height: 30px;
        color: #b6b6b6;
        text-align: left;
        display: block;
        padding: 5px 0px 5px 0px;
        position: relative;
        text-decoration: none;
        outline: none;
        text-transform: none;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }

    .vertical-main-navigation ul li li a:hover,
    .vertical-main-navigation ul li li.current-menu-item>a,
    .vertical-main-navigation ul li li.current-menu-ancestor>a {
        padding-left: 40px;
        color: #ffffff;
    }

    .vertical-main-navigation ul li ul {
        min-width: 250px;
        white-space: nowrap;
        padding: 20px 0px;
        position: absolute;
        top: 10px;
        left: calc(100% + 15px);
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

    .vertical-main-navigation ul li ul ul {
        left: 100%;
        top: 10px;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
    }

    .vertical-main-navigation ul>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .vertical-main-navigation.no-line ul li li a:hover,
    .vertical-main-navigation.no-line ul ul li.current-menu-item>a,
    .vertical-main-navigation.no-line ul ul li.current-menu-ancestor>a {
        padding-left: 0;
    }

    .vertical-main-navigation:not(.no-line) ul li li a:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 0px;
        height: 1px;
        background: #ffffff;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        visibility: hidden;
        opacity: 0;
    }

    .vertical-main-navigation:not(.no-line) ul li li a:hover:before,
    .vertical-main-navigation:not(.no-line) ul ul li.current-menu-item>a:before,
    .vertical-main-navigation:not(.no-line) ul ul li.current-menu-ancestor>a:before {
        left: 0px;
        visibility: visible;
        opacity: 1;
        width: 30px;
    }
}

@media (min-width: 768px) {
    .row-height-full.elementor-section.elementor-section-height-full>.elementor-container .elementor-row {
        height: 100%;
    }
}

/*-------------------------------------------------------------- ## Header Mobile --------------------------------------------------------------*/
.header_mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .octf-main-header,
    .header-desktop {
        display: none;
    }

    .header_mobile {
        display: block;
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
   
    }

    .header_mobile.open,
    .header_mobile.is-stuck {
        background: #1a1a1a;
        -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    }

    .header_mobile .mobile_nav .mobile_mainmenu li a {
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .header_mobile .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
        color: rgba(255, 255, 255, 0.7);
    }

    .header_mobile .mlogo_wrapper {
        position: relative;
    }

    .header_mobile .mlogo_wrapper img {
        height: 90px;
    }

    .header_mobile .mlogo_wrapper .mobile_logo {
        float: left;
    }

    #mmenu_toggle {
        position: absolute;
        cursor: pointer;
        width: 26px;
        height: 20px;
        right: 34px;
        margin-top: -10px;
        top: 50%;
    }

    #mmenu_toggle button {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -2px 0 0;
        background: #ffffff;
        height: 3px;
        padding: 0;
        border: none;
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        outline: none;
        border-radius: 2px;
    }

    #mmenu_toggle button:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        width: 26px;
        height: 3px;
        background: #ffffff;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }

    #mmenu_toggle button:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 26px;
        height: 3px;
        background: #ffffff;
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        border-radius: 2px;
    }

    #mmenu_toggle.active button {
        background: none;
    }

    #mmenu_toggle.active button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    #mmenu_toggle.active button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .mobile_nav {
        display: none;
        margin-top: 20px;
    }

    .mobile_nav .mobile_mainmenu {
        font-family: "Titillium Web", sans-serif;
        margin: 0;
        padding: 0;
    }

    .mobile_nav .mobile_mainmenu ul {
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 15px;
    }

    .mobile_nav .mobile_mainmenu ul {
        display: none;
    }

    .mobile_nav .mobile_mainmenu li {
        position: relative;
        list-style: none;
    }

    .mobile_nav .mobile_mainmenu li a {
        padding: 9px 0;
        display: block;
        font-size: 16px;
    }

    .mobile_nav .mobile_mainmenu>li>a {
        text-transform: uppercase;
        font-size: 14px;
    }

    .mobile_nav .mobile_mainmenu>li:last-child>a {
        border: none;
    }

    .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow {
        color: #ffffff;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 40px;
        height: auto;
        padding: 9px 12px 9px 0;
        line-height: inherit;
        text-align: right;
        box-sizing: border-box;
    }

    .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i {
        color: #9397a7;
        display: inline-block;
        line-height: 1;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i:before {
        font-size: 10px;
        font-weight: 600;
    }

    .mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile_nav ul li a:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0;
        width: 30px;
        height: 1px;
        background: #ffffff;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        visibility: hidden;
        opacity: 0;
    }

    .mobile_nav ul li>a:hover:before {
        visibility: visible;
        opacity: 1;
    }

    .mobile_nav ul li a:hover {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .mlogo_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .mobile_logo img {
        max-width: 230px;
        max-height: 47px;
    }
}

/*-------------------------------------------------------------- ## Page Header --------------------------------------------------------------*/
.page-header {
    width: 100%;
    height: 470px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    background: center center no-repeat;
    background-size: cover;
    position: relative;
}

.page-header .breadcrumbs {
    margin-bottom: 0;
    padding-left: 0;
}

.page-header .breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-left: 24px;
    margin-left: 7px;
}

.page-header .breadcrumbs li:before {
    content: "••";
    position: absolute;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    left: -2px;
    top: 8px;
}

.page-header .breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.page-header .breadcrumbs li:first-child:before {
    display: none;
}

.page-header .breadcrumbs li a {
    color: #ffffff;
    background-size: 0 2px;
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}

.page-header .breadcrumbs li a:hover {
    background-size: 100% 2px;
}

.page-header.header-static .page-title {
    margin-top: -15px;
}

.page-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 300;
    margin-top: 75px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*Header Left*/
.header-vertical .page-header {
    height: 400px;
}

/* Dark scheme*/
.dark-scheme .page-title {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .page-header {
        height: 315px;
    }

    .page-title {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .page-header .page-title {
        font-size: 32px;
    }
}

/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*-------------------------------------------------------------- # Content --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/
.entry-content {
    padding: 90px 0 100px;
}

.post-box .post-inner {
    padding: 40px 40px 38px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    margin-bottom: 60px;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.post-box .entry-title {
    margin-bottom: 12px;
    height: 70px;
}

.post-box .entry-title a {
    color: #1a1a1a;
    background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}

.post-box p {
    line-height: 30px;
    margin-bottom: 16px;
}

.post-box .entry-footer {
    line-height: 1;
}

.post-box .entry-media {
    position: relative;
    margin-bottom: 34px;
    overflow: hidden;
}

.post-box .entry-media.post-cat-abs .post-cat {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.post-box .entry-media .video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-box .post-cat {
    margin-bottom: -10px;
}

.post-box .post-cat a {
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.1;
    display: inline-block;
    color: #ffffff;
    background: #1a1a1a;
    padding: 8px 10px;
    margin-right: 7px;
    margin-bottom: 10px;
}

.post-box .post-cat a:hover {
    background: #f5f5f5;
    color: #1a1a1a;
}

.post-box .entry-meta {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.post-box .entry-meta>span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 25px;
}

.post-box .entry-meta>span:before {
    position: absolute;
    content: "••";
    font-size: 18px;
    line-height: 1;
    left: -2px;
    top: 4px;
}

.post-box .entry-meta>span:first-child {
    padding-left: 0;
}

.post-box .entry-meta>span:first-child:before {
    display: none;
}

.post-box .entry-meta>span a {
    color: #9f9e9e;
}

.post-box .entry-meta>span a:hover {
    color: #1a1a1a;
}

.post-box .img-slider {
    position: relative;
}

.post-box .img-slider .octf-swiper-button-next,
.post-box .img-slider .octf-swiper-button-prev {
    background: #ffffff;
    color: #1a1a1a;
}

.post-box .img-slider .octf-swiper-button-next:hover,
.post-box .img-slider .octf-swiper-button-prev:hover {
    color: #9f9e9e;
}

.post-box .audio-box iframe {
    width: 100%;
    margin-bottom: 30px;
}

.post-box .link-box {
    margin-bottom: 22px;
    position: relative;
    padding-left: 52px;
}

.post-box .link-box a {
    font-size: 22px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    color: #1a1a1a;
}

.post-box .link-box i {
    color: #1a1a1a;
    position: absolute;
    left: 0;
    top: -1px;
}

.post-box .link-box i:before {
    font-size: 40px;
    line-height: 1;
}

.post-box .quote-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.post-box .quote-box img {
    float: left;
    width: 28px;
    height: 22px;
    margin-top: 4px;
}

.post-box .quote-box img:before {
    font-size: 100px;
    line-height: 1;
}

.post-box .quote-box .quote-text {
    position: relative;
    padding-left: 42px;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Titillium Web", sans-serif;
    color: #1a1a1a;
}

.post-box .quote-box .quote-text span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #9f9e9e;
}

.post-box .quote-box .quote-text:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-image: url("images/quote_blog_list.html");
    width: 28px;
    height: 22px;
    background-repeat: no-repeat;
}

.post-box:not(.blog-post):hover .post-inner {
    border-color: #1a1a1a;
}

.page-pagination {
    margin-top: 50px;
    margin-bottom: 0;
}

.page-pagination li {
    display: inline-block;
}

.page-pagination li a,
.page-pagination li span {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
    border-bottom: 2px solid #d8d8d8;
    padding: 7px;
    background: transparent;
}

.page-pagination li a i:before,
.page-pagination li span i:before {
    font-size: 12px;
}

.page-pagination li a.next,
.page-pagination li a.prev {
    line-height: 15px;
}

.page-pagination li span,
.page-pagination li a:hover {
    color: #1a1a1a;
    border-bottom-color: #000000;
}

/* blog post */
.blog-post {
    box-shadow: none;
    overflow: inherit;
    margin-bottom: 0;
}

.blog-post>.inner-post p:not(:last-child) {
    margin-bottom: 20px;
}

.blog-post>.inner-post p:last-child {
    margin-bottom: 0;
}

.blog-post>.inner-post .entry-summary {
    padding-bottom: 50px;
    overflow: hidden;
}

.blog-post .entry-footer {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-post .tagcloud {
    margin: 2px -3px 0;
    float: left;
}

.blog-post .tagcloud a {
    color: #1a1a1a;
    background: #ffffff;
    font-size: 14px !important;
    font-family: "Titillium Web", sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0 3px;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.blog-post .tagcloud a:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.blog-post .share-post {
    float: right;
    margin: 0 -5px;
}

.blog-post .share-post a {
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #1a1a1a;
    margin: 0 5px;
    border: 1px solid #e0e0e0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-post .share-post a:hover {
    color: #ffffff;
}

.blog-post .share-post a:hover.face {
    background: #4661c5;
    border-color: #4661c5;
}

.blog-post .share-post a:hover.twit {
    background: #44b1e4;
    border-color: #44b1e4;
}

.blog-post .share-post a:hover.pint {
    background: #ff2e2e;
    border-color: #ff2e2e;
}

.blog-post .share-post a:hover.linked {
    background: #0073B0;
    border-color: #0073B0;
}

.blog-post .share-post a:hover.google {
    background: #DC4A38;
    border-color: #DC4A38;
}

.blog-post .share-post a:hover.tumblr {
    background: #3C586D;
    border-color: #3C586D;
}

.blog-post .share-post a:hover.reddit {
    background: #FD4507;
    border-color: #FD4507;
}

.blog-post .share-post a:hover.vk {
    background: #5082B9;
    border-color: #5082B9;
}

.blog-post .author-bio {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 76px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-post .author-bio .author-image {
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    border: 10px solid #ffffff;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-post .author-bio .author-info {
    padding: 96px 170px 46px;
    background-position: center;
    background-repeat: no-repeat;
}

.blog-post .author-bio .author-info h5 {
    margin-bottom: 15px;
}

.blog-post .author-bio .author-info .des {
    margin-bottom: 15px;
}

.blog-post .author-bio .author-info .author-socials a {
    font-size: 14px;
    margin-right: 22px;
    color: #b6b6b6;
}

.blog-post .author-bio .author-info .author-socials a:hover {
    color: #1a1a1a;
}

.blog-post .author-bio .author-info .author-socials a:last-child {
    margin-right: 0;
}

.drop-cap,
.elementor-drop-cap {
    font-family: "Titillium Web", sans-serif;
    float: left;
    text-align: center;
    background: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin: 8px 18px 0 0 !important;
}

.drop-cap span,
.elementor-drop-cap span {
    font-size: 24px;
    line-height: 40px;
    border: 1px solid #1a1a1a;
    display: block !important;
    font-weight: bold;
    color: #1a1a1a;
}

.post-nav {
    margin-bottom: 50px;
    overflow: hidden;
}

.post-nav a {
    position: relative;
    display: block;
    line-height: 1;
    min-height: 75px;
}

.post-nav a:before {
    position: absolute;
    font-family: "Flaticon";
    font-size: 20px;
    top: 50%;
    color: #1a1a1a;
    background: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-nav h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
}

.post-nav h6>span {
    background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.post-nav span:not(.title-link) {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #9f9e9e;
}

.post-nav .post-prev {
    float: left;
    margin-left: -40px;
    width: 380px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.post-nav .post-prev a {
    padding-left: 40px;
}

.post-nav .post-prev a:before {
    content: "";
    left: 0;
}

.post-nav .post-prev .thumb-post-prev {
    float: left;
    margin-right: 20px;
    width: 75px;
}

.post-nav .post-prev .info-post-prev {
    text-align: left;
}

.post-nav .post-prev:hover {
    margin-left: 0;
}

.post-nav .post-next {
    float: right;
    margin-right: -40px;
    width: 380px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.post-nav .post-next a {
    padding-right: 40px;
}

.post-nav .post-next a:before {
    content: "";
    right: 0;
}

.post-nav .post-next .thumb-post-next {
    float: right;
    margin-left: 20px;
    width: 75px;
}

.post-nav .post-next .info-post-next {
    text-align: right;
}

.post-nav .post-next:hover {
    margin-right: 0;
}

.related-posts h3,
.blog-grid h3,
.blog-slider h3 {
    margin-bottom: 30px;
}

.related-posts .post-box .post-inner,
.blog-grid .post-box .post-inner,
.blog-slider .post-box .post-inner {
    padding: 19px;
    margin-bottom: 0;
}

.related-posts .post-box .post-inner .entry-media,
.blog-grid .post-box .post-inner .entry-media,
.blog-slider .post-box .post-inner .entry-media {
    margin-bottom: 24px;
}

.related-posts .post-box .post-inner .the-excerpt,
.blog-grid .post-box .post-inner .the-excerpt,
.blog-slider .post-box .post-inner .the-excerpt {
    margin-bottom: 5px;
}

.related-posts .post-box .post-inner .entry-title,
.blog-grid .post-box .post-inner .entry-title,
.blog-slider .post-box .post-inner .entry-title {
    margin-bottom: 15px;
}

.related-posts {
    margin-bottom: 78px;
}

/*Version Dark*/
.dark-scheme .post-box .quote-box .quote-text:before {
    background-image: url("images/quote_blog_list_dark.png");
}

.dark-scheme .page-pagination li span,
.dark-scheme .page-pagination li a:hover {
    color: #a3a3a3;
    border-color: #505050;
}

.dark-scheme .blog-post .author-bio .author-info h5 {
    color: #1a1a1a;
}

.dark-scheme .blog-post .tagcloud a {
    color: #ffffff;
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.dark-scheme .blog-post .tagcloud a:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #1a1a1a;
}

.dark-scheme .post-nav a:before {
    color: #ffffff;
}

.dark-scheme .drop-cap,
.dark-scheme .elementor-drop-cap {
    background: #0a0a0a;
}

.dark-scheme .drop-cap span,
.dark-scheme .elementor-drop-cap span {
    border-color: #ffffff;
    color: #ffffff;
}

/*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/
.comments-area ol,
.comments-area ul {
    list-style: none;
    padding-left: 0;
}

.comments-area ol .comment-respond,
.comments-area ul .comment-respond {
    margin-top: -30px;
    margin-bottom: 40px;
}

.comments-area .comments-title {
    margin-bottom: 25px;
}

.comments-area .comment-item {
    padding-bottom: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comments-area .comment-item .gravatar {
    float: left;
}

.comments-area .comment-item .comment-content:not(.pingback) {
    padding-left: 110px;
}

.comments-area .comment-item .comment-meta {
    position: relative;
}

.comments-area .comment-item .comment-meta .comment-author {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
    margin-top: -3px;
}

.comments-area .comment-item .comment-meta .comment-time {
    font-family: "Josefin Sans", sans-serif;
    display: block;
    color: #9f9e9e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.comments-area .comment-item .comment-meta .comment-reply {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}

.comments-area ul.children {
    padding-left: 110px;
}

.comment-respond {
    padding-top: 10px;
}

.comment-respond .comment-reply-title small {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    margin-left: 5px;
}

.comment-respond .comment-reply-title small a {
    color: #ad1010;
}

.comment-respond .comment-reply-title small a:hover {
    color: #9f9e9e;
}

.comment-form p {
    margin-bottom: 20px;
    line-height: 1.4;
}

.comment-form p label {
    margin-left: 8px;
}

.comment-form p.form-submit {
    margin-bottom: 0;
}

.comment-form .comment-notes {
    margin-bottom: 10px;
}

.comment-form .logged-in-as {
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-form .logged-in-as a {
    color: #555555;
}

.comment-form input[type=text],
.comment-form input[type=email] {
    width: 100%;
}

.comment-form .octf-btn {
    margin-top: 10px;
}

.comment-form .octf-btn:before,
.comment-form .octf-btn:after {
    display: none;
}

.comment-form .octf-btn:hover {
    border: 1px solid;
}

/*Version Dark*/
.dark-scheme .comments-area .comment-item {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-scheme .comment-form .logged-in-as a {
    color: #a3a3a3;
}

/*-------------------------------------------------------------- ## Widgets --------------------------------------------------------------*/
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    position: relative;
}

.widget ul li a {
    display: inline;
    background-size: 0 2px;
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}

.widget ul li a:hover {
    background-size: 100% 2px;
}

.widget .tagcloud {
    margin: 0 -3px -10px;
}

.widget .tagcloud a {
    color: #1a1a1a;
    background: #ffffff;
    font-size: 14px !important;
    font-family: "Titillium Web", sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0 3px;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

.widget .tagcloud a:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.widget-area {
    font-family: "Titillium Web", sans-serif;
}

.widget-area .widget {
    margin-bottom: 43px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    padding-bottom: 12px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: left;
    position: relative;
}

.widget-area .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 2px;
    border-bottom: 2px dotted #1a1a1a;
}

.widget-area .widget ul:not(.recent-news)>li {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}

.widget-area .widget ul:not(.recent-news)>li:last-child {
    margin-bottom: 0;
}

.widget-area .widget ul:not(.recent-news)>li a {
    color: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.widget-area .widget ul:not(.recent-news)>li .count {
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    color: #9f9e9e;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.widget-area .widget select {
    width: 100%;
    padding: 8px;
    outline: none;
}

.widget-area .widget table caption {
    margin-bottom: 10px;
}

.widget-area .widget table td,
.widget-area .widget table th {
    border-color: #aaa;
    text-align: center;
}

.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a,
.widget-area .widget_nav_menu ul li a,
.widget-area .widget_product_categories ul li a {
    display: block;
    padding: 10px 10px;
    background: #f4f4f4;
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover,
.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_product_categories ul li a:hover {
    color: #ffffff;
    background: #1a1a1a;
    text-decoration: none;
}

.widget-area .widget_categories ul li a:hover+span.count,
.widget-area .widget_archive ul li a:hover+span.count,
.widget-area .widget_nav_menu ul li a:hover+span.count,
.widget-area .widget_product_categories ul li a:hover+span.count {
    color: #ffffff;
}

.widget-area .widget_nav_menu ul li a>span {
    color: #a3a3a3;
}

.widget-area .widget_nav_menu ul li.current-menu-item a {
    color: #ffffff;
    background: #1a1a1a;
}

.widget .recent-news li:not(:last-child) {
    margin-bottom: 25px;
}

.widget .recent-news .thumb {
    width: 100%;
}

.widget .recent-news h6 {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}

.widget .recent-news h6 a {
    color: #1a1a1a;
}

.widget .recent-news .post-on {
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    color: #9f9e9e;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    padding: 0 46px 0 10px;
    height: 46px;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #1a1a1a;
    background: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.search-form .search-submit i:before,
.search-form .search-submit i:after {
    font-size: 17px;
    font-weight: 600;
}

.author-widget_wrapper {
    padding: 30px;
    background-image: url('images/bg-author.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.author-widget_wrapper .author-widget_image-wrapper {
    margin-bottom: 22px;
}

.author-widget_wrapper .author-widget_title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #ffffff;
}

.author-widget_wrapper .author-widget_text {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #a3a3a3;
    margin-bottom: 15px;
}

.author-widget_social a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    cursor: pointer;
    margin-right: 7px;
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.author-widget_social a:last-child {
    margin-right: 0px;
}

.author-widget_social a:hover {
    background: #444444;
    border-color: #444444;
}

.instafeed-gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.instafeed-gallery .instafeed-item {
    display: inline-block;
    width: 33.33333333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.instafeed-gallery .instafeed-item a {
    display: inline-block;
    position: relative;
}

.instafeed-gallery .instafeed-item a img {
    max-width: 100%;
    height: auto;
}

.instafeed-gallery .instafeed-item a .overlay {
    opacity: 0;
}

.instafeed-gallery .instafeed-item a:hover .overlay {
    z-index: 1;
    opacity: 0.3;
}

.instafeed-gallery .instafeed-item:nth-last-child(1),
.instafeed-gallery .instafeed-item:nth-last-child(2),
.instafeed-gallery .instafeed-item:nth-last-child(3) {
    margin-bottom: 0;
}

/*Version Dark*/
.dark-scheme .widget-area .widget .widget-title:before {
    border-color: #ffffff;
}

.dark-scheme .widget-area .widget ul:not(.recent-news)>li a {
    color: #ffffff;
}

.dark-scheme .widget-area .widget_categories ul li a,
.dark-scheme .widget-area .widget_archive ul li a,
.dark-scheme .widget-area .widget_nav_menu ul li a,
.dark-scheme .widget-area .widget_product_categories ul li a {
    background: #1a1a1a;
}

.dark-scheme .widget-area .widget_categories ul li a:hover,
.dark-scheme .widget-area .widget_archive ul li a:hover,
.dark-scheme .widget-area .widget_nav_menu ul li a:hover,
.dark-scheme .widget-area .widget_product_categories ul li a:hover {
    color: #1a1a1a;
    background: #ffffff;
}

.dark-scheme .widget-area .widget_categories ul li a:hover+span.count,
.dark-scheme .widget-area .widget_archive ul li a:hover+span.count,
.dark-scheme .widget-area .widget_nav_menu ul li a:hover+span.count,
.dark-scheme .widget-area .widget_product_categories ul li a:hover+span.count {
    color: #1a1a1a;
}

.dark-scheme .widget .recent-news h6 a {
    color: #ffffff;
}

.dark-scheme .widget .tagcloud a {
    color: #ffffff;
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.dark-scheme .widget .tagcloud a:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #1a1a1a;
}

.dark-scheme .search-form .search-submit {
    color: #a3a3a3;
}

/*-------------------------------------------------------------- ## Responsive Blog --------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .content-area {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-post .author-bio .author-info {
        padding-right: 30px;
        padding-left: 30px;
        background-size: cover;
    }

    .post-nav .post-prev,
    .post-nav .post-next {
        width: 50%;
    }

    .post-nav .thumb-post-next,
    .post-nav .thumb-post-prev {
        display: none;
    }

    .post-nav .post-next {
        margin-right: 0;
    }

    .post-nav .post-prev {
        margin-left: 0;
    }

    .related-posts .col-sm-6:first-child {
        margin-bottom: 30px;
    }

    .comment-respond .comment-reply-title {
        font-size: 32px;
    }

    .comments-area ul.children {
        padding-left: 50px;
    }

    .comment-form .octf-btn {
        font-size: 12px;
        padding: 15px 28px;
    }
}

@media only screen and (max-width: 600px) {
    .single-post .entry-content {
        padding: 50px 0 70px;
    }

    .post-box .post-inner {
        padding: 20px 20px 18px;
    }
}

@media only screen and (max-width: 479px) {

    .blog-post .tagcloud,
    .blog-post .share-post {
        float: none;
    }

    .blog-post .share-post {
        margin-top: 20px;
    }
}

/*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.bypostauthor {
    color: inherit;
}

/*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/
.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -7px;
    margin-right: -7px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 7px;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*-------------------------------------------------------------- # Elementor Widgets --------------------------------------------------------------*/
/*-------------------------------------------------------------- ## Heading --------------------------------------------------------------*/
.ot-heading {
    position: relative;
}

.ot-heading>span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #9f9e9e;
    display: inline-block;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
    text-transform: uppercase;
}

.ot-heading.is-dots {
    padding-bottom: 30px;
}

.ot-heading.is-dots:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 66px;
    height: 2px;

}

.dark-scheme .ot-heading.is-dots:before {
    border-bottom-color: #ffffff;
}

.theratio-align-center .ot-heading.is-dots:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theratio-align-right .ot-heading.is-dots:before {
    left: auto;
    right: 2px;
}

.theratio-align-left .ot-heading.is-dots:before {
    left: 1px;
    right: auto;
}

@media (max-width: 1024px) {
    .theratio-tablet-align-center .ot-heading.is-dots:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .theratio-tablet-align-right .ot-heading.is-dots:before {
        left: auto;
        right: 2px;
    }

    .theratio-tablet-align-left .ot-heading.is-dots:before {
        left: 1px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .ot-heading>span {
        font-size: 12px;
    }

    .ot-heading h2 {
        font-size: 27px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mb-4, .my-4 h2 {
        text-align: center;
    }

 

    .ot-heading {
        padding-bottom: 20px;
    }

    .ot-heading:before {
        width: 40px;
    }

    .theratio-mobile-align-center .ot-heading.is-dots:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .theratio-mobile-align-right .ot-heading.is-dots:before {
        left: auto;
        right: 2px;
    }

    .theratio-mobile-align-left .ot-heading.is-dots:before {
        left: 1px;
        right: auto;
    }
}

@media (max-width: 600px) {
    .ot-heading h2 br {
        display: none;
    }
}

/*-------------------------------------------------------------- ## Video Popup --------------------------------------------------------------*/
.video-popup span {
    font-family: "Titillium Web", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
}

/*-------------------------------------------------------------- ## Icon Box --------------------------------------------------------------*/
.icon-box {
    padding: 37px 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main {
    color: #1a1a1a;
}

.icon-box .icon-main i,
.icon-box .icon-main span:before {
    font-size: 54px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box .icon-main i,
.icon-box .icon-main img {
    margin-bottom: 17px;
}

.icon-box .icon-main span {
    display: block;
    line-height: 1;
    margin-bottom: 28px;
}

.icon-box h5 {
    margin-bottom: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box h5 a {
    color: #1a1a1a;
}

.icon-box p {
    margin-bottom: 13px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
}

.icon-box--bg-img.icon-box--is-line-hover:before,
.icon-box--bg-img.icon-box--is-line-hover:after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box--bg-img.icon-box--is-line-hover:before {
    width: 0;
    height: 1px;
    bottom: -10px;
    left: 10px;
}

.icon-box--bg-img.icon-box--is-line-hover:after {
    width: 1px;
    height: 0;
    top: 10px;
    right: -11px;
}

.icon-box--bg-img.icon-box--is-line-hover:hover:before {
    width: calc(100% + 5px);
}

.icon-box--bg-img.icon-box--is-line-hover:hover:after {
    height: calc(100% + 5px);
}

.icon-box--bg-img:hover {
    background-color: #1a1a1a;
}

.icon-box--bg-img:hover h5 {
    color: #ffffff;
}

.icon-box--bg-img:hover h5 a {
    color: #ffffff;
}

.icon-box--bg-img:hover p {
    color: #a3a3a3;
}

.icon-box--bg-img:hover .btn-details {
    opacity: 0.9;
    color: #ffffff;
}

.icon-box--bg-img:hover .btn-details:before {
    background: #505050;
}

.icon-box--classic {
    padding: 0;
}

.icon-box--classic p {
    margin-bottom: 0;
}

.icon-box--bg-color {
    padding: 30px;
    padding-bottom: 28px;
    background-color: #1a1a1a;
    border: 1px solid #292929;
    position: relative;
}

.icon-box--bg-color .link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.icon-box--bg-color h5 {
    color: #ffffff;
    margin-bottom: 11px;
    line-height: 1.1;
}

.icon-box--bg-color p {
    color: #a3a3a3;
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
}

.icon-box--bg-color .icon-main i,
.icon-box--bg-color .icon-main span:before {
    font-size: 45px;
}

.icon-box--bg-color .icon-main span {
    margin-bottom: 0;
}

.icon-box--bg-color .icon-main img {
    max-width: 60px;
}

.icon-box--bg-color.icon-box--icon-left .icon-main {
    float: left;
}

.icon-box--bg-color.icon-box--icon-left .content-box {
    padding-left: 68px;
}

.icon-box--bg-color.icon-box--icon-right .icon-main {
    float: right;
}

.icon-box--bg-color.icon-box--icon-right .content-box {
    padding-right: 68px;
    text-align: right;
}

.icon-box--bg-color:hover {
    background-color: #000;
}

.icon-box--bg-color:hover .link_overlay {
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .icon-box--bg-img {
        padding: 25px 40px;
    }

    .icon-box--bg-color {
        padding: 20px;
    }
}

/*-------------------------------------------------------------- ## Service Box --------------------------------------------------------------*/
.service-box .image-box {
    position: relative;
    overflow: hidden;
}

.service-box .image-box .overlay {
    background: rgba(26, 26, 26, 0.3);
    opacity: 0;
    z-index: 1;
}

.service-box .image-box img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.service-box .info-box {
    padding: 25px 20px 0;
}

.service-box h4 {
    margin-bottom: 12px;
}

.service-box p {
    margin-bottom: 10px;
}

.service-box:hover .image-box .overlay {
    opacity: 1;
}

.service-box:hover .image-box img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*-------------------------------------------------------------- ## Counter --------------------------------------------------------------*/
.ot-counter {
    font-family: "Titillium Web", sans-serif;
    display: block;
    text-align: center;
}

.ot-counter span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    color: #c2c2c2;
    font-size: 42px;
    line-height: 1;
}

.ot-counter h6 {
    font-size: 18px;
    color: #232323;
    margin-top: 8px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    display: inline-block;
}

/*-------------------------------------------------------------- ## Countdown --------------------------------------------------------------*/
.ot-countdown {
    text-align: center;
    display: flex;
    margin-bottom: 0;
    color: #ffffff;
}

.ot-countdown li {
    display: inline-block;
    line-height: 1;
    flex-grow: 1;
    flex-basis: 0;
    font-weight: 600;
    color: #1a1a1a;
}

.ot-countdown li span {
    font-size: 120px;
    font-family: "Titillium Web", sans-serif;
    display: block;
    margin-bottom: 13px;
    white-space: nowrap;
}

.ot-countdown li p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ot-countdown li.seperator {
    font-size: 72px;
    font-weight: bold;
    color: #a7a7a7;
    margin-top: 27px;
}

.cs-form {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    max-width: 475px;
    justify-content: space-between;
}

.cs-form>span.wpcf7-form-control-wrap {
    max-width: 335px;
    width: 100%;
    margin-top: 7px;
}

.cs-form>span.wpcf7-form-control-wrap .wpcf7-text {
    background: transparent;
    color: #555555;
    width: 100%;
}

.cs-form>span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
    color: #555555;
}

.cs-form .octf-btn {
    padding: 15px 34px;
}

.cs-form .octf-btn:before,
.cs-form .octf-btn:after {
    display: none;
}

.cs-form+div {
    max-width: 475px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 767px) {
    .ot-countdown li p {
        font-size: 14px;
    }

    .ot-countdown li span,
    .ot-countdown li.seperator {
        font-size: 42px;
    }

    .ot-countdown li span {
        margin-bottom: 10px;
    }

    .ot-countdown li.seperator {
        line-height: 55px;
        margin-top: -6px;
    }
}

@media (max-width: 600px) {
    .cs-form {
        display: block;
    }

    .cs-form>span.wpcf7-form-control-wrap {
        margin: 0 auto;
        display: block;
    }

    .cs-form .octf-btn {
        margin-top: 15px;
    }
}

/*-------------------------------------------------------------- ## Contact-info --------------------------------------------------------------*/
.contact-info {
    font-size: 16px;
    overflow: hidden;
    color: #1a1a1a;
}

.contact-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info i {
    font-size: 26px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #1a1a1a;
}

.contact-info i:before {
    font-size: 26px;
}

.contact-info img {
    width: 30px;
    margin-top: 3px;
    float: left;
}

.contact-info p {
    margin-bottom: 0;
}

.contact-info .info-text {
    padding-left: 50px;
    font-weight: 300;
}

/*-------------------------------------------------------------- ## Testimonials --------------------------------------------------------------*/
.ot-testimonials .testi-item {
    background: transparent;
    padding-right: 20px;
    margin-top: 26px;
}

.ot-testimonials .testi-item .t-head {
    overflow: hidden;
    justify-content: normal;
    padding-left: 20px;
}

.ot-testimonials .testi-item .t-head img {
    max-width: 80px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ot-testimonials .testi-item .t-head h6 {
    font-size: 22px;
    margin-bottom: 2px;
}

.ot-testimonials .testi-item .t-head span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6f6f6f;
}

.ot-testimonials .testi-item .ttext {
    position: relative;
    margin-bottom: 50px;
    padding: 37px 35px 37px 40px;
    font-size: 18px;
    line-height: 36px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.ot-testimonials .testi-item .ttext>span {
    position: absolute;
    content: "";
    left: 28px;
    top: -1px;
    width: 80px;
    height: 1px;
    background: #ffffff;
}

.ot-testimonials .testi-item .ttext:before {
    position: absolute;
    top: -28px;
    left: 28px;
    content: "";
    width: 80px;
    height: 45px;
    z-index: 1;
    background: url("images/quote.svg") no-repeat center;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item {
    padding-right: 0;
    padding-bottom: 10px;
    margin: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
    border: none;
    background: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext:before {
    display: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head {
    padding-left: 0;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .t-head h5 {
    margin-bottom: 3px;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev {
    color: #ffffff;
    background: #0a0a0a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s1 .octf-swiper-button-prev:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2 .octf-swiper-button-prev:hover {
    color: #919191;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before {
    background: #ffffff;
    border-color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .t-head h6,
.ot-testimonials.v-dark .testi-item .t-head h5 {
    color: #ffffff;
}

.ot-testimonials.v-dark .testi-item .ttext {
    color: #ffffff;
    background: #0a0a0a;
    border-color: #292929;
}

.ot-testimonials.v-dark .testi-item .ttext>span {
    background: #0a0a0a;
}

.ot-testimonials.v-dark .testi-item .ttext:before {
    background: url("images/icon-testi.png") no-repeat center;
}

.ot-testimonials.v-dark .testi-item .ttext .layer-behind {
    background: #1a1a1a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .ttext {
    color: #a3a3a3;
    background: none;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s2 .testi-item .t-head span {
    color: #d0cfcf;
}

@media (max-width: 480px) {
    .ot-testimonials .t-head img {
        margin-right: 15px;
    }
}

/*-------------------------------------------------------------- ## Image Carousel --------------------------------------------------------------*/
.image-carousel .swiper-wrapper {
    align-items: center;
}

.image-carousel .swiper-slide {
    text-align: center;
}

.image-carousel .swiper-slide figure {
    line-height: inherit;
}

.image-carousel .swiper-slide img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.image-carousel .octf-swiper-pagination {
    margin-top: 30px;
}

.image-carousel .octf-swiper-button-next,
.image-carousel .octf-swiper-button-prev {
    background: #ffffff;
}

.image-gallery .gallery-icon {
    position: relative;
}

.image-gallery .gallery-icon .overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.image-gallery .gallery-icon .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #000;
    color: #ffffff;
}

.image-gallery .gallery-icon .overlay i:before {
    font-size: 22px;
}

.image-gallery .gallery-icon .overlay i:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.image-gallery .gallery-icon:hover .overlay {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 600px) {

    .image-gallery .gallery.gallery-columns-2 .gallery-item,
    .image-gallery .gallery.gallery-columns-3 .gallery-item,
    .image-gallery .gallery.gallery-columns-4 .gallery-item,
    .image-gallery .gallery.gallery-columns-5 .gallery-item,
    .image-gallery .gallery.gallery-columns-6 .gallery-item,
    .image-gallery .gallery.gallery-columns-7 .gallery-item,
    .image-gallery .gallery.gallery-columns-8 .gallery-item,
    .image-gallery .gallery.gallery-columns-9 .gallery-item,
    .image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%;
    }
}

/*-------------------------------------------------------------- ## Image Category --------------------------------------------------------------*/
.cate-lines {
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines .cate-item_content {
    position: absolute;
    bottom: 67px;
    left: 0;
    width: 100%;
}

.cate-lines img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 425px;
    object-fit: cover;
	width: 100%;
}

.cate-lines h2 {
    position: relative;
    padding-left: 20px;
	padding-right: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines .number-stroke {
    font-size: 150px;
    position: absolute;
    bottom: -30px;
    right: 35px;
}

.cate-lines:before,
.cate-lines:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines:before {
    width: calc(100% - 30px);
    height: 1px;
    bottom: 20px;
    left: 20px;
}

.cate-lines:after {
    width: 1px;
    height: calc(100% - 30px);
    top: 20px;
    right: 20px;
}

.cate-lines:hover h2 {
    color: #1a1a1a;
}

.cate-lines:hover .number-stroke {
    -webkit-text-stroke-color: #1a1a1a;
}

.cate-lines:hover img {
    filter: brightness(126%);
}

.cate-lines:hover:before,
.cate-lines:hover:after {
    background: #222328;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .cate-lines .cate-item_content {
        bottom: 56px;
        left: 50px;
    }

    .cate-lines h2 {
        font-size: 36px;
    }

    .cate-lines .number-stroke {
        font-size: 100px;
        bottom: -18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cate-lines .cate-item_content {
        bottom: 35px;
        left: 30px;
    }

    .cate-lines h2 {
        font-size: 36px;
    }

    .cate-lines .number-stroke {
        display: none;
    }
}

@media (max-width: 479px) {
    .cate-lines .cate-item_content {
        bottom: 40px;
        left: 5px;
    }

    .cate-lines h2 {
        font-size: 36px;
    }

    .cate-lines .number-stroke {
        font-size: 100px;
        bottom: -18px;
    }
}

/*-------------------------------------------------------------- ## Accordion --------------------------------------------------------------*/
.ot-accordions .acc-item {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ot-accordions .acc-item .acc-toggle {
    cursor: pointer;
    justify-content: space-between;
    overflow: hidden;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    color: #1a1a1a;
    padding: 15px 0 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-accordions .acc-item .acc-toggle i {
    float: right;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    color: #1a1a1a;
}

.ot-accordions .acc-item .acc-toggle i.up {
    display: none;
}

.ot-accordions .acc-item .acc-toggle i.down {
    margin-top: 5px;
}

.ot-accordions .acc-item .acc-toggle i:before {
    font-size: 14px;
}

.ot-accordions .acc-item .acc-content {
    display: none;
    padding: 0 20px 27px 0;
    font-size: 14px;
    line-height: 30px;
}

.ot-accordions .acc-item .acc-content p:last-child,
.ot-accordions .acc-item .acc-content ul:last-child {
    margin-bottom: 0;
}

.ot-accordions .acc-item.current .acc-toggle i.down {
    display: none;
}

.ot-accordions .acc-item.current .acc-toggle i.up {
    display: inherit;
}

.ot-accordions .acc-item:last-child {
    border-bottom: none;
}

/*-------------------------------------------------------------- ## Tabs --------------------------------------------------------------*/
.ot-tabs .tabs-heading {
    margin-bottom: 0;
    overflow: hidden;
}

.ot-tabs .tab-link {
    font-family: "Titillium Web", sans-serif;
    min-width: 176px;
    margin-right: 20px;
    padding: 12px 0;
    float: left;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid #dadada;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-tabs .tab-link.current,
.ot-tabs .tab-link:hover {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.ot-tabs .tab-link:last-child {
    margin-right: 0;
}

.ot-tabs .tab-content {
    display: none;
    padding: 33px 0;
}

.ot-tabs .tab-content.current {
    display: inherit;
}

.ot-tabs .tab-content ul,
.ot-tabs .tab-content ol {
    list-style: none;
    padding-left: 0;
    margin-top: 17px;
}

.ot-tabs .tab-content ul li,
.ot-tabs .tab-content ol li {
    position: relative;
    padding-left: 46px;
    margin-bottom: 15px;
}

.ot-tabs .tab-content ul li:before,
.ot-tabs .tab-content ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #555555;
}

.ot-tabs .tab-content ul li:last-child,
.ot-tabs .tab-content ol li:last-child {
    margin-bottom: 0;
}

.ot-tabs p:last-child {
    margin-bottom: 0;
}

/*-------------------------------------------------------------- ## Progress Bars --------------------------------------------------------------*/
.ot-progress {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a1a;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.ot-progress .pname {
    margin-bottom: 3px;
    text-transform: uppercase;
}

.ot-progress .ppercent {
    position: absolute;
    right: -11px;
    bottom: 100%;
    padding: 0 8px;
    min-width: 40px;
    line-height: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ot-progress .iprogress {
    height: 2px;
    margin-bottom: 6px;
}

.ot-progress .progress-bar {
    height: 100%;
    width: 0;
    background: #1a1a1a;
    position: relative;
    -webkit-transition: all 1s 0.5s;
    -o-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
}

.ot-progress .progress-bar:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #1a1a1a;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
}

.circle-progress {
    justify-content: left;
}

.circle-progress .inner-bar {
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 1;
}

.circle-progress .inner-bar>span {
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 50%;
    left: 0;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-top: -15px;
    color: #1a1a1a;
}

.circle-progress .inner-bar canvas {
    display: block;
}

.circle-progress .inner-bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 2px solid rgba(10, 10, 10, 0.1);
}

.circle-progress h4 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-left: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.circle-progress.tbottom h4 {
    margin: 19px 0 0;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 480px) {
    .ot-progress .pname {
        margin-bottom: 30px;
    }
}

/*-------------------------------------------------------------- ## Process --------------------------------------------------------------*/
.ot-process {
    padding-right: 20px;
    padding-left: 20px;
}

.ot-process .process_nav {
    margin: 0;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px solid #000;
}

.ot-process .process_nav li {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 70px;
    cursor: pointer;
}

.ot-process .process_nav li:last-child {
    margin-right: 0;
}

.ot-process .process_nav li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-process .process_nav li .number-stroke {
    position: absolute;
    left: -17px;
    top: -38px;
    font-size: 72px;
}

.ot-process .process_nav li .icon-main {
    position: relative;
    display: inline-block;
    width: 141px;
    height: 141px;
    line-height: 141px;
    background: #000;
    color: #ffffff;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-process .process_nav li .icon-main span:not(.number-stroke) {
    font-size: 56px;
}

.ot-process .process_nav li .icon-main span:not(.number-stroke):before {
    font-size: 56px;
}

.ot-process .process_nav li .icon-main span.ot-flaticon-tip {
    margin-left: 18px;
}

.ot-process .process_nav li.current:after {
    opacity: 1;
    visibility: visible;
}

.ot-process .process_nav li:hover .icon-main,
.ot-process .process_nav li.current .icon-main {
    background: #ffffff;
    color: #000;
}

.ot-process .process_nav li .process-des-item {
    padding: 0;
}

.ot-process .process_nav li h5 {
    margin-bottom: 16px;
}

.ot-process .process_nav h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 26px;
}

.ot-process .process-des-item {
    padding: 38px 50px 0;
    text-align: center;
    color: #a3a3a3;
    margin: 0;
}

.ot-process:not([data-tab]) .process_nav {
    border-bottom: none;
}

.ot-process:not([data-tab]) .process_nav li {
    margin-right: 50px;
}

.ot-process:not([data-tab]) .process_nav li:last-child {
    margin-right: 0;
}

.order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
    margin-top: 40px;
}

@media (max-width: 1024px) {

    .ot-process .process_nav li,
    .ot-process:not([data-tab]) .process_nav li {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .ot-process .process_nav {
        display: block;
        border-color: #ffffff;
    }

    .ot-process .process_nav li {
        margin-bottom: 60px;
    }

    .ot-process .process_nav li:last-child {
        margin-bottom: 30px;
    }

    .ot-process .process_nav li:after {
        display: none;
    }

    .ot-process .process-des-item {
        padding: 20px 30px 0;
    }

    .order-even-top-40 .ot-process:not([data-tab]) .process_nav li:nth-child(even) {
        margin-top: 0;
    }
}

/*-------------------------------------------------------------- ## Support Box --------------------------------------------------------------*/
.support-box {
    position: relative;
}

.support-box .inner-box {
    position: relative;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transform-style: preserve-3d;
}

.support-box .inner-box>div {
    backface-visibility: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.support-box .icon-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.support-box .icon-title h5 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 42px;
}

.support-box .icon-title span {
    margin-bottom: 4px;
}

.support-box .icon-title span:before {
    font-size: 45px;
}

.support-box .icon-title i {
    font-size: 45px;
    margin-bottom: 20px;
    margin-top: 19px;
}

.support-box .overlay {
    z-index: 1;
    opacity: 1;
    text-align: center;
    padding: 20px 45px;
    background: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #a3a3a3;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.support-box .overlay p {
    margin-bottom: 0;
}

.support-box:hover .inner-box {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.support-box:hover .inner-box .content-box {
    opacity: 0;
}

/*-------------------------------------------------------------- ## Features Box --------------------------------------------------------------*/
.ot-features-box .features-image {
    position: relative;
    color: #ffffff;
}

.ot-features-box .features-image .overlay {
    cursor: pointer;
    background: rgba(26, 26, 26, 0.4);
    opacity: 0;
    z-index: 1;
}

.ot-features-box .features-image i:before {
    color: #ffffff;
    font-size: 30px;
}

.ot-features-box .features-image:hover .overlay {
    opacity: 1;
}

.ot-features-box .features-content {
    text-align: center;
    overflow: hidden;
    background-color: #1a1a1a;
    padding: 36px 0;
}

.ot-features-box .features-content h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.ot-features-box .features-content h6 a {
    color: #ffffff;
}

.ot-features-box .features-content h6 span {
    font-weight: 300;
    color: #a3a3a3;
}

.ot-features-box .features-content h6:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: -1px;
    top: 50%;
    height: 1px;
    width: 0;
    background: #ffffff;
    transition: all 0.45s;
    transition-delay: 0.1s;
}

.ot-features-box .features-content h6:hover:before {
    width: 70px;
}

@media (max-width: 1024px) {
    .ot-features-box .features-content h6:before {
        display: none;
    }
}

/*-------------------------------------------------------------- ## Message --------------------------------------------------------------*/
.message-box {
    padding: 5px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.message-box .icon-main {
    float: left;
    font-size: 20px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    background: #32a7eb;
}

.message-box .icon-main span:before {
    font-size: 20px;
}

.message-box .content-box {
    padding-left: 66px;
}

.message-box .content-box h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.message-box .content-box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}

.message-box>i {
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 1;
    margin-top: -7px;
    color: #a5b7d2;
    cursor: pointer;
}

.message-box>i:before {
    font-size: 13px;
}

@media (max-width: 600px) {
    .message-box>i {
        top: 15px;
        right: 10px;
    }

    .message-box .content-box p {
        line-height: 1.4;
    }
}

/*-------------------------------------------------------------- ## Pricing Table --------------------------------------------------------------*/
.ot-pricing-table {
    position: relative;
    text-align: center;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-pricing-table .inner-table {
    position: relative;
    padding: 70px 45px 47px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.ot-pricing-table .inner-table .title-table {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 9px 19px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
    background: #1a1a1a;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ot-pricing-table .inner-table h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 27px;
    top: -1px;
}

.ot-pricing-table .inner-table h2 sup {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 62.5%;
    font-weight: 400;
}

.ot-pricing-table .inner-table>p {
    display: inline-block;
    position: relative;
    color: #929292;
    bottom: -9px;
    padding-left: 15px;
}

.ot-pricing-table .inner-table>p:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 5px;
    width: 1px;
    height: 49px;
    background: #929292;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.ot-pricing-table .inner-table .details {
    margin-top: 26px;
    padding-top: 25px;
    padding-bottom: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.ot-pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    line-height: 42px;
    text-align: left;
}

.ot-pricing-table .inner-table .details ul li {
    position: relative;
    color: #b8b8b8;
}

.ot-pricing-table .inner-table .details ul li.active {
    color: #555555;
}

.ot-pricing-table .inner-table .details ul li.active:after {
    position: absolute;
    content: "";
    font-family: "Flaticon";
    font-size: 10px;
    right: 0;
}

.ot-pricing-table .inner-table .details.no-icon ul li.active:after {
    display: none;
}

.ot-pricing-table .octf-btn {
    border-color: #1a1a1a;
    background: #ffffff;
    color: #000;
    padding: 15px 31px;
}

.ot-pricing-table .octf-btn:before,
.ot-pricing-table .octf-btn:after {
    display: none;
}

.ot-pricing-table .octf-btn:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.ot-pricing-table.is-featured .inner-table {
    background: #1a1a1a;
    color: #ffffff;
}

.ot-pricing-table.is-featured .inner-table .title-table {
    background: #4e4e4e;
}

.ot-pricing-table.is-featured .inner-table .details {
    border-color: rgba(255, 255, 255, 0.15);
    color: #8e88b8;
}

.ot-pricing-table.is-featured .inner-table .details ul li {
    color: #6e6666;
}

.ot-pricing-table.is-featured .inner-table h2,
.ot-pricing-table.is-featured .inner-table .details ul li.active {
    color: #ffffff;
}

.ot-pricing-table.is-featured .octf-btn:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.ot-pricing-table:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .ot-pricing-table .inner-table {
        padding: 70px 45px 47px;
    }

    .ot-pricing-table .inner-table h2 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .ot-pricing-table {
        max-width: 430px;
        margin: auto;
    }

    .ot-pricing-table .inner-table {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .ot-pricing-table {
        max-width: 470px;
    }
}

@media (max-width: 479px) {
    .ot-pricing-table .inner-table {
        padding: 33px;
        padding-top: 70px;
    }

    .ot-pricing-table .inner-table .details {
        font-size: 14px;
    }
}

/*-------------------------------------------------------------- ## Post Grid --------------------------------------------------------------*/
.blog-grid {
    margin-right: -15px;
    margin-left: -15px;
}

.blog-grid:after {
    content: "";
    display: block;
    clear: both;
}

.blog-grid .masonry-post-item {
    float: left;
    width: 33.3333333333%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-grid .masonry-post-item .post-inner {
    margin-bottom: 15px;
}

.blog-grid .masonry-post-item.post-box .entry-meta span.comment-num {
    display: none;
}

.blog-grid .octf-swiper-button-next,
.blog-grid .octf-swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog-grid.pf_4_cols .masonry-post-item {
    width: 25%;
}

.blog-grid.pf_2_cols .masonry-post-item {
    width: 50%;
}

.blog-slider .post-box .entry-meta span.comment-num {
    display: none;
}

.blog-grid.v-dark .post-box .entry-title a,
.blog-slider.v-dark .post-box .entry-title a,
.dark-scheme .post-box .entry-title a {
    color: #ffffff;
}

.blog-grid.v-dark .post-box .link-box i,
.blog-grid.v-dark .post-box .link-box a,
.blog-slider.v-dark .post-box .link-box i,
.blog-slider.v-dark .post-box .link-box a,
.dark-scheme .post-box .link-box i,
.dark-scheme .post-box .link-box a {
    color: #ffffff;
}

.blog-grid.v-dark .post-box .quote-box .quote-text,
.blog-slider.v-dark .post-box .quote-box .quote-text,
.dark-scheme .post-box .quote-box .quote-text {
    color: #ffffff;
}

.blog-grid.v-dark .post-box .post-inner,
.blog-slider.v-dark .post-box .post-inner,
.dark-scheme .post-box .post-inner {
    background: #0a0a0a;
    border-color: #292929;
}

.blog-grid.v-dark .post-box .post-inner .the-excerpt,
.blog-slider.v-dark .post-box .post-inner .the-excerpt,
.dark-scheme .post-box .post-inner .the-excerpt {
    color: #a3a3a3;
}

.blog-grid.v-dark .post-box .entry-meta>span a:hover,
.blog-slider.v-dark .post-box .entry-meta>span a:hover,
.dark-scheme .post-box .entry-meta>span a:hover {
    color: #ffffff;
}

.blog-grid.v-dark .post-box .entry-meta>span:before,
.blog-slider.v-dark .post-box .entry-meta>span:before,
.dark-scheme .post-box .entry-meta>span:before {
    color: #9f9e9e;
}

.blog-grid.v-dark .post-box:not(.blog-post):hover .post-inner,
.blog-slider.v-dark .post-box:not(.blog-post):hover .post-inner,
.dark-scheme .post-box:not(.blog-post):hover .post-inner {
    border-color: #ffffff;
}

.blog-grid.v-dark+.page-pagination li a,
.blog-grid.v-dark+.page-pagination li span,
.blog-slider.v-dark+.page-pagination li a,
.blog-slider.v-dark+.page-pagination li span,
.dark-scheme+.page-pagination li a,
.dark-scheme+.page-pagination li span {
    color: #ffffff;
    border-color: #ffffff;
}

.blog-grid.v-dark .octf-swiper-pagination .swiper-pagination-bullet-active,
.blog-slider.v-dark .octf-swiper-pagination .swiper-pagination-bullet-active,
.dark-scheme .octf-swiper-pagination .swiper-pagination-bullet-active {
    border-color: #ffffff;
}

.blog-grid.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before,
.blog-slider.v-dark .octf-swiper-pagination .swiper-pagination-bullet:before,
.dark-scheme .octf-swiper-pagination .swiper-pagination-bullet:before {
    background: #ffffff;
}

@media only screen and (min-width: 991px) {

    .blog-grid.pf_4_cols .octf-swiper-button-next,
    .blog-grid.pf_4_cols .octf-swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .blog-grid.pf_4_cols .octf-swiper-button-next i:before,
    .blog-grid.pf_4_cols .octf-swiper-button-prev i:before {
        font-size: 14px;
    }

    .blog-grid.pf_4_cols .btn-play i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991px) {

    .blog-grid .masonry-post-item,
    .blog-grid.pf_4_cols .masonry-post-item {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {

    .blog-grid .masonry-post-item,
    .blog-grid.pf_4_cols .masonry-post-item,
    .blog-grid.pf_2_cols .masonry-post-item {
        width: 100%;
    }
}

/*-------------------------------------------------------------- ## Team --------------------------------------------------------------*/
.team-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.team-wrap .team-text-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.team-wrap .team-info {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(26, 26, 26, 0.6);
    opacity: 0;
    text-align: center;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.team-wrap .team-info div.dcell {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-wrap .team-thumb {
    overflow: hidden;
}

.team-wrap img {
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.team-wrap .m_extra {
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.team-wrap .m_extra span {
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.team-wrap h4 {
    margin-bottom: 23px;
    color: #ffffff;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.team-wrap h4 a {
    color: #ffffff;
}

.team-wrap h4 a:hover {
    color: #9f9e9e;
}

.team-wrap .team-social>span {
    cursor: pointer;
    margin-bottom: 20px;
    position: absolute;
    z-index: 2;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.team-wrap .team-social>span:before {
    font-size: 21px;
}

.team-wrap .team-social a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.team-wrap .team-social a:hover {
    color: #9f9e9e;
}

.team-wrap .team-social.active>span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.team-wrap .team-social.active a {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 1;
    visibility: visible;
}

.team-wrap:hover .team-info {
    opacity: 1;
}

.team-wrap:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.member-info {
    font-family: "Titillium Web", sans-serif;
    list-style: none;
    font-size: 18px;
    padding-left: 0;
}

.member-info li {
    color: #a3a3a3;
    padding-bottom: 10px;
}

.member-form input[type=text],
.member-form input[type=email] {
    width: 100%;
}

.member-form .octf-btn {
    margin-top: 10px;
}

.member-form .octf-btn:before,
.member-form .octf-btn:after {
    display: none;
}

.member-form .octf-btn:hover {
    border: 1px solid;
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .team-wrap h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .team-wrap .team-social a {
        opacity: 1;
        font-size: 14px;
    }
}

/*-------------------------------------------------------------- ## Portfolio --------------------------------------------------------------*/
/* projects-grid ================================================== */
.project-item,
.grid-sizer {
    float: left;
    width: 33.3333333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project-item.thumb2x,
.grid-sizer.thumb2x {
    width: 66.66666666%;
}

.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .grid-sizer {
    width: 20%;
}

.projects-grid.pf_5_cols .project-item.thumb2x,
.projects-grid.pf_5_cols .grid-sizer.thumb2x {
    width: 40%;
}

.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_4_cols .grid-sizer {
    width: 25%;
}

.projects-grid.pf_4_cols .project-item.thumb2x,
.projects-grid.pf_4_cols .grid-sizer.thumb2x {
    width: 50%;
}

.projects-grid.pf_2_cols .project-item,
.projects-grid.pf_2_cols .grid-sizer {
    width: 50%;
}

.projects-grid.pf_2_cols .project-item.thumb2x,
.projects-grid.pf_2_cols .grid-sizer.thumb2x {
    width: 100%;
}

.projects-grid {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    /* info style 2 */
    /* info style 3 */
    /* info hidden */
}

.projects-grid .projects-box {
    position: relative;
    overflow: hidden;
}

.projects-grid .projects-box .portfolio-info {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.8);
    opacity: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid .projects-box .portfolio-info .overlay {
    opacity: 1;
    background: transparent;
    z-index: 0;
}

.projects-grid .projects-box .portfolio-info .portfolio-info-inner {
    text-align: center;
    width: 100%;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;

}

.projects-grid .projects-box .portfolio-info h5 {
    color: #ffffff;
    font-size: 24px;
    padding: 0 25px;
    margin-bottom: 17px;
}

.projects-grid .projects-box .portfolio-info h5 a {
    color: #ffffff;
    text-transform: uppercase;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates {
    color: #9f9e9e;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0 25px;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a {
    color: #9f9e9e;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 0 5px;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a:before {
    content: "[";
    margin-right: 5px;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a:after {
    content: "]";
    margin-left: 5px;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a:hover {
    color: #ffffff;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a:first-child {
    margin-left: 0;
}

.projects-grid .projects-box .portfolio-info .portfolio-cates a:last-child {
    margin-right: 0;
}

.projects-grid .projects-box .projects-thumbnail {
    overflow: hidden;
}

.projects-grid .projects-box .projects-thumbnail .overlay {
    visibility: hidden;
}

.projects-grid .projects-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid .projects-box:hover .portfolio-info {
    opacity: 1;
}

.projects-grid.style-2 .portfolio-info {
    background: none;
    align-items: flex-end;
    height: auto;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner {
    text-align: left;
    background: #ffffff;
    padding: 27px 50px 26px;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner h5 {
    margin-bottom: 8px;
    padding: 0;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner h5 a {
    color: #1a1a1a;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner .portfolio-cates {
    padding: 0;
}

.projects-grid.style-2 .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
    color: #1a1a1a;
}

.projects-grid.style-2 .projects-box:hover .portfolio-info-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.projects-grid.style-2.w-auto .portfolio-info {
    width: auto;
}

.projects-grid.style-3 .projects-thumbnail {
    position: relative;
}

.projects-grid.style-3 .projects-thumbnail .overlay {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    display: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid.style-3 .projects-thumbnail .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #000;
    color: #ffffff;
}

.projects-grid.style-3 .projects-thumbnail .overlay i:before {
    font-size: 22px;
}

.projects-grid.style-3 .projects-thumbnail .overlay i:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.projects-grid.style-3 .projects-thumbnail:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.projects-grid.style-3 .portfolio-info {
    background: none;
    position: static;
    opacity: 1;
    align-items: flex-end;
}

.projects-grid.style-3 .portfolio-info .portfolio-info-inner {
    text-align: left;
    padding-top: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid.style-3 .portfolio-info .portfolio-info-inner h5 {
    padding: 0;
    margin-bottom: 7px;
}

.projects-grid.style-3 .portfolio-info .portfolio-info-inner h5 a {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.projects-grid.style-3 .portfolio-info .portfolio-info-inner .portfolio-cates {
    padding: 0;
}

.projects-grid.style-3 .portfolio-info .portfolio-info-inner .portfolio-cates a:hover {
    color: #1a1a1a;
}

.projects-grid.style-3 .portfolio-info .overlay {
    display: none;
}

.projects-grid.style-4 .projects-thumbnail {
    position: relative;
}

.projects-grid.style-4 .projects-thumbnail .overlay {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    display: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.projects-grid.style-4 .projects-thumbnail .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #000;
    color: #ffffff;
}

.projects-grid.style-4 .projects-thumbnail .overlay i:before {
    font-size: 22px;
}

.projects-grid.style-4 .projects-thumbnail .overlay i:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.projects-grid.style-4 .projects-thumbnail:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.projects-grid.style-4 .portfolio-info {
    display: none;
}

.projects-grid.img-popup .projects-thumbnail .overlay {
    display: block;
}

.projects-grid.img-scale .projects-box:hover img {

}

.projects-grid.no-cat .portfolio-cates {
    display: none;
}

/*** load more button ***/
.btn-block {
    text-align: center;
    clear: both;
}

.btn-block .octf-btn {
    margin-top: 60px;
}

.btn-block .octf-btn:after,
.btn-block .octf-btn:before {
    display: none;
}

/**** isotope filtering ****/
.project_filters {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
}

.project_filters:after {
    content: "";
    display: block;
    clear: both;
}

.project_filters li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 5px;
}

.project_filters li:last-child {
    margin-right: 0;
}

.project_filters li:first-child {
    margin-left: 0;
}

.project_filters li a {
    font-size: 14px;
}

.project_filters li a::before {
    width: 0;
}

.project_filters li a.selected:before {
    width: calc(100% + 14px);
}

.project_filters li a:focus,
.project_filters li a:active {
    color: #1a1a1a;
}

.project_filters li a .filter-count {
    position: absolute;
    top: -11px;
    right: -10px;
    width: 20px;
    text-align: left;
    font-size: 11px;
    color: #828282;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}

.project_filters li a.selected .filter-count,
.project_filters li a:hover .filter-count {
    opacity: 1;
    visibility: visible;
    right: -20px;
}

/*Dark scheme*/
.dark-scheme .project_filters li a:focus,
.dark-scheme .project_filters li a:active {
    color: #ffffff;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* project carousel */
.project-slider .octf-swiper-pagination {
    margin-top: 30px;
}

.project-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 100px;
}

.single-portfolio-navigation {
    padding-top: 42px;
}

.single-portfolio-navigation .post-nav {
    margin-bottom: 0;
}

.portfolio-related-posts-wrap {
    padding-top: 70px;
}

.portfolio-related-title-wrap h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1025px) {
    .portfolio-related-posts-wrap .octf-swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {

    .projects-grid.pf_5_cols .grid-sizer,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .grid-sizer,
    .projects-grid.pf_4_cols .project-item {
        width: 33.333333%;
    }

    .projects-grid.pf_5_cols .grid-sizer.thumb2x,
    .projects-grid.pf_5_cols .project-item.thumb2x,
    .projects-grid.pf_4_cols .grid-sizer.thumb2x,
    .projects-grid.pf_4_cols .project-item.thumb2x {
        width: 66.666666%;
    }
}

@media only screen and (max-width: 992px) {

    .project-item,
    .grid-sizer,
    .projects-grid.pf_5_cols .grid-sizer,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .grid-sizer,
    .projects-grid.pf_4_cols .project-item {
        width: 50%;
    }

    .project-item.thumb2x,
    .grid-sizer.thumb2x,
    .projects-grid.pf_5_cols .grid-sizer.thumb2x,
    .projects-grid.pf_5_cols .project-item.thumb2x,
    .projects-grid.pf_4_cols .grid-sizer.thumb2x,
    .projects-grid.pf_4_cols .project-item.thumb2x {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .projects-box .portfolio-info {
        right: 0;
        opacity: 1;
    }

    .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
        padding: 30px;
    }

    .projects-style-1 .projects-box .portfolio-info h5 {
        font-size: 20px;
    }

    .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {

    .project-item,
    .grid-sizer,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_2_cols .project-item {
        width: 100%;
    }

    .project_filters li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .portfolio-related-title-wrap h2 {
        font-size: 30px;
    }
}

/*-------------------------------------------------------------- ## Miscellaneous --------------------------------------------------------------*/
.site-overlay {
    cursor: url(images/close.png) 16 16, default;
    background: transparent;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: -1;
}

.dc-bgdark .elementor-drop-cap span {
    background: #1a1a1a;
    color: #ffffff;
}

.wpcf7 .main-form .font14 {
    margin-bottom: 24px;
}

.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
    width: 100%;
    background: #ffffff;
}

.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
    text-transform: uppercase;
}

.wpcf7 .main-form button {
    margin-top: 15px;
}

.wpcf7 .main-form button:before,
.wpcf7 .main-form button:after {
    display: none;
}

.wpcf7 .main-form button:hover {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.wpcf7 .main-form p {
    margin-bottom: 15px;
}

.wpcf7 .main-form p:last-child {
    margin-bottom: 0;
}

.wpcf7 div.wpcf7-response-output {
    margin: 20px 0 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-not-valid {
    border-color: #f00;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
    background: #f7e700;
    color: #1a1a1a;
}

.grid-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.grid-lines .g-line-vertical {
    height: 100%;
    display: block;
    width: 1px;
    background-color: #ffffff;
    left: 90px;
    top: 0;
    position: absolute;
}

.grid-lines .g-line-horizontal {
    height: 1px;
    display: block;
    width: 100%;
    background-color: #ffffff;
    top: 90px;
    left: 0;
    position: absolute;
}

.grid-lines .line-center {
    left: 50%;
}

.grid-lines .line-right {
    left: auto;
    right: 90px;
}

.grid-lines .line-bottom {
    bottom: 90px;
    top: auto;
}

.has-lines-horizontal-bottom .grid-lines .line-top {
    display: none;
}

.has-lines-horizontal-top .grid-lines .line-bottom {
    display: none;
}

.no-lines-vertical-center .grid-lines .line-center {
    display: none;
}

.ot-social-vertical {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ot-social-vertical ul {
    line-height: 90px;
}

.ot-social-vertical ul li.elementor-icon-list-item {
    margin-bottom: 40px;
    writing-mode: vertical-rl;
    letter-spacing: 0.75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ot-social-vertical ul li.elementor-icon-list-item:last-child {
    margin-bottom: 0;
}

.rs-layer .btn-details {
    color: #ffffff;
}

.rs-layer .btn-details:before {
    background: #505050;
}

.dark-scheme .wpcf7 .main-form input,
.dark-scheme .wpcf7 .main-form textarea {
    background: transparent;
}

.dark-scheme .wpcf7 .main-form button {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.dark-scheme .wpcf7 .main-form button:hover {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #ffffff;
}

@media (max-width: 600px) {
    .rs-layer .btn-details:before {
        width: 16px;
        height: 7px;
        bottom: 0;
        left: -5px;
    }

    .rs-layer .btn-details:hover:before {
        width: calc(100% + 10px);
    }

    .rs-layer.octf-btn:before,
    .rs-layer.octf-btn:after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .grid-lines .g-line-vertical {
        left: 0;
    }

    .grid-lines .g-line-vertical.line-right {
        right: 0;
        left: auto;
    }

    .grid-lines .g-line-vertical.line-center {
        left: 50%;
    }
}

@media (max-width: 991px) {
    .ot-gallery .gallery-item:nth-child(even) .gallery-icon {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .ot-social-vertical {
        display: none;
    }
}

body .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

div.elementor-widget-heading .elementor-heading-title {
    color: #1a1a1a;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
}

.dark-scheme .elementor-widget-heading .elementor-heading-title {
    color: #ffffff;
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container {
    padding: 0 15px;
}

.elementor-default .elementor-widget-text-editor,
.elementor-default .elementor-icon-list-text {
    font-family: "Titillium Web", sans-serif;
    color: #555555;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.elementor-default.dark-scheme .elementor-widget-text-editor,
.elementor-default.dark-scheme .elementor-icon-list-text {
    color: #a3a3a3;
}

.elementor_library-template-default .post-author-box,
.elementor_library-template-default .post-navigation {
    display: none;
}

.elementor-default .elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor .elementor-section>.elementor-container>.elementor-row {
    width: auto;
    flex: 100%;
    min-width: 100%;
}

.elementor-section>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-section>.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}

.elementor .elementor-section>.elementor-column-gap-extended>.elementor-row {
    margin-left: -15px;
    margin-right: -15px;
}

.elementor .elementor-section>.elementor-column-gap-default>.elementor-row {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor .elementor-section>.elementor-column-gap-narrow>.elementor-row {
    margin-left: -5px;
    margin-right: -5px;
}

.elementor .elementor-section-full_width:not(.elementor-inner-section)>.elementor-column-gap-extended>.elementor-row {
    margin-left: 0;
    margin-right: 0;
}

.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-homepage .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-default>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-narrow>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-extended>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wide>.elementor-row,
.page-template-template-home-full-width .elementor-top-section.elementor-section-full_width>.elementor-column-gap-wider>.elementor-row {
    margin-left: 0;
    margin-right: 0;
}

.ot-flex-column-horizontal .elementor-widget-wrap {
    flex-wrap: nowrap;
}

.ot-flex-column-horizontal .elementor-widget-wrap>.elementor-widget {
    display: flex;
    width: auto;
}

.elementor-section.ml_0 .elementor-container {
    margin-left: 0;
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-phone {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width: 1025px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}

@media (max-width: 767px) {

    .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width)>.elementor-container,
    .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-container,
    .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no,
    .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no,
    .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width)>.elementor-column-gap-no {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 750px;
    }

    .elementor-element .container {
        width: 720px;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 970px;
    }

    .elementor-element .container {
        width: 940px;
        padding: 0;
    }
}

@media (min-width: 1230px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1200px;
    }

    .elementor-element .container {
        width: 1170px;
        padding: 0;
    }
}

@media (min-width: 1230px) {
    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wide>.elementor-row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wider>.elementor-row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .elementor .elementor-section:not(.elementor-section-full_width)>.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*-------------------------------------------------------------- ## Search --------------------------------------------------------------*/
.octf-cta-header {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.octf-cta-header .toggle_search {
    cursor: pointer;
}

.octf-cta-header .toggle_search i {
    color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-width: 22px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.octf-cta-header .toggle_search i:before,
.octf-cta-header .toggle_search i:after {
    font-size: 22px;
}

.octf-cta-header .toggle_search i.ot-flaticon-close-1:before {
    font-size: 18px;
}

.octf-cta-header .h-search-form-field {
    position: absolute;
    z-index: 99;
    top: -webkit-calc(100% + 10px);
    top: expression(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    width: 340px;
}

.octf-cta-header .h-search-form-field .h-search-form-inner {
    padding: 20px 35px 34px;
    background-color: #2a2a2a;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.octf-cta-header .h-search-form-field .h-search-form-inner input {
    background: transparent;
    color: #ffffff;
    font-weight: 400;
    border-color: rgba(255, 255, 255, 0.1);
}

.octf-cta-header .h-search-form-field .h-search-form-inner button {
    color: #ffffff;
}

.octf-cta-header .h-search-form-field .h-search-form-inner button i:before {
    font-weight: normal;
}

.octf-cta-header .h-search-form-field .h-search-form-inner ::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.octf-cta-header .h-search-form-field .h-search-form-inner :-ms-input-placeholder {
    /* Internet Explorer */
    color: #ffffff;
}

.octf-cta-header .h-search-form-field .h-search-form-inner ::placeholder {
    color: #ffffff;
}

.octf-cta-header .h-search-form-field.show {
    -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes searchSlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes searchSlideUp {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 600px) {
    .octf-cta-header .h-search-form-field {
        right: -65px;
    }
}

/*-------------------------------------------------------------- ## Mini Cart --------------------------------------------------------------*/
.octf-cart {
    position: relative;
}

.site-header-cart {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    top: -webkit-calc(100% + 10px);
    top: expression(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: -o-calc(100% + 10px);
    top: calc(100% + 10px);
    right: -30px;
    background: #2a2a2a;
    color: #ffffff;
    width: 342px;
    padding: 35px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.site-header-cart .woocommerce-mini-cart__buttons {
    margin-bottom: -15px;
}

.site-header-cart .widget_shopping_cart_content {
    text-align: left;
}

.octf-cart:hover .site-header-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.octf-cart:hover .site-header-cart:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0px;
}

.cart-contents {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.cart-contents:hover {
    color: #ffffff;
}

.cart-contents i:before {
    font-size: 22px;
}

.cart-contents .count {
    position: absolute;
    bottom: -3px;
    left: -12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    font-family: "Titillium Web", sans-serif;
}

@media only screen and (max-width: 1024px) {
    .site-header-cart {
        display: none;
    }
}

/*-------------------------------------------------------------- ## Menu Mobie --------------------------------------------------------------*/
.header-mobile {
    display: none;
}

.header-mobile .is-stuck {
    background-color: #1a1a1a;
}

.header-mobile .is-stuck .cart-contents .count {
    background: #ffffff;
    color: #1a1a1a;
}

.mmenu-toggle button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: #ffffff;
}

.mmenu-toggle button i:before {
    font-size: 22px;
}

.mmenu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 310px;
    height: 100vh;
    background: #000000c2;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.mmenu-wrapper.mmenu-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mmenu-wrapper .mmenu-inner {
    top: 0;
    height: 100%;
    width: 327px;
    padding: 20px 52px 35px 35px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.mmenu-wrapper .mmenu-close {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.mmenu-wrapper .mobile_mainmenu {
    margin: 0;
    padding: 0;
}

.mmenu-wrapper .mobile-nav {
    min-width: 240px;
}

.mmenu-wrapper .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.mmenu-wrapper .mobile_mainmenu ul {
    display: none;
}

.mmenu-wrapper .mobile_mainmenu li {
    position: relative;
    list-style: none;
}

.mmenu-wrapper .mobile_mainmenu li a {
    padding: 9px 30px 9px 0;
    display: block;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: 600;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow {
    color: #ffffff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 34px;
    height: auto;
    padding: 7px 12px 7px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow i:before {
    font-size: 10px;
    font-weight: 600;
}

.mmenu-wrapper .mobile_mainmenu>li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mmenu-wrapper.on-left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mmenu-wrapper.on-left.mmenu-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mmenu-wrapper.on-left .mmenu-close {
    text-align: right;
}

.mmenu-wrapper.on-left .mmenu-close i:before {
    content: "";
}

.mmenu-active .mmenu-overlay {
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9998;
}

@media only screen and (max-width: 1024px) {
    .header-mobile {
        display: block;
    }

    .admin-bar section:not(.is-stuck) .mmenu-wrapper {
        top: 32px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar section:not(.is-stuck) .mmenu-wrapper {
        top: 46px;
    }
}

/*-------------------------------------------------------------- ## Side Panel --------------------------------------------------------------*/
.panel-btn {
    line-height: 1;
}

.panel-btn i {
    color: #ffffff;
    cursor: pointer;
}

.panel-btn i:before {
    font-size: 22px;
}

.admin-bar .side-panel {
    top: 32px;
}

.side-panel {
    width: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel .side-panel-block {
    padding: 90px 42px 90px 25px;
    height: 100%;
    width: calc(100% + 17px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.side-panel .side-panel-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-align: center;
}

.side-panel.on-left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.side-panel.on-left.mmenu-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel-active .panel-overlay {
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9998;
}

/* Custom mini cart */
.woocommerce-mini-cart li {
    margin-bottom: 0;
    padding-bottom: 28px;
    padding-right: 32px;
    line-height: 1;
}

.woocommerce-mini-cart li:before,
.woocommerce-mini-cart li:after {
    content: ' ';
    display: table;
}

.woocommerce-mini-cart li:after {
    clear: both;
}

.woocommerce-mini-cart li img {
    width: 75px;
    max-width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-mini-cart li a.remove {
    top: 0;
    margin-top: 0;
    right: 0;
    position: absolute;
    left: auto;
    line-height: .8;
    font-weight: 400;
    font-size: 25px;
    color: #656565 !important;
}

.woocommerce-mini-cart li a.remove:hover {
    background: none;
}

.woocommerce-mini-cart li a:not(.remove) {
    display: inline;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
}

.woocommerce-mini-cart li .quantity {
    color: #9f9e9e;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 12px;
}

.woocommerce-mini-cart li .amount {
    color: #9f9e9e;
    font-weight: 400;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

.woocommerce-mini-cart__total {
    border-top: 0;
    padding: 0;
}

.woocommerce-mini-cart__total strong {
    min-width: 40px;
    display: inline-block;
}

.woocommerce-mini-cart__total strong {
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.woocommerce-mini-cart__total .amount {
    float: right;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}

.woocommerce-mini-cart__buttons .button {
    font-size: 13px;
    line-height: 1;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: .5px;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    padding: 16px 30px;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #1a1a1a;
}

.woocommerce-mini-cart__buttons .button:last-child {
    margin-right: 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
    border-color: #ffffff;
    color: #1a1a1a;
    background: #ffffff;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

.woocommerce-mini-cart__buttons .button.checkout {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
    border-color: #ffffff;
    color: #1a1a1a;
    background: #ffffff;
}

/* Mega Menu */
.main-navigation {
    position: unset;
}

.main-navigation>ul {
    position: unset;
}

.main-navigation>ul>li.mega-dropdown {
    display: list-item;
    float: none;
    position: unset;
    flex-direction: column;
}

.main-navigation ul li ul.mega-sub-menu {
    width: 100%;
    left: 0;
    padding-top: 50px;
}

.main-navigation ul.mega-sub-menu li.row {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.main-navigation ul li ul.mega-sub-menu .col {
    min-width: 220px;
    position: relative;
    left: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    max-width: 25%;
    box-shadow: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.main-navigation ul li.mega-dropdown:hover>ul .col {
    visibility: visible;
    opacity: 1;
}

.main-navigation ul li ul.mega-sub-menu .col li {
    padding-left: 0;
}

.mega-sub-menu .menu-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Custom Side panel */
.side-panel-block .the-logo {
    margin: 10px 0 40px 0;
}

.side-panel-block .the-logo img {
    width: 250px;
}

.side-panel-block .ot-heading h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}

.side-panel-block .gallery {
    margin: 0 -10px -10px 0;
    display: table;
}

.side-panel-block .gallery-item {
    padding: 0 10px 10px 0;
    display: inline-block;
    max-width: 33.33333333%;
}

.side-panel .side-panel-block {}

.header_mobile .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header_mobile .octf-row {
    margin-left: 0;
    margin-right: 0;
}

.header_mobile .octf-col {
    padding-left: 0;
    padding-right: 0;
}

.header_mobile .octf-search {
    margin-right: 30px;
}

.header_mobile .octf-menu-mobile {
    padding-right: 15px;
}

.header_mobile .mlogo_wrapper img {
    height: 76px;
}

.header_mobile .octf-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}

.side-panel-cinfo {
    padding-bottom: 40px;
}

.side-panel-cinfo ul {
    padding-left: 0;
    margin-bottom: 0;
}

.side-panel-cinfo .icon-list-item,
.side-panel-cinfo .icon-list-item a {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
}

.side-panel-cinfo li.icon-list-item,
.side-panel-cinfo li.icon-list-item a {
    font-family: "Raleway", sans-serif;
    color: #555;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel-cinfo .icon-list-item,
.side-panel-cinfo .icon-list-item a {
    font-family: "Raleway", Sans-serif;
    line-height: 18px;
}

.side-panel-cinfo .icon-list-items:not(.elementor-inline-items) .icon-list-item:not(:last-child) {
    padding-bottom: calc(25px/2);
}

@media (min-width: 768px) {
    .side-panel-block .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .side-panel {
        top: 46px;
    }
}

.gallery-columns-2 {
    display: table;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

@media (max-width: 767px) {
    .gallery-columns-2 .gallery-item {
        width: 100%;
    }
}

.author-bio .author-info {
    background-image: url('images/bg-author-bio.jpg');
}

.author-bio .author-image {
    max-width: 150px;
}

/* Page Header */
section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

.space-medium {
    padding-top: 70px;
    padding-bottom: 70px;
}

.no-padding {
    padding: 0;
}

.bg-dark-1 {
    background-color: #1a1a1a;
}

.page-header {
    background-image: url('images/page-header/bg-pheader.jpg');
}

.page-header-contact {
    background-image: url('images/page-header/pheader-contact.jpg');
}

.pheader-service-detail1 {
    background-image: url('images/page-header/pheader-service-detail1.jpg');
}

.pheader-team {
    background-image: url('images/page-header/pheader-team.jpg');
}

.pheader-services {
    background-image: url(images/page-header/pheader-service.jpg);
}

.pheader-about {
    background-image: url(images/page-header/pheader-aboutus.jpg);
}

.pheader-process {
    background-image: url(images/page-header/pheader-process.jpg);
}

.pheader-studio {
    background-image: url(images/page-header/pheader-studio.jpg);
}

.pheader-typo {
    background-image: url(images/page-header/pheader-typo.jpg);
}

.pheader-faq {
    background-image: url(images/page-header/pheader-faq.jpg);
}

.pheader-portfolio {
    background-image: url(images/page-header/pheader-portfolio.jpg);
}

.pheader-portfolio-detail {
    background-image: url(images/page-header/pheader-single-portfolio.jpg);
}

/* Post */
.comments-title span {
    color: #bababa;
}

.masonry-post .post-inner {
    padding: 20px;
    margin-bottom: 30px;
}

.masonry-post .owl-theme .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
}

/* contact */
.contact-left h2 {
    line-height: 1;
}

.contact-left p {
    margin-bottom: 24px;
}

.contact-right {
    padding-left: 75px;
    padding-right: 40px;
    background-image: url('images/bg1-contact.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #A3A3A3;
}

.contact-right .ot-heading {
    padding-top: 81px;
    padding-bottom: 25px;
}

.contact-right h2 {
    color: #ffffff;
}

.contact-right>p {
    margin-bottom: 25px;
}

.contact-right .contact-info {
    padding-bottom: 27px;
}

.contact-right .contact-info h6 {
    color: #ffffff;
}

.contact-right .contact-info i:before {
    color: #ffffff;
    font-size: 23px;
}

.contact-right .contact-info,
.contact-right .contact-info a {
    color: #d3d3d3;
}

.contact-right .list-social a {
    border-color: rgba(255, 255, 255, .4);
}

.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}

.contact-map {
    margin-top: 70px;
    z-index: -1;
    position: relative;
    margin-bottom: 70px;
}

.map {
    height: 522px;
}

.map iframe {
    width: 100%;
    height: 522px;

}

/* Our Services */
.benefits-sidebar .ot-heading {
    padding-bottom: 38px;
}

.benefits-sidebar .ot-heading h2 {
    line-height: 60px;
}

.principes {
    background-color: #f4f4f4;
    background-image: url(images/bg/bg1-service.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.main-principes {
    padding-left: 85px;
}

.main-principes .ot-heading {
    margin-bottom: 30px;
}

.process-classic {
    margin-bottom: 30px;
}

.process-classic span {
    color: #8F8F8F;
    font-size: 20px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    line-height: 1;
    padding-bottom: 12px;
}

.process-classic h6 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
}

.process-classic p {
    margin-bottom: 0;
}

.our-services .ot-heading {
    margin-bottom: 50px;
}

.icon-box--bg-img {
    margin-bottom: 20px;
}

.icon-bg-1 {
    background-image: url(images/bg/bg-iconbox1.jpg);
}

.icon-bg-2 {
    background-image: url(images/bg/bg-iconbox2.jpg);
}

.icon-bg-3 {
    background-image: url(images/bg/bg-iconbox3.jpg);
}

.icon-bg-4 {
    background-image: url(images/bg/bg-iconbox4.jpg);
}

.icon-bg-5 {
    background-image: url(images/bg/bg-iconbox5.jpg);
}

.icon-bg-6 {
    background-image: url(images/bg/bg-iconbox6.jpg);
}

.icon-bg-1:hover {
    background-image: url(images/bg/bg-iconbox1-hover.jpg);
}

.icon-bg-2:hover {
    background-image: url(images/bg/bg-iconbox2-hover.jpg);
}

.icon-bg-3:hover {
    background-image: url(images/bg/bg-iconbox3-hover.jpg);
}

.icon-bg-4:hover {
    background-image: url(images/bg/bg-iconbox4-hover.jpg);
}

.icon-bg-5:hover {
    background-image: url(images/bg/bg-iconbox5-hover.jpg);
}

.icon-bg-6:hover {
    background-image: url(images/bg/bg-iconbox6-hover.jpg);
}

.services-feature {
    background-color: #1a1a1a;
    padding-bottom: 90px;
}

.icon-box.s2 {
    padding: 39px 2px 19px 2px;
    margin-bottom: 30px;
    background-image: url(images/bg/bg2-service.jpg);
}

.icon-box.s2:hover {
    background-image: url(images/bg/bg2-hservice.jpg);
}

.icon-box.s2 .icon-main {
    color: #ffffff;
}

.icon-box.s2:hover .icon-main {
    color: #1a1a1a;
}

.icon-box.s2 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.icon-box.s2:hover h5 {
    color: #1a1a1a;
}

.icon-box .icon-main span.ot-flaticon-tip {
    margin-left: 18px;
}

.feature-content .ot-heading {
    padding-bottom: 20px;
}

.tabs-light .tab-link {
    min-width: 150px;
    border-bottom: 3px solid #4B4B4B;
}

.tabs-light .tab-link:not(.current) {
    color: #9F9F9F;
}

.tabs-light .tab-link.current,
.tabs-light .tab-link:hover {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.feature-content .ot-tabs .tab-content {
    color: #A3A3A3;
    padding-top: 16px;
    padding-bottom: 0;
}

.ot-tabs.tabs-light .tab-content {
    color: #A3A3A3;
}

.tabs-light .tab-content ul li:before,
.tabs-light .tab-content ol li:before {
    background: #9F9F9F;
}

.benefits-detail .ot-heading {
    padding-bottom: 18px;
}

.benefits-detail .ot-heading h2 {
    line-height: 60px;
}

/* About Us */
.about-detail .ot-heading {
    margin-bottom: 25px;
}

.about-detail p {
    margin-bottom: 40px;
}

.our-philosophy {
    background-image: url(images/bg/bg1-aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-philosophy .ot-heading {
    margin-bottom: 50px;
}

.our-philosophy .ot-heading:before {
    border-color: #ffffff;
}

.about-counter {
    background-image: url(images/bg/bg2-aboutus.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 0;
}

.work-content .ot-heading {
    padding: 21px 0 25px 0;
}

.ot-accordions .acc-item .acc-toggle span.up {
    display: none;
}

.ot-accordions .acc-item.current .acc-toggle span.down {
    display: none;
}

.ot-accordions .acc-item.current .acc-toggle span.up {
    display: inherit;
}

.about-team {
    background-image: url(images/bg/bg2-home1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-testi {
    padding-bottom: 85px;
}

.about-testi .ot-heading {
    margin-bottom: 50px;
}

/* Our Team */
.skill-content .ot-heading {
    margin-bottom: 25px;
}

.ot-progress .progress-bar {
    color: #1a1a1a;
}

.team-clients {
    padding: 70px 0;
}

.clients-slide .owl-stage,
.clients-slide-medium .owl-stage {
    display: flex;
    align-items: center;
}

.clients-slide .img-item figure,
.clients-slide-medium .img-item figure {
    margin-top: 0;
    margin-bottom: 0;
}

.clients-slide .img-item img,
.clients-slide-medium .img-item img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.clients-slide .img-item img,
.clients-slide-medium .img-item img {
    width: auto;
    opacity: .7;
}

.clients-slide .img-item img:hover,
.clients-slide-medium .img-item img:hover {
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.section-team-list {
    background-image: url(images/bg/bg1-team.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-of-team {
    padding-top: 120px;
}

.section-team-list .ot-heading {
    margin-bottom: 50px;
}

.our-skills {
    padding-top: 80px;
    padding-bottom: 120px;
}

.octf-btn.border-hover-dark:hover {
    border-color: #1a1a1a;
}

.octf-btn.border-hover-light:hover {
    border-color: #ffffff;
}

/* SInle Team */
.single-team {
    padding-top: 90px;
    padding-bottom: 100px;
}

.team-member-img {
    margin-right: -100px;
    padding-top: 55px;
    position: relative;
    z-index: 1;
}

.team-member-info {
    background-image: url(images/bg/bg1-single-team.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

.team-member-info h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    padding-top: 75px;
    margin-bottom: 25px;
}

.team-member-info h5 {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 28px;
}

.single-team-detail {
    padding-top: 55px;
}

.single-team-detail h4 {
    margin-bottom: 28px;
    line-height: 1;
}

.single-team-skill {
    padding-top: 45px;
    margin-bottom: 50px;
}

.single-team-skill h4 {
    margin-bottom: 30px;
    line-height: 1;
}

.single-team-skill p {
    margin-bottom: 0;
}

.single-team-contact h4 {
    line-height: 1;
}

.single-team-detail p {
    margin-bottom: 50px;
}

.single-team-detai strong {
    color: #1a1a1a;
}

.team-feature-detail h6 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.team-feature-detail {
    margin-bottom: 27px;
}

.team-feature-detail p {
    margin-bottom: 0;
}

/* Our process */
.our-process {
    background-image: url(images/bg/bg1-process.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-process .ot-heading {
    margin-bottom: 50px;
}

.process-step {
    background-image: url(images/bg/bg2-process.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-step .ot-heading {
    margin-bottom: 60px;
}

.process-step .ot-heading h2 {
    color: #ffffff;
}

.process-step .ot-heading.is-dots:before {
    border-bottom-color: #ffffff;
}

.ot-process .process_nav li .icon-main {
    text-align: center;
}

.ot-process .process_nav li .icon-main .dcell {
    display: block;
}

.ot-process .process_nav li .icon-main i:before {
    font-size: 56px;
}

.ot-process .process_nav li .icon-main .dcell .ot-flaticon-tip {
    margin-left: 18px;
}

.skill-process-detail .ot-heading {
    margin-bottom: 25px;
}

.skill-process-detail p {
    margin-bottom: 33px;
}

.process-news {
    background-color: #f4f4f4;
    background-image: url(images/bg/bg2-process.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.our-studio-detail {
    background-image: url(images/bg/bg1-studio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 50px 60px 50px;
    margin-top: 78px;
}

.our-studio-detail .ot-heading {
    padding-bottom: 12px;
}

.our-studio-detail .ot-heading h2 {
    color: #ffffff;
    font-size: 36px;
}

.our-studio-detail p {
    color: #A3A3A3;
    margin-bottom: 0;
}

.services-studio {
    background-color: #f4f4f4;
}

.services-studio-detail .ot-heading {
    margin-bottom: 25px;
}

.services-studio-detail p {
    margin-bottom: 40px;
}

.services-studio-detail .icon-box {
    padding: 0;
    padding-right: 30px;
    background-color: rgba(244, 244, 244, .98);
}

.services-studio-detail .icon-box.last {
    padding-right: 0;
}

.services-studio-detail .icon-box .icon-main span {
    margin-bottom: 22px;
}

.services-studio-detail .icon-box .icon-main i:before {
    font-size: 50px;
}

.services-studio-detail .icon-box h5 {
    margin-bottom: 9px;
}

.services-studio-detail .icon-box h5 a {
    color: #1a1a1a;
}

.services-studio-detail .icon-box p {
    margin-bottom: 10px;
    color: #555;
}

.services-studio-detail .icon-box--bg-img:hover .btn-details {
    color: #1a1a1a;
}

.services-studio-detail .icon-box:hover .btn-details:before {
    background: #DDD;
    border-color: #DDD;
}

.progress-studio {
    background-image: url(images/bg/bg2-studio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-color-stext {
    color: #A3A3A3;
    padding-top: 8px;
}

.circle-progress.text-light .inner-bar>span {
    color: #ffffff;
}

.studio-testi-slide {
    width: 100%;
    position: relative;
}

.studio-testi-img {
    width: 100%;
}

.studio-testi-slide-block {
    margin-left: 0;
    margin-right: 0;
}

.studio-testi-slide-block {
    margin-top: 58px;
    padding-top: 82px;
    padding-left: 87px;
    background-color: #f4f4f4;
}

.studio-testi-slide-block .ot-heading {
    margin-bottom: 25px;
}

.studio-testi-slide-block .testimonials-slide-2 {
    padding-bottom: 70px;
}

.studio-testi-slide-block .testimonials-slide-2 .testi-item .ttext:before {
    display: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    padding: 0 70px 0 0;
    background-color: #f4f4f4;
    border: none;
}

.studio-testi-img-block {
    z-index: -1;
    position: relative;
}

.testimonials-slide-2.owl-theme .owl-nav .owl-next,
.testimonials-slide-2.owl-theme .owl-nav .owl-prev {
    bottom: 0;
    right: 0;
    top: auto;
    background-color: #f4f4f4;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.testimonials-slide-2.owl-theme .owl-nav .owl-next:hover,
.testimonials-slide-2.owl-theme .owl-nav .owl-prev:hover {
    background-color: #f4f4f4;
}

.testimonials-slide-2.owl-theme .owl-nav .owl-prev {
    right: 60px;
    left: auto;
}

.clients-process .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.portfoli-studio .ot-heading {
    margin-bottom: 50px;
}

/* Typo */
.typo {
    padding-top: 90px;
    padding-bottom: 50px;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
    margin-bottom: 25px;
}

.theratio-separato {
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    margin: 80px 0;
}

.bg-classic-transparent {
    background: transparent;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.space-1 {
    width: 100%;
    height: 1px;
}

.space-2 {
    width: 100%;
    height: 2px;
}

.space-5 {
    width: 100%;
    height: 5px;
}

.space-10 {
    width: 100%;
    height: 10px;
}

.space-20 {
    width: 100%;
    height: 20px;
}

.space-25 {
    width: 100%;
    height: 25px;
}

.space-30 {
    width: 100%;
    height: 30px;
}

.space-40 {
    width: 100%;
    height: 40px;
}

.space-50 {
    width: 100%;
    height: 50px;
}

.space-60 {
    width: 100%;
    height: 60px;
}

.space-70 {
    width: 100%;
    height: 70px;
}

.space-80 {
    width: 100%;
    height: 80px;
}

.space-90 {
    width: 100%;
    height: 90px;
}

.space-100 {
    width: 100%;
    height: 100px;
}

.space-110 {
    width: 100%;
    height: 110px;
}

.space-120 {
    width: 100%;
    height: 120px;
}

.space-130 {
    width: 100%;
    height: 130px;
}

.space-140 {
    width: 100%;
    height: 140px;
}

.space-150 {
    width: 100%;
    height: 150px;
}

.space-55 {
    width: 100%;
    height: 55px;
}

.p-80 {
    padding: 80px;
}

.hight-light-1 {
    background-color: #1a1a1a;
}

.hight-light-2 {
    background-color: #878787;
}

.dc-bgdark .drop-cap span {
    background: #1a1a1a;
    color: #ffffff;
}

ul.style-default li,
ol.style-default li {
    padding-bottom: 6px;
    padding-top: 6px;
}

ul.style-default li:first-child,
ol.style-default li:first-child {
    padding-top: 0;
}

ul.style-default li:last-child,
ol.style-default li:last-child {
    padding-bottom: 0;
}

.icon-main.info {
    background: #43BAFF;
}

.icon-main.success {
    background: #4BD48B;
}

.icon-main.warning {
    background: #F9AF3B;
}

.icon-main.danger {
    background: #F5592F;
}

.cta {
    background-image: url(images/bg/bg1-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 73px 0;
    color: #A9A9A9;
}

.pricing-plan .container-custom {
    max-width: 1340px;
}

.pricing-wrap-title {
    background-color: #ffffff;
}

.error-404 {
    height: 100vh;
    padding: 0;
}

.error-logo .the-logo img {
    width: 80px;
}

.coming-soon {
    height: 100vh;
    background-image: url(images/bg/bg-coming-soon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    align-items: center;
}

.cs-logo {
    padding-bottom: 120px;
}

.cs-logo img {
    width: 80px;
}

.cs-content h2 {
    padding-bottom: 50px;
    font-size: 72px;
    line-height: 110px;
}

.cs-countdown {
    padding-bottom: 97px;
}

.cs-stext p {
    font-size: 18px;
    margin-bottom: 33px;
}

.cs-social {
    display: inline-block;
}

.cs-social a {
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 7px;
    color: #1a1a1a;
    text-align: center;
    margin-right: 11px;
}

.cs-social a:hover {
    background-color: #ffffff;
}

.cs-social a i {
    width: 14px;
    height: 14px;
}

/* Portfolio */
.project-item {
    padding: 15px;
}

.no-gaps .project-item {
    padding: 0px;
}

.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner {
    background: #1a1a1a;
}

.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner h5 a {
    color: #ffffff;
    background-image: linear-gradient(0deg, #ffffffFFF, #ffffffFFF);
}

.projects-metro {
    margin-left: -15px;
    margin-right: -15px;
}

.projects-metro .project-item.thumb2x .projects-thumbnail img {
    margin-top: calc(-30px/2);
}

.projects-grid.style-4 .projects-thumbnail .overlay {
    cursor: pointer;
}

.projects-grid.img-popup .projects-thumbnail .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-grid.img-popup .projects-thumbnail .overlay h5 {
    display: none;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

.projects-grid.style-5 .projects-box .portfolio-info {
    opacity: 1;
    visibility: visible;
    background: rgb(0 0 0 / 40%);
}

.projects-grid.style-5 .projects-box:hover .portfolio-info {
    opacity: 0;
    visibility: hidden;
}

.p-detail-info h6 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.p-detail-info p {
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1;
    font-family: "Raleway", Sans-serif;
}

.portfolio-detail-info p:last-child {
    margin-bottom: 0;
}

.portfolio-detail-info {
    background-image: url(images/bg/bg-pinfo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 50px 50px;
    margin-top: 10px;
}

.portfolio-detail-info h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.portfolio-detail-info p {
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.portfolio-detail-info p:last-child {
    margin-bottom: 0;
}

.gallery.s2 {
    margin: 0 -30px -30px 0;
}

.s2 .gallery-item {
    padding: 0 30px 30px 0;
}

.room-area h3 {
    color: #C2C2C2;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 13px;
}

.room-area h6 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.share-portfolio {
    text-align: right;
    margin-bottom: 40px;
}

.share-portfolio a {
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
    font-size: 12px;
    font-family: "Titillium Web", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    color: #1a1a1a;
    margin: 0 3px;
    border: 1px solid #E9E9E9;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.share-portfolio a:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
    opacity: 0.9;
}

.single-portfolio-navigation {
    margin-bottom: 0;
}

.gallery-columns-3 .gallery-item {
    float: left;
}

.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay h5 {
    display: block;
}

.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay i {
    display: none;
}

.projects-grid.style-4.img-popup .projects-thumbnail .overlay {
    background: rgba(0, 0, 0, .42);
}

.projects-grid {
    margin: calc(-30px/2);
}

/* Index 1 */
.tp-caption-big {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
    text-transform: uppercase;
    font-family: 'Titillium Web';
}

.tp-caption-main,
.tp-caption {
    font-family: 'Titillium Web';
}

.tp-desc {
    z-index: 10;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Raleway';
}

.rev-btn .octf-btn:before,
.rev-btn .octf-btn:after {
    display: none;
}

.rev-btn .octf-btn {
    font-size: 13px;
    line-height: 25px;
    padding: 15px 36px;
    border-color: transparent;
}

.nav-home-3.tparrows,
.nav-home-5.tparrows {
    width: 70px;
    height: 70px;
    background: #ffffff;
    transition: 0.3s;
}

.nav-home-3.tparrows:hover,
.nav-home-5.tparrows:hover {
    background-color: #ffffff;
}

.nav-home-3.tparrows:hover:before,
.nav-home-5.tparrows:hover:before {
    color: #9f9e9e;
}

.nav-home-3.tparrows:before,
.nav-home-5.tparrows:before {
    font-family: Flaticon;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 70px;
    transition: 0.3s;
}

.nav-home-3.tparrows.tp-rightarrow:before,
.nav-home-5.tparrows.tp-rightarrow:before {
    content: "\f134";
}

.nav-home-3.tparrows.tp-leftarrow:before,
.nav-home-5.tparrows.tp-leftarrow:before {
    content: "\f106";
}

.shape-home-3 {
    background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1600px) {
    .nav-home-5.tparrows {
        margin-left: 50px;
    }
}

@media (min-width: 795px) {
    .tp-bullets.hesperiden {
        display: none;
    }
}

@media (max-width: 794px) {
    .nav-home-3.tparrows {
        display: none;
    }
}

@media (max-width: 992px) {
    .rev-btn .octf-btn {
        font-size: 12px;
        line-height: 23px;
        padding: 11px 27px;
    }
}

@media (max-width: 992px) {
    .rev-btn .octf-btn {
        display: none;
    }
}

.nav-home-1.tparrows {
    width: 90px;
    height: 90px;
    background: transparent;
    transition: 0.3s;
}

.nav-home-1.tparrows:hover {
    background: rgba(255, 255, 255, 0.4);
}

.nav-home-1.tparrows:before {
    font-family: Flaticon;
    font-size: 20px;
    color: #ffffff;
    line-height: 90px;
}

.nav-home-1.tparrows.tp-rightarrow:before {
    content: "\f134";
}

.nav-home-1.tparrows.tp-leftarrow:before {
    content: "\f106";
}

/* Slider 2 */
.tp-small {
    font-family: "Josefin Sans";
    text-transform: uppercase;
}

.caption-big-2,
.tp-caption.title {
    font-family: "Titillium Web";
}

.tp-desc-2 {
    text-transform: uppercase;
    font-family: "Titillium Web";
}

.tp-caption .btn-details {
    color: #ffffff;
}

.tp-caption .btn-details:before {
    background: #505050;
}

.nav-home-2.tparrows {
    width: 60px;
    height: 60px;
    background: #0f0f0f;
    transition: 0.3s;
}

.nav-home-2.tparrows:hover {
    background: #ffffff;
}

.nav-home-2.tparrows:hover:before {
    color: #0f0f0f;
}

.nav-home-2.tparrows:before {
    font-family: Flaticon;
    font-size: 15px;
    color: #ffffff;
    line-height: 60px;
}

.nav-home-2.tparrows.tp-rightarrow:before {
    content: "\f134";
}

.nav-home-2.tparrows.tp-leftarrow:before {
    content: "\f106";
}

.rev-btn .octf-btn:hover {
    background-color: #ffffff;
}

.banner-desc-1 {
    position: absolute;
    left: 0;
    width: 90px;
    max-width: 90px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-desc-1 ul {
    line-height: 90px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.banner-desc-1 ul li {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Titillium Web", Sans-serif;
    font-size: 14.02px;
    text-transform: uppercase;
    margin-bottom: 40px;
    writing-mode: vertical-rl;
    letter-spacing: .75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banner-desc-1 ul li:last-child {
    margin-bottom: 0;
}

.banner-desc-1 ul li a {
    width: 100%;
}

.banner-desc-1 ul li span {
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.banner-desc-1 ul li:hover span {
    color: #9F9E9E;
}

.story-1 {
    background-image: url(images/bg/bg1-home1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.story-text {
    color: #ffffff;
    font-family: "Titillium Web", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    text-align: right;
    padding-right: 20px;
}

.story-author {
    padding: 0 0 0 20px;
    background-image: url(images/signature.png);
    background-position: 87% 92%;
    background-repeat: no-repeat;
}

.story-author img {
    display: inline-block;
    margin-right: 25px;
}

.story-author .story-content {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.story-author .story-title {
    color: #ffffff;
    font-family: "Titillium Web", Sans-serif;
    font-weight: 400;
    margin-bottom: 6px;
}

.story-author .story-description {
    color: #D0CFCF;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.grid-lines .color-line-default {
    background-color: rgba(0, 0, 0, .1);
}

.grid-lines .color-line-secondary {
    background-color: rgba(255, 255, 255, .3)
}

.bg-light-1 {
    background-color: #f4f4f4;
}

.client-1 {
    padding-bottom: 71px;
    padding-top: 71px;
}

.cate-lines.h-light:hover:before,
.cate-lines.h-light:hover:after {
    background: #ffffff;
}

.cate-lines.h-light:hover h2 {
    color: #ffffff;
}

.cate-lines.h-light:hover .number-stroke {
    -webkit-text-stroke-color: #ffffff;
}

.cate-lines.s-dark:before,
.cate-lines.s-dark:after {
    background: #1a1a1a;
}

.cate-lines.s-dark h2 {
    color: #1a1a1a;
}

/* Top header */
.top-header {
    background-color: #0A0A0A;
    background-image: url(images/bg/bg-topbar-home2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 33px 0;
}

.top-info h6 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
}

.top-info p {
    color: #C4C4C4;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.top-logo img {
    height: 65px;
}

.main-header-s2 {
    background-color: #1a1a1a;
    position: relative;
}

.main-header-s2.is-stuck {
    position: fixed;
}

.main-header-s2 .octf-sidepanel {
    padding: 34px 0;
    border: none;
}

.main-header-s2 .octf-search {
    margin-right: 0;
}

.main-header-s2 .octf-cart .count {
    background: #ffffff;
    color: #000;
}

.side-panel-left {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

.side-panel.side-panel-left.side-panel-open {
    transform: translateX(0);
}

.bg-dark-theratio {
    background-color: #0A0A0A;
}

/* Index 2 */
.octf-mainbar-row .octf-col.logo-col {
    flex-grow: 0.2;
}

.octf-mainbar-row .octf-col.menu-col {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
}

.octf-mainbar-row .octf-col.cta-col {
    flex-grow: 0.2;
}

.max-w-350 {
    max-width: 350px;
}

.benefits-desc-1 h2 {
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 38px;
}

.icon-box.s-light .icon-main i,
.icon-box.s-light .icon-main span {
    color: #ffffff;
}

.icon-box.s-light .icon-box h5 {
    color: #ffffff;
}

.icon-box.s-light h5 a {
    color: #ffffff;
    background-image: linear-gradient(0deg, #ffffffFFF, #ffffffFFF);
}

.icon-box.s-light p {
    color: #A3A3A3;
}

.our-portfolio-1 {
    background-image: url(images/bg/bg1-home2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 120px;
}

.ot-heading.s-light:before {
    border-color: #ffffff;
}

.ot-heading.s-light h2 {
    color: #ffffff;
}

.project_filters.s-light li a {
    color: #ffffff;
}

.project_filters.s-light li a:before {
    background: #505050;
}

.project_filters.s-light li a span {
    color: #ffffff;
}

.about-content-2 .ot-heading {
    margin: 0 -22px 0 0;
    padding: 75px 10px 22px 0;
    background-image: url(images/bg/circle-text2.png);
    background-position: 100% 12%;
    background-repeat: no-repeat;
}

.cta-2 {
    background-image: url(images/bg/bg2-home2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
    color: #ffffff;
}

.cta-2 h2 {
    color: #ffffff;
    font-family: "Titillium Web", Sans-serif;
    font-size: 100px;
    font-weight: 200;
    margin-bottom: 15px;
    line-height: 1;
}

.cta-2 p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 50px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.s-light .studio-testi-slide-block {
    background-color: #1a1a1a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev {
    color: #ffffff;
    background: #0a0a0a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev:hover {
    color: #919191;
}

.owl-theme .owl-nav [class*='owl-'] {
    font-weight: 700;
}

.v-dark.post-box .post-inner {
    background: #0a0a0a;
    border-color: #292929;
}

.v-dark.post-box:not(.blog-post):hover .post-inner {
    border-color: #ffffff;
}

.v-dark.post-box .entry-title a {
    color: #ffffff;
}

.v-dark.post-box .post-inner .the-excerpt {
    color: #a3a3a3;
}

.v-dark.post-box .entry-meta>span a:hover {
    color: #ffffff;
}

/* Index 3 */
.header-mobile-s3 {
    background-color: #1a1a1a;
}

.main-header-s3 .octf-search {
    margin-right: 30px;
}

.main-header-slight .octf-cart i {
    color: #1a1a1a;
}

.main-header-s3 .octf-sidepanel {
    border-color: rgba(0, 0, 0, .1);
}

.banner-3 {
    background-image: url(images/bg/bg-slider-home3.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding: 90px 0 120px 0;
}

.our-skill-3 {
    background-image: url(images/bg/bg1-home3.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.testi-slide-block-3 {
    padding: 60px;
    background-image: url(images/bg/bg2-home3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ot-testimonials .ot-testimonials-slider-s2.s2 .testi-item .ttext {
    padding-right: 0;
    background-color: transparent;
}

.testimonials-slide-2.s2.owl-theme .owl-nav .owl-next,
.testimonials-slide-2.s2.owl-theme .owl-nav .owl-prev {
    background-color: transparent;
}

/* Index 4 */
.benefits-desc-classic h2 {
    line-height: 60px;
    margin-bottom: 38px;
}

.title-s2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

.gallery-columns-5 .gallery-item {
    float: left;
}

.services-4 {
    padding-bottom: 50px;
}

.skill-4,
.testi-4 {
    background-image: url('images/bg/bg2-aboutus.jpg');
    background-position: center center;
}

.skill-content-4 {
    max-width: 530px;
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
}

.skill-content-4 p {
    margin-bottom: 33px;
}

.testi-slide-block-4 {
    max-width: 500px;
    margin: 0 auto;
}

.banner-4 {
    background-image: url(images/bg/banner-home4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 270px 0;
}

.banner-4 h2 {
    font-family: "Titillium Web", Sans-serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 80px;
    margin-bottom: 40px;
}

.video-popup.s-dark .btn-play {
    color: #ffffff;
    background: #1a1a1a;
}

.video-popup.s-dark .btn-play:before {
    background: #1a1a1a;
}

.banner-desc-4 {
    position: absolute;
    left: -63%;
    width: auto;
    top: 62%;
}

.banner-desc-4 p {
    position: relative;
    display: block;
    color: #1a1a1a;
    font-family: "Titillium Web", sans-serif;
    font-size: 14.02px;
    line-height: 18.03px;
    text-transform: uppercase;
    letter-spacing: .75px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-bottom: 0;
}

.banner-desc-4 p:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: calc(100% + 12px);
    top: 50%;
    background: #1a1a1a;
    animation: MoveUpRight 1.5s linear infinite;
}

.feature-4 {
    background-image: url(images/bg/bg1-home4.jpg);
    background-repeat: no-repeat;
    margin-top: -160px;
    padding: 40px 0 39px 0;
}

.feature-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.feature-wrap .feature-item {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.feature-item h6 {
    color: #989898;
    font-size: 18px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    line-height: 21px;
    position: relative;
    padding-left: 80px;
    margin-bottom: 0;
}

.feature-item h6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #989898;
}

.feature-item p {
    color: #ffffff;
    margin-bottom: 0;
}

.header-topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-socials.list-social a {
    border-color: transparent;
    color: rgb(26, 26, 26);
    padding: 10px;
    margin-right: 0;
}

.topbar-socials.list-social a i:before {
    font-size: 14px;
}

.topbar-socials.list-social a:hover {
    background-color: rgb(242, 242, 242);
}

.topbar-info {
    list-style: none;
}

.topbar-info li {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 50px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(26, 26, 26);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-info li i {
    padding-right: 9px;
}

.topbar-info li:last-child {
    padding-right: 0;
    border-right: none;
}

.topbar-info li i:before {
    font-size: 17px;
}

.logo-size-small {
    width: 150px;
    height: 91px;
}

.main-header-slight {
    position: relative;
}

.main-header-slight.is-stuck {
    position: fixed;
    background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .main-header-slight.is-stuck .main-navigation ul.menu>li>a {
        color: rgb(26, 26, 26);
    }
}

.main-header-slight .panel-btn i {
    color: rgb(26, 26, 26);
}

.main-header-slight.header-4 .octf-sidepanel {
    padding-right: 0;
    padding-left: 30px;
}

.main-header-slight .octf-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}

.main-header-slight .main-navigation>ul>li>a {
    color: rgb(26, 26, 26);
    font-weight: 600;
}

.main-header-slight.header-4 .octf-search {
    margin-right: 0;
}

.main-header-slight .cta-col {
    width: 13%;
    flex-grow: 0.21;
}

.main-header-slight .main-navigation>ul>li.menu-item-has-children>a:after {
    color: rgb(26, 26, 26);
}

.main-header-slight .main-navigation>ul>li>a:before {
    background-color: rgb(26, 26, 26);
}

.header_mobile_slight .mmenu-toggle button,
.header_mobile_slight .octf-cta-header .toggle_search i {
    color: rgb(26, 26, 26);
}

/* Index 5 */
.rev_slider .tp-caption img,
.tp-simpleresponsive .tp-caption img {
    max-width: 100% !important;
    max-height: inherit;
}

.main-header-5 .octf-mainbar-row .menu-col {
    flex-grow: 0.685;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.main-header-5 .octf-mainbar-row .cta-col {
    flex-grow: 0.115;
}

.client-area-5 {
    padding: 70px 80px 70px 80px;
    background-image: url(images/bg/bg2-aboutus.jpg);
    background-position: center center;
}

.process-area-5 {
    background-image: url(images/bg/bg2-home5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 80px 0;
}

.counter-area-5 {
    background-image: url(images/bg/bg2-aboutus.jpg);
    background-position: center center;
    padding: 66px 0 57px 0;
}

.testimonials-5 {
    padding-bottom: 85px;
}

.cta-bg-img {
    background-image: url(images/bg/bg2-home7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.cta-bg-img h2 {
    font-family: "Titillium Web", Sans-serif;
    font-size: 100px;
    font-weight: 200;
    line-height: 1;
}

.cta-bg-img p {
    color: #ffffff;
    font-size: 20px;
}

.overlay-dark {
    background-color: #1a1a1a;
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* Index 6 */
.full-height {
    height: 100vh;
}

.de-video-content h1 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
}

.de-video-content .octf-btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 15px 30px;
    line-height: 1;
    font-family: "Titillium Web", Sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.de-video-content .octf-btn:before,
.de-video-content .octf-btn:after {
    display: none;
}

.de-video-content .octf-btn:hover,
.de-video-content .octf-btn:focus {
    background-color: #ffffff;
    color: #1a1a1a;
}

.de-video-overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: #1a1a1a;
    opacity: .5;
    top: 0;
    left: 0;
}

.tp-bannertimer {
    display: none;
}

.image-gallery .gallery-icon.landscape .overlay {
    display: none;
}

/* Side Nav */
.side-nav-logo {
    position: absolute;
    top: 0;
}

.side-nav-logo img {
    width: 80px;
}

.site-header-vertical .side-nav {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-social li:last-child a {
    margin-right: 0;
}

.vertical-main-navigation>ul>li.current-menu-item>a,
.vertical-main-navigation>ul>li>a:hover {
    background-size: 100% 2px;
}

@media only screen and (min-width: 1025px) {
    .vertical-main-navigation ul>li>a {
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        outline: none;
        color: #ffffff;
        line-height: 48px;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .vertical-main-navigation>ul>li>a {
        background-size: 0 2px;
        background-position: 0 70%;
        background-repeat: no-repeat;
        background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
    }

    .vertical-main-navigation ul {
        text-align: center;
    }
}

.side-nav .sidenav-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.side-nav-cta {
    position: absolute;
    bottom: 50px;
}

.side-nav-social li a {
    border-color: rgba(255, 255, 255, 0.4);
    padding: 6px;
}

.side-nav-social i:before {
    font-size: 14px;
}

.ot-accordions.s-dark .acc-item {
    background-color: transparent;
}

.ot-accordions.s-dark .acc-item .acc-toggle {
    color: #ffffff;
}

.ot-accordions.s-dark .acc-item .acc-toggle i {
    color: #a3a3a3;
}

.circle-side {
    background-image: url(images/bg/bg-process.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit-side-block {
    width: 53.2%;
}

.benefit-side-img-block {
    width: 46.715%;
}

.benefit-side-desc {
    background-color: #1a1a1a;
    margin-top: 55px;
    padding: 60px 70px 70px 70px;
    position: relative;
    z-index: 1;
}

.benefit-side-desc .ot-heading {
    margin-bottom: 32px;
}

.benefit-side-img {
    margin-left: -78px;
}

.testi-side-title .container {
    max-width: 1350px;
}

.testi-heading-side {
    padding: 110px 0px 48px 0px;
    background-color: #0A0A0A;
}

.ot-testimonials.s-dark .testi-item .ttext {
    background-color: transparent;
}

.ot-testimonials.s-dark .layer-behind {
    background-color: transparent;
}

.ot-testimonials.s-dark .testi-item .ttext:before {
    position: absolute;
    font-family: "Titillium Web", sans-serif;
    font-size: 200px;
    color: #ffffff;
    top: 23px;
    left: 29px;
    content: "“";
    width: 80px;
    height: 45px;
    z-index: 1;
    background: none;
}

.ot-testimonials.s-dark .testi-item .ttext {
    color: #ffffff;
    background: #0a0a0a;
    border-color: #292929;
}

.ot-testimonials.s-dark .testi-item .ttext .layer-behind {
    background: #1a1a1a;
}

.ot-testimonials.s-dark .testi-item .ttext>span {
    background: #0a0a0a;
}

.s-dark .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
}

.s-dark .owl-theme .owl-dots .owl-dot.active span,
.s-dark .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
}

.s-dark .owl-theme .owl-dots .owl-dot.active {
    border-color: #ffffff;
}

.header-vertical .site-footer {
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-vertical .footer-bottom {
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #313131;
    padding: 20px 0px 20px 0px;
}

.elementor-3238 .elementor-element.elementor-element-79d1a4f {
    color: #A3A3A3;
    font-size: 14px;
}

.footer-side-nav p {
    color: #A3A3A3;
    font-size: 14px;
}

.footer-side-nav .footer-list-item .list-item-text {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

.footer-bottom-nav p {
    color: #7D7D7D;
    font-size: 14px;
}

.vegas-timer {
    display: none;
}

.hero-content {
    position: relative;
}

.hero-content .hero-logo {
    padding-bottom: 30px;
    width: 95px;
    height: 90px;
}

.hero-content h2 {
    color: #fffff;
    font-family: "Titillium Web", Sans-serif;
    font-size: 90px;
    font-weight: 200;
    line-height: 100px;
    margin-bottom: 43px;
}

.btn-scroll {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Titillium Web", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 72px;
    letter-spacing: 0.5px;
    bottom: 30px;
    left: 0;
}

.hero-desc {
    left: -75px;
    width: auto;
    bottom: 42%;
    position: absolute;
}

.hero-desc p {
    position: relative;
    display: block;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-size: 14.02px;
    line-height: 18.03px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.hero-desc p:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: calc(100% + 12px);
    top: 50%;
    background: #ffffff;
    animation: MoveUpRight 1.5s linear infinite;
}

.site-header-onepage .site-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header-onepage .octf-main-header {
    border: none;
}

#site-logo .logo-onepage {
    height: 50px;
}

.site-header-onepage .mobile_logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-header-onepage .mobile_logo img {
    height: 46px;
}

.site-header-onepage .octf-mainbar-row .octf-col.menu-col {
    flex-grow: 0.8;
}

.lg-outer,
.lg-backdrop {
    z-index: 9999;
}

.bullet-home-7 .tp-bullet {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -5px !important;
    left: 0 !important;
    opacity: 1;
    background: 0;
    border: 1px solid;
    border-color: transparent;
    outline: none;
    border-radius: 50%;
    transition: all 0.3s linear;
}

.bullet-home-7 .tp-bullet:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.bullet-home-7 .tp-bullet.selected,
.bullet-home-7 .tp-bullet:hover {
    border-color: #ffffff;
    background: transparent;
}

@media (max-width: 1024px) {
    .cta-2 h2 {
        font-size: 85px;
    }
}

@media (min-width: 567px) {
    .clients-process .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 767px) {
    .mb-md-70 {
        margin-bottom: 70px;
    }

    .team-block-wrap .team-item {
        width: 50%;
    }

    .section-team-list {
        padding: 50px 0 50px 0;
    }

    .about-team {
        padding: 105px 0 86px 0;
    }

    .how-it-work {
        padding-top: 120px;
        padding-bottom: 98px;
    }

    .our-benefits {
        padding-top: 120px;
        padding-bottom: 115px;
    }

    .services-benefits {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .skill-process {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .process-news {
        padding: 105px 0 120px 0;
    }

    .our-studio {
        padding-top: 120px;
    }

    .clients-process {
        padding-bottom: 100px;
    }

    .studio-counter {
        padding-top: 70px;
        padding-bottom: 105px;
    }

    .services-studio {
        padding: 120px 0;
    }

    .progress-studio {
        padding-bottom: 100px;
    }

    .portfolio-studio {
        padding-bottom: 120px;
    }

    .portfoli-studio {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .elements {
        padding-top: 85px;
    }

    .faq {
        padding-bottom: 90px;
    }

    .p-md-80 {
        padding: 80px;
    }
}

@media (min-width: 992px) {
    .contact-page {
        padding: 0;
        margin-top: 100px;
        margin-bottom: 120px;
    }
}

@media (min-width: 1025px) {

    .about-team,
    .section-team-list,
    .cta-2,
    .cta-bg-img {
        background-attachment: fixed;
    }
}

@media (min-width: 1200px) {
    .pricing-wrap-title {
        padding-top: 110px;
        padding-bottom: 48px;
    }

    .pricing-plan {
        margin-top: -271px;
        padding-bottom: 0;
    }

    .main-principes {
        max-width: 600px;
    }

    .feature-content {
        margin-left: 70px;
    }

    .about-img {
        margin-left: -55px;
    }

    .about-detail {
        margin-left: 70px;
    }

    .work-img {
        margin: -220px -335px -336px 0;
    }

    .skill-img {
        margin: 0 -205px 0 0;
        padding-left: 30px;
    }

    .skill-content {
        margin-right: 70px;
    }

    .team-clients .container-fluid,
    .clients-skill .container-fluid {
        padding: 0 140px;
    }

    .team-block-wrap .team-item {
        width: 20%;
    }

    .team-member-info {
        padding: 0 15px 80px 170px;
    }

    .process-classic.sleft {
        margin-left: 30px;
        margin-bottom: 56px;
    }

    .process-classic.sright {
        margin-right: 30px;
        margin-bottom: 56px;
    }

    .skill-process-detail {
        margin-left: 70px;
    }

    .skill-process-img {
        margin-left: -172px;
    }

    .studio-img {
        margin-right: -325px;
    }

    .services-studio-img {
        margin: 0 -15px 0 -132px;
    }

    .services-studio-detail {
        margin-left: 70px;
    }

    .our-studio-detail {
        margin-top: 270px;
    }

    .clients-process .container-fluid {
        padding-left: 140px;
        padding-right: 140px;
    }

    .portfoli-studio .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }

    .studio-testi-slide {
        width: 54.959%;
        position: relative;
    }

    .studio-testi-img {
        width: 45%;
    }

    .studio-testi-img-block {
        margin: 0 -40px 0 -75px;
    }

    .studio-testi-slide-block {
        margin-left: -45px;
        margin-right: 45px;
        margin-top: 58px;
        padding-top: 82px;
        padding-left: 87px;
        background-color: #f4f4f4;
    }

    .our-portfolio {
        padding-top: 80px;
    }

    .our-portfolio-slide {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-img-1 {
        margin: 0 10px 0 -145px;
    }

    .client-1 .container-fluid {
        padding-right: 140px;
        padding-left: 140px;
    }

    .skill-img-1 {
        margin: 0 -320px 0 0;
        padding: 0 0 0 30px;
    }

    .team-1 {
        padding-bottom: 86px;
    }

    .about-img-2 {
        margin: 0 0 0 -375px
    }

    .testi-2 {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .about-img-3 {
        margin: 0 0 0 -132px;
    }

    .our-skill-3 {
        padding-top: 90px;
        padding-bottom: 0;
    }

    .skill-img-5 {
        margin-left: -170px;
    }

    .about-img-5 {
        margin: 0 -245px 0 0;
    }

    .about-side {
        padding-top: 150px;
    }

    .portfolio-side {
        padding-top: 40px;
    }

    .benefit-side {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .testi-side-title {
        margin-top: -272px;
    }

    .about-side-img {
        margin: 0px 0px 0px -50px;
        padding: 0px 50px 0px 0px;
    }

    .contact-right {
        margin-right: 60px;
    }

    .ml-xl-35 {
        margin-left: 35px;
    }

    .mr-xl-70 {
        margin-right: 35px;
    }

    .ml-xl-70 {
        margin-left: 70px;
    }

    .mr-xl-70 {
        margin-right: 70px;
    }

    .mt-xl--40 {
        margin-top: -40px;
    }

    .mt-xl-40 {
        margin-top: 40px;
    }

    .p-xl-80 {
        padding: 80px;
    }

    .px-xl-90 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }

    .pl-xl-7 {
        padding-left: 7px;
    }
}

@media (min-width: 1600px) {
    .mr-xxl {
        margin-right: 234px;
    }

    .testi-slide-block-3 {
        margin-top: 70px;
        padding: 110px 246px 110px 117px;
    }
}

@media (max-width: 1400px) {

    .benefit-side-block,
    .benefit-side-img-block {
        width: 100%;
    }

    .benefit-side-img-block {
        margin-left: 0;
    }

    .skill-content-4,
    .testi-slide-block-4 {
        padding: 60px;
        max-width: 100%;
    }

    .skill-img-4 img,
    .testi-img-3 img {
        height: 100%;
    }
}

@media (max-width: 1200px) {

    .skill-img-4,
    .testi-img-3 {
        padding: 60px;
        padding-top: 0;
    }

    .skill-img-4 img,
    .testi-img-3 img {
        height: auto;
    }

    .main-principes {
        padding: 0 30px;
    }

    .main-principes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .team-member-img {
        margin-right: 0;
        padding-top: 0;
    }

    .team-member-info h2 {
        padding-top: 0;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}

@media (max-width: 992px) {
    .feature-4 {
        background-size: cover;
    }

    .feature-wrap .feature-item {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }

    .story-text {
        text-align: center;
    }

    .story-author {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta-bg-img h2 {
        font-size: 60px;
    }

    .banner-desc-1 {
        display: none;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }

    .skill-content-4,
    .testi-slide-block-4,
    .skill-img-4,
    .testi-img-3 {
        padding: 0;
    }

    .benefits-desc-classic h2 {
        line-height: 30px;
        margin-bottom: 0;
    }

    .hero-content h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .banner-3 {
        padding: 76px 0 0 0;
    }

    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .icon-box.s2 {
        margin-bottom: 30px !important;
    }

    .last .icon-box.s2 {
        margin-bottom: 0 !important;
    }

    .tabs-light .tab-link {
        min-width: 100%;
    }

    .octf-btn {
        padding: 12px 20px;
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 40%;
    }

    .clients-process {
        padding-bottom: 60px;
    }

    .studio-testi-slide-block {
        padding-left: 40px;
    }

    .ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
        padding-right: 40px;
    }

    .studio-testi-slide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .studio-testi-img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .benefits-desc-1 h2 {
        color: #ffffff;
        line-height: 48px;
        margin-bottom: 8px;
    }

    .testi-slide-block-3 {
        padding: 30px;
    }

    .banner-4 h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .feature-wrap .feature-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .benefits-sidebar .ot-heading {
        padding-bottom: 20px;
    }

    .benefits-sidebar .ot-heading h2 {
        line-height: 38px;
    }
}

@media (max-width: 480px) {
    .feature-wrap .feature-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .feature-item h6 {
        padding: 0;
    }

    .feature-item h6:before {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .main-navigation ul li ul.mega-sub-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Services Detail */
.services-single {
    padding-top: 90px;
    padding-bottom: 80px;
}

.services-detail-content .ot-heading {
    padding-bottom: 18px;
}

.services-detail-content .ot-heading h2 {
    line-height: 60px;
}

.services-detail-content .simple-slide {
    padding-top: 20px;
    padding-bottom: 42px;
}

.services-detail-content .detail-img {
    padding-top: 20px;
    margin-bottom: 80px;
}

.services-detail-content .circle-progress {
    padding-bottom: 8px;
}

.services-detail-content .service-testi {
    padding-top: 60px;
    margin-bottom: 60px;
}

.services-detail-content .ot-heading.is-dots {
    padding-bottom: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: #323232;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #323232;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #323232;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

@media (max-width: 992px) {
    .services-single .widget_nav_menu {
        padding-bottom: 40px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 0;
        margin-top: 30px;
    }
}

/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
/* Subscribe Email */
.mc4wp-form-fields .subscribe-inner-form {
    position: relative;
}

.mc4wp-form-fields .subscribe-inner-form input[type=email] {
    height: 46px;
    width: 100%;
    background: transparent;
    color: #b1b0b0;
    border-color: rgba(255, 255, 255, 0.1);
    padding-right: 56px;
}

.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
    color: #b1b0b0;
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
    background: transparent;
    border: none;
    outline: none;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
    font-size: 16px;
}

/* Back To Top*/
#back-to-top {
    background: #9f9e9e;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    width: 42px;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    outline: medium none;
    position: fixed;
    right: 40px;
    bottom: -20px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

#back-to-top i {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#back-to-top i:before {
    font-size: 17px;
}

/*-------------------------------------------------------------- ## 404 --------------------------------------------------------------*/
.error-404 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #000;
}

.error-404 .error-logo {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.error-404 h1 {
    font-size: 180px;
    line-height: 1;
    font-weight: 200;
    color: #000;
}

.error-404 h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
    color: #000;
}

.error-404 .page-content {
    font-size: 18px;
    max-width: 530px;
    margin: auto;
}

.error-404 .page-content h1 {
    font-size: 180px;
    font-weight: 200;
}

.error-404 .page-content p {
    margin-bottom: 30px;
}

.error-404 .page-content form {
    margin: 10px 15px 30px 0;
    padding-top: 10px;
}

.error-404 .page-content form .search-field {
    background: transparent;
    color: #000;
}

.error-404 .page-content form .search-field::placeholder {
    color: #000;
}

.error-404 .page-content form button {
    color: #000;
}

.error-404 .white-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 13px 33px;
    background: #000;
    color: #1a1a1a;
    font-size: 13px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.error-404 .white-btn:hover {
    background: #1a1a1a;
    color: #000;
}

/* Custom HTML */
@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }

    .container-big {
        max-width: 1540px;
    }

    .container-slider-5 {
        max-width: 1640px;
    }

    .container-large {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.no-padding {
    padding: 0 !important;
}

/* Custom Css Header HTML */
.octf-btn-cta {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.octf-cart {
    margin-right: 30px;
}

.octf-search {
    margin-right: 65px;
}

.octf-sidepanel {
    padding: 0 34px 0 33px;

}

.side-panel-block .gallery {
    padding-bottom: 30px;
}

.side-panel-wrap {
    padding-left: 35px;
    padding-right: 18px;
}

.side-panel-cinfo .panel-cinfo {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3px;
}

.panel-cinfo li {
    color: #ffffff;
    padding-bottom: 14px;
    padding-top: 14px;
    line-height: normal;
}

.panel-cinfo li:first-child {
    padding-top: 0;
}

.panel-cinfo li:last-child {
    padding-bottom: 0;
}

.panel-cinfo li .panel-list-text {
    padding-left: 14px;
}

.panel-list-icon i:before {
    font-size: 18px;
}

.side-panel-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-panel-social li {
    display: inline-block;
}

.side-panel-social a {
    background-color: #2A2A2A;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    padding: 7px;
    color: #ffffff;
    text-align: center;
    margin-right: 11px;
}

.side-panel-social a:hover {
    background-color: #444;
    border-color: #444;
}

.side-panel-social a i {
    width: 24px;
    height: 24px;
}

.pb-50 {
    padding-bottom: 50px;
}

/* Blog */
.audio-box iframe {
    border: none;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #1a1a1a;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 60px;
    height: 60px;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #9f9e9e;
    background-color: #ffffff;
}

.owl-nav i:before {
    font-size: 18px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

/* Footer */
.site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1a1a1a;
    color: #A3A3A3;
}

.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.widget-footer a {
    color: #A3A3A3;
}

.widget-footer li {
    padding-bottom: 14px;
}

.widget-footer li:last-child {
    padding-bottom: 0;
}

.widget-footer .footer-social li {
    padding-bottom: 0;
}

.widget-footer a:hover {
    color: #ffffff;
}

.footer-logo {
    max-width: 255px;
    padding-bottom: 10px;
}

.footer-social {
    padding-top: 9px;
    padding-bottom: 2px;
}

.footer-social ul,
.list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social li,
.list-social li {
    display: inline-block;
}

.footer-social a,
.list-social a {
    font-size: 12px;
    border: 1px solid #444;
    border-radius: 50%;
    padding: 8px 10px;
    color: #ffffff;
    text-align: center;
    margin-right: 11px;
}

.footer-social a:hover,
.list-social a:hover {
    background-color: #444;
}

.footer-social a i,
.list-social a i {
    width: 14px;
    height: 14px;
}

.footer-list {
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
}

.widget-footer h6 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: normal;
}

.footer-list-item i:before {
    font-size: 18px;
}

.footer-list-item .list-item-text {
    padding-left: 14px;
}

.footer-list-item {
    line-height: normal;
    padding-top: 11px;
    padding-bottom: 14px
}

.footer-list-item:first-child {
    padding-top: 0;
}

.footer-list-item:last-child {
    padding-bottom: 0;
}

.footer-widget-subcribe h6 {
    margin-bottom: 20px;
}

.footer-widget-subcribe form {
    margin-bottom: 18px;
}

.footer-widget-subcribe p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-bottom {
    padding: 23px 0;
    background-color: #1a1a1a;
    border-top: 1px solid #313131;
}

.footer-bottom p {
    color: #7D7D7D;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-bottom ul li span {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7B7B7B;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom ul li:first-child span {
    padding-left: 0;
}

.footer-bottom ul li:last-child span {
    padding-right: 0;
    border-right: none;
}

.footer-bottom li a {
    color: #7B7B7B;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.footer-bottom li a:hover {
    color: #ffffff;
}

@media (max-width: 479px) {
    .error-404 h1 {
        font-size: 120px;
    }

    .error-404 h2 {
        font-size: 32px;
    }
}

/*-------------------------------------------------------------- # Responsive --------------------------------------------------------------*/
@media (min-width: 992px) {
    .lg-hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (max-width: 1299px) {
    blockquote {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* #Contact form ================================================== */
#ajax-form label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}

.error {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    display: none;
    text-align: center;
}

#ajaxsuccess {
    background: #f2f2f2;
    color: #101010;
    font-family: 'Raleway', sans-serif;
    line-height: 60px;
    height: 60px;
    display: none;
    padding-left: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.vk-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vk-background-black {
    background-color: #000;
}

.vk-background-overlay._10 {
    opacity: 0.1;
}

.vk-background-overlay._20 {
    opacity: 0.2;
}

.vk-background-overlay._30 {
    opacity: 0.3;
}

.vk-background-overlay._40 {
    opacity: 0.4;
}

.vk-background-overlay._50 {
    opacity: 0.5;
}

.vk-background-overlay._60 {
    opacity: 0.6;
}

.vk-background-overlay._70 {
    opacity: 0.7;
}

.vk-background-overlay._80 {
    opacity: 0.8;
}

.vk-background-overlay._90 {
    opacity: 0.9;
}

.z-index-999 {
    z-index: 999 !important;
}

.haberler img {
    height: 250px;
    object-fit: cover;
}

.katalog img {
    height: 350px !important;
    object-fit: cover;
    padding: 0px;
}

.resim_galeri img {
    height: 200px !important;
    object-fit: cover;
    padding: 0px;
}

.referanslar img {
    object-fit: contain;
    height: 130px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.golge1 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%) !important;
}

.golge2 {
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 7%) !important;
}

.popupform .form-column,
.testimonial-section-two .form-column {
    position: relative;
}

.popupform .form-column .inner-column-1,
.testimonial-section-two .form-column .inner-column-1 {
    position: relative;
    margin-top: -100px;
    border-radius: 10px;
    padding: 50px 40px 50px;
    background-color: #2e3841;
}

.inner-column-1:before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-image: url(../images/background/pattern-1.png);
    background-size: cover;
    background-repeat: repeat;
    opacity: .8;
    background-position: right;
}

.popupform .form-column h2,
.testimonial-section-two .form-column h2 {
    position: relative;
    color: #fffffffff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
}



.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.default-form .form-group:last-child {
    margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #fffffffff;
    height: 50px;
    font-size: 14px;
    background: none;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #fffffffff;
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #fffffffff;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus {
    border-color: #322f2f;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #fffffffff;
    height: 150px;
    background: rgba(255, 255, 255, 0.10);
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #fffffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.default-form .form-group .theme-btn {
    cursor: pointer;
    z-index: 2;
}

.default-form.style-two .form-group input,
.default-form.style-two .form-group textarea {
    background-color: #fffffffff;
    color: #000000;
}

.default-form.style-two .form-group textarea {
    height: 200px;
}

.default-form.style-two .form-group input::-webkit-input-placeholder,
.default-form.style-two .form-group textarea::-webkit-input-placeholder {
    color: #000000;
}

.alert-site {
    color: #fffffffff;
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.10);
}

.remodal-close {
    z-index: 2 !important;
}

.owl-carousel .owl-stage-outer {
    max-height: 480px;
}

.owl-carousel .owl-item .proje_detay {
    object-fit: contain;
    height: 480px;
    background: #1a1a1a;
}

.owl-carousel .owl-item .haber_detay {
    object-fit: cover;
    height: 300px;
}

.projects-box {
    margin-bottom: 30px;
}

.iconset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.video-detail__wrapper {
    background: #002249;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 150px;
}

.video-detail__header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-detail__header .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.video-detail-player iframe {
    width: 100%;
    height: 530px;
}

@media (max-width: 767px) {
    .video-detail-player iframe {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-player iframe {
        height: 400px;
    }
}

.video-detail-other-videos .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos {
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff;
    opacity: .7;
    font-weight: 400;
}

.video-detail-other-videos .heading .all-videos:hover {
    text-decoration: underline;
}

.video-detail-list {
    overflow-y: auto;
    background: #0000009c;
    height: calc(530px - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-detail-list {
        height: 340px;
    }
}

.video-detail-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: .3s;
    transition: .3s;
}

.video-detail-list li:last-child {
    border-bottom: 0 none;
}

.video-detail-list li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.video-detail-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video-detail-list .video-left {
    width: 110px;
    height: 70px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.video-detail-list .video-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-detail-list .video-left .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 16px;
}

.video-detail-list .video-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 15px;
}

.video-detail-list .video-right .title {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}

.turkey-map-drawing {
    text-align: center;
}

.turkey-map-drawing svg {
    width: 100%;
    height: auto;
}

.turkey-map-drawing g.is-completed path {
    fill: #1a1a1a;
}

.turkey-map-drawing path {
    cursor: pointer;
    fill: #2e3841;
    -webkit-transition: .2s;
    transition: .2s;
}

.turkey-map-drawing path:hover {
    fill: #F7F7F7 !important;
}

.turkey-map-name {
    position: absolute;
    z-index: 2;
}

.turkey-map-name div {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 2px;
}

.list .card {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.bayiler>.icon {
    position: absolute;
    right: 30px;
    top: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    border: 2px solid currentColor;
    color: #000;
    opacity: .3;
}

.box-header {
    margin-bottom: 50px;
}

.bayiler .title {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.bayiler .title.small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.bayiler .text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
}

.box-footer .name {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.box-footer .text .icon {
    margin-right: 10px;
    font-size: 13px;
}

.card {
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 2rem;
    border: 10px solid transparent;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgb(62 62 101 / 13%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.card:hover,
.card-active {
    border-bottom: 10px solid #1a1a1a;
}

.col-kolaymenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

.col-kolaymenu-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    background: none;
    border: none;
    float: right;
}

#accordion .card {
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f9f9f9;
}

#accordion .card-header {
    padding: 15px 10px;
    margin-bottom: 0;
    background: #f9f9f9;
    border-color: #dedede;
    border-radius: 0;
}

#accordion .card-header a {
    color: #000;
    display: block;
}

#accordion .show .card-body {
    border-left: solid 2px #1a1a1a !important;
}

#accordion .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    display: block;
    margin: 0;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #ffffff;
    border: 1px solid #1a1a1a;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    background: #1a1a1a;
    color: #ffffff}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #1a1a1a}

.sidebar-widget .widget-content {
    position: relative;
}

.collapse.in {
    display: block;
}

.temizle {
    clear: both;
}

.vk-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
}

.urun_detay img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 480px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.urunkucuk {
    margin-bottom: 15px;
}

.urunkucuk img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 120px;
    object-fit: contain;
    background: #ffffff;
    padding: 5px;
}

.item .label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #666;
    border-radius: 0;
}

.item .label.discount {
    right: 10px;
    left: unset;
    font-weight: bold;
}

.item .label:not(.discount) {
    z-index: 1;
    top: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
}

.item .label.discount {
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-top: 18px;
    font-family: "Titillium Web", sans-serif;
    background: red;
    color: white;
    padding: 1px 15px;
    position: absolute;
    right: -31px;
    font-size: 17px;
    font-weight: normal;
}

.item-price span {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #243559;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: line-through;
}

.broucher-box {
    position: relative;
    padding: 12px 22px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #ddd;
    text-align: left;
}

.broucher-box .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.broucher-box .broucher-inner {
    position: relative;
    font-size: 16px;
    color: #1b4962;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box .broucher-inner .download-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #222222;
    font-size: 16px;
    line-height: 1em;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.broucher-box:hover {
    border-color: #fe982f;
}

.broucher-box:hover {
    color: #fffffffff;
    background-color: #1a1a1a;
}

.broucher-box:hover .broucher-inner .download-icon,
.broucher-box:hover .broucher-inner {
    color: #fffffffff;
}

.broucher-box:last-child {
    margin-bottom: 0px;
}

.single-services-box {
    background-color: #fafafa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
}

.single-services-box h3 {
    position: relative;
    padding-left: 65px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.single-services-box h3 i::after {
    position: absolute;
    left: -10px;
    top: -3px;
    z-index: -1;
    background-color: #fbd3dd;
    width: 55px;
    height: 55px;
    content: '';
    border-radius: 50%;
}

.single-services-box h3 i.color-043d72 {
    color: #043d72;
}

.single-services-box h3 i.color-043d72::after {
    background-color: #d4d6de;
}

.single-services-box p {
    margin-top: 15px;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 6px;
    color: #130947;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-services-box .read-more-btn:hover {
    color: #1a1a1a;
}

.single-services-box:hover {
    background-color: #fffffffff;
    border-color: #fffffffff !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}

.row .col-lg-6:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(3) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(5) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(6) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(7) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-6:nth-child(8) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(1) .single-services-box {
    border-right: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(2) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(3) .single-services-box {
    border-left: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box {
    border-bottom: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(4) .single-services-box,
.row .col-lg-4:nth-child(5) .single-services-box,
.row .col-lg-4:nth-child(7) .single-services-box,
.row .col-lg-4:nth-child(8) .single-services-box {
    border-right: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(7) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(8) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.row .col-lg-4:nth-child(9) .single-services-box {
    border-top: 1px solid #1a1a1a;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.side-panel-cinfo p {
    color: #ffffff;
    line-height: normal;
    font-weight: 100;
}

.background-fixed {
    background-size: cover;
    background-attachment: fixed;
}

.arka1 {
    background: #f4f4f4 !important;
}

.footer {
    position: relative;
    width: 100%;
    background: #1a1a1a;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTfNxku0DTXfZjQv5bMNsL5-ty9ik4Mg67bLA&usqp=CAU");
    background-size: 1000px 100px;
  }
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }


  /* ============ Full Page Slider ================= */
.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 100vh;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
    top: -110px;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 100vh;
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 32%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.62);
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 70px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-left: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.62);
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFFB0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
	text-shadow: 1px 1px 4px rgba(0,0,0,0.62);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 50px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
}


.slider-indicator {
    display: flex;
    justify-content: space-around;
    align-items: center;
       background: linear-gradient(to right, rgb(0 0 0), #21252900);
    padding: 10px 20px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-radius: 10px;
	z-index: 99;
	text-transform: uppercase;
		
}

/* Göstergeler */
.slider-indicator .slide-number {
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    color: #fff; /* Pasif olanlar için mavi font */
    transition: all 0.3s ease;
}

.slider-indicator .slide-number strong {
    font-size: 16px;
    display: block;
    color: #ffffff47;
}
.slider-indicator .slide-number.active {
    color: black; /* Aktif olanlar için siyah font */
    font-weight: 800;
}

.slider-indicator .slide-number.active strong {
    color:#ffffff /* Aktif olanlar için siyah font */
}


/* Genel görsel düzenlemesi */
.swiper-container-h .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative; /* Resim üzerine karartmayı eklemek için */
}

/* Mobil çözünürlük için karartma efekti */
@media (max-width: 768px) {
    .swiper-container-h .swiper-slide img {
        position: relative;
    }

    .swiper-container-h .swiper-slide .image-overlay {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); /* Hafif karartma (0.3 opacity) */
        z-index: 1; /* Görselin üzerine karartmayı ekle */
    }

    .homepage1-body .header-area.homepage1 {
      position: absolute;
      width: 100%;
      z-index: 9999;
      padding: 16px 0;
      transition: all 0.4s;
      BACKGROUND-COLOR: rgb(0 0 0 / 63%);
      BOX-SHADOW: 0 4px 20px rgb(0 0 0 / 21%);
  }
}

/* Mobil çözünürlük için karartma efekti */
@media (max-width: 1920px) {
  .swiper-container-h .swiper-slide img {
      position: relative;
  }

  .swiper-container-h .swiper-slide .image-overlay {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 8%); /* Hafif karartma (0.3 opacity) */
      z-index: 1; /* Görselin üzerine karartmayı ekle */
  }
}

picture source,
picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    picture img {
        object-position: right;
    }
}


.creative-fullpage--slider picture img {
  width: 100%;
  height: 100vh; /* veya istediğin bir yükseklik */
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .creative-fullpage--slider picture img {
      height: 100vh;
      object-fit: cover;
      object-position: center center;
  }
}



.of-main{width: 100%;margin-bottom: 50px;    margin-top: 50px;}
.of-inner{width: 100%;max-width: 14.4rem;margin: 0 auto;}
.of-tit{text-align: center; font-weight: bold;color: #121212;font-family: js;margin-bottom: .26rem;}
.of-list{width: 100%;font-size: 0;}
.of-item{display: inline-block;vertical-align: top;width: 11.3%;margin-right: 1.37%;/* border: 1px solid #999; */margin-bottom: 1.37%;cursor: default;}
.of-item:nth-child(8n){margin-right: 0;}
.of-box{width: 100%;padding-top: 53.14%;position: relative;}
.of-logo{position: absolute;left: 50%;top: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 100%;max-height: 80%;}
@media(max-width: 900px){.of-inner{max-width: 704px;}}
@media(max-width: 750px){.of-main{padding-left: 10px;padding-right: 10px;padding-bottom: 20px;}    .of-inner{max-width: 500px;}.of-item{width: 24%;margin-right: 1.33%;margin-bottom: 1.33%;}.of-item:nth-child(4n){margin-right: 0;}}


.oe-main{width: 100%;padding-top: 1.3rem;padding-bottom: 1.26rem;}
.oe-inner{width: 100%;margin: 0 auto;background-color: #ececec;padding-top: .61rem;padding-bottom: .65rem;padding-left: 1rem;padding-right: 1rem;position: relative;max-width: 100rem;}
.oe-tit{color:#121212;font-family: js; font-weight: bold;margin-bottom: .4rem;text-align: center;}
.oe-bn{width: 100%;background-color: #fff;padding-top: .63rem;padding-bottom: .32rem;}
.oe-text{color: #333;line-height: 1.6;text-align: center;margin-bottom: .08rem;position: relative;}
.oe-text:before{content: url(/public/home/1000000/images/pl-r.png);font-size: calc(90 * 100vw / 1920);position: absolute;left: -0.13em;top: -0.55em;line-height: 1;font-family: Arial;}
.oe-author{color:#666666;line-height: 1.6;text-align: right;position: relative;padding-right: 2.3em;}
/* .oe-author:after{content: url(/public/home/1000000/images/pl-l.png);font-size: calc(90 * 100vw / 1920);position: absolute;right: -0.16em;top: -0.4em;line-height: 1;font-family: Arial;} */
.oe-arrow{width: .4rem;height: .3rem;margin-top: -0.15rem;position: absolute;top: 50%;background-size: 100% 100%;cursor: pointer;z-index: 123;font-size: 0;}
.oe-prev{left: -0.7rem;transform: rotate(180deg);}
.oe-next{right: -0.7rem;}
.oe-arrow>div{height: 100%;transition: width .3s;position: absolute;top: 0;background-size: auto 100%;background-repeat: no-repeat;}
.oe-gray{width: 100%;background-image: url(../images/op19.png);background-position: right center;right: 0;}
.oe-orange{width: 0;background-image: url(../images/op34.png);background-position: left center;left: 0;}
.oe-cont{position: relative;}
.oe-s{padding-left: .5rem;padding-right: .5rem;}
@media(min-width: 1201px){ .oe-arrow:hover .oe-gray{width: 0;}.oe-arrow:hover .oe-orange{width: 100%;}}
@media(max-width: 900px){.oe-inner{max-width: 704px;} .oe-text:before{font-size: 30px;}}
@media(max-width: 750px){.oe-main{padding: 30px 10px;} .oe-inner{max-width: 500px;padding-left: 0.5rem; padding-right: 0.5rem;}}
@media(max-width: 500px){.oe-s{padding-left: 10px;padding-right: 10px;} .oe-text{font-size: 13px;}.oe-author{font-size: 13px;}.ob-intro{margin-bottom: 0;}}


/*3.9 wpo-testimonial-section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {

}
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap {
background: #FFF;
box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1);
padding: 65px 70px 65px 50px;
display: flex;
align-items: center;
}
@media (max-width: 1399px) {
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap {
padding: 40px 30px 40px 30px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap {
display: block;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap {
padding: 20px;
}
}
.wpo-testimonial-section .image,
.wpo-testimonial-section-s2 .image {
max-width: 428px;
max-height: 519px;
width: 428px;
display: inline-block;
}
@media (max-width: 767px) {
.wpo-testimonial-section .image,
.wpo-testimonial-section-s2 .image {
width: 100%;
}
}
.wpo-testimonial-section .image .item,
.wpo-testimonial-section-s2 .image .item {
position: relative;
}
.wpo-testimonial-section .image .item img,
.wpo-testimonial-section-s2 .image .item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wpo-testimonial-section .image .feedback,
.wpo-testimonial-section-s2 .image .feedback {
padding: 15px 24px;
background: #ff9a06;
text-align: center;
color: #FFF;
font-size: 20px;
font-weight: 600;
line-height: 29px;
display: inline-block;
position: absolute;
left: -66px;
bottom: 135px;
transform: rotate(270deg);
display: flex;
}
@media (max-width: 575px) {
.wpo-testimonial-section .image .feedback,
.wpo-testimonial-section-s2 .image .feedback {
display: none;
}
}
.wpo-testimonial-section .image .feedback img,
.wpo-testimonial-section-s2 .image .feedback img {
margin-right: 15px;
}
.wpo-testimonial-section .content-wrap,
.wpo-testimonial-section-s2 .content-wrap {
width: calc(100% - 435px);
display: inline-block;
padding-left: 95px;
text-align: left;
}
@media (max-width: 1399px) {
.wpo-testimonial-section .content-wrap,
.wpo-testimonial-section-s2 .content-wrap {
padding-left: 30px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .content-wrap,
.wpo-testimonial-section-s2 .content-wrap {
padding-left: 0px;
width: 100%;
margin-top: 30px;
}
}
.wpo-testimonial-section .content-wrap h2,
.wpo-testimonial-section-s2 .content-wrap h2 {
color: #707070;
font-family: "Titillium Web", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 30px;
letter-spacing: 1.76px;
text-decoration-line: underline;
text-transform: uppercase;
position: relative;
padding-left: 20px;
display: inline-block;
}
@media (max-width: 1399px) {
.wpo-testimonial-section .content-wrap h2,
.wpo-testimonial-section-s2 .content-wrap h2 {
font-size: 16px;
font-weight: 700;
line-height: 30px;
}
}
@media (max-width: 767px) {
.wpo-testimonial-section .content-wrap h2,
.wpo-testimonial-section-s2 .content-wrap h2 {
font-size: 13px;
}
}
.wpo-testimonial-section .content-wrap h2::before,
.wpo-testimonial-section-s2 .content-wrap h2::before {
position: absolute;
left: 0;
top: 45%;
width: 14px;
height: 16px;
transform: translateY(-50%);
content: url(../images/title-shape.svg);
}
.wpo-testimonial-section .content-wrap h3,
.wpo-testimonial-section-s2 .content-wrap h3 {
text-transform: capitalize;
color: #042127;
font-family: "Titillium Web", sans-serif;
font-size: 48px;
font-weight: 700;
line-height: 55px;
margin-bottom: 50px;
}
@media (max-width: 1199px) {
.wpo-testimonial-section .content-wrap h3,
.wpo-testimonial-section-s2 .content-wrap h3 {
font-size: 32px;
line-height: 40px;
margin-bottom: 30px;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .content-wrap h3,
.wpo-testimonial-section-s2 .content-wrap h3 {
font-size: 30px;
margin-bottom: 10px;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .content,
.wpo-testimonial-section-s2 .content {
padding-bottom: 50px;
}
}
.wpo-testimonial-section .content p,
.wpo-testimonial-section-s2 .content p {
color: #222;
font-size: 20px;
font-weight: 500;
line-height: normal;
letter-spacing: normal;
margin-bottom: 35px;
}
@media (max-width: 1399px) {
.wpo-testimonial-section .content p,
.wpo-testimonial-section-s2 .content p {
font-size: 25px;
line-height: 40px;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .content p,
.wpo-testimonial-section-s2 .content p {
font-size: 20px;
line-height: 30px;
}
}
.wpo-testimonial-section .content .client-name,
.wpo-testimonial-section-s2 .content .client-name {
border-top: 1px solid rgba(24, 24, 94, 0.1);
padding-top: 40px;
}
.wpo-testimonial-section .content .client-name h4,
.wpo-testimonial-section-s2 .content .client-name h4 {
color: #222;
font-family: "Titillium Web", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.66px;
margin: 0;
display: inline;
}
.wpo-testimonial-section .content .client-name span,
.wpo-testimonial-section-s2 .content .client-name span {
display: inline;
color: #696969;
font-size: 14px;
font-weight: 400;
}
.wpo-testimonial-section .slick-arrow,
.wpo-testimonial-section-s2 .slick-arrow {
position: absolute;
top: auto;
left: auto;
right: 0;
bottom: -30px;
width: 50px;
height: 50px;
border-radius: 100px;
background: #F1F1F1;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.wpo-testimonial-section .slick-arrow.slick-prev, .wpo-testimonial-section .slick-arrow.slick-next,
.wpo-testimonial-section-s2 .slick-arrow.slick-prev,
.wpo-testimonial-section-s2 .slick-arrow.slick-next {
right: 80px;
}
.wpo-testimonial-section .slick-arrow.slick-prev::after, .wpo-testimonial-section .slick-arrow.slick-next::after,
.wpo-testimonial-section-s2 .slick-arrow.slick-prev::after,
.wpo-testimonial-section-s2 .slick-arrow.slick-next::after {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
content: "\f125";
font-family: flaticon_logistics !important;
font-size: 15px;
color: rgb(8, 17, 45);
transition: all 0.3s ease-in-out;
}
.wpo-testimonial-section .slick-arrow.slick-prev::before, .wpo-testimonial-section .slick-arrow.slick-next::before,
.wpo-testimonial-section-s2 .slick-arrow.slick-prev::before,
.wpo-testimonial-section-s2 .slick-arrow.slick-next::before {
display: none;
}
.wpo-testimonial-section .slick-arrow.slick-next,
.wpo-testimonial-section-s2 .slick-arrow.slick-next {
right: 0;
}
.wpo-testimonial-section .slick-arrow.slick-next::after,
.wpo-testimonial-section-s2 .slick-arrow.slick-next::after {
content: "\f124";
}
.wpo-testimonial-section .slick-arrow.slick-next::before,
.wpo-testimonial-section-s2 .slick-arrow.slick-next::before {
display: none;
}
.wpo-testimonial-section .slick-arrow:hover,
.wpo-testimonial-section-s2 .slick-arrow:hover {
background: rgb(6, 45, 53);
}
.wpo-testimonial-section .slick-arrow:hover::after,
.wpo-testimonial-section-s2 .slick-arrow:hover::after {
color: #fff;
}

/*3.10 wpo-partner-section */
.wpo-partner-section .partner-grids,
.wpo-partner-section-s2 .partner-grids,
.wpo-partner-section-s3 .partner-grids {
display: flex;
flex-wrap: wrap;
}
.wpo-partner-section .grid,
.wpo-partner-section-s2 .grid,
.wpo-partner-section-s3 .grid {
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
}
@media (max-width: 767px) {
.wpo-partner-section .grid,
.wpo-partner-section-s2 .grid,
.wpo-partner-section-s3 .grid {
flex-basis: 50%;
}
}
@media (max-width: 440px) {
.wpo-partner-section .grid,
.wpo-partner-section-s2 .grid,
.wpo-partner-section-s3 .grid {
flex-basis: 50%;
}
}
.wpo-partner-section .grid img,
.wpo-partner-section-s2 .grid img,
.wpo-partner-section-s3 .grid img {
display: inline-block;
max-width: 70%;
margin: 0 auto;
width: 142px;
height: 45px;
}
@media (max-width: 991px) {
.wpo-partner-section .grid img,
.wpo-partner-section-s2 .grid img,
.wpo-partner-section-s3 .grid img {
width: 100%;
}
}
.wpo-partner-section .owl-nav,
.wpo-partner-section-s2 .owl-nav,
.wpo-partner-section-s3 .owl-nav {
display: none;
}

/*3.11 wpo-cta-section */
.wpo-cta-section,
.wpo-cta-section-s2,
.wpo-cta-section-s3 {
position: relative;
z-index: 11;
}
.wpo-cta-section .cta-wrapr,
.wpo-cta-section-s2 .cta-wrapr,
.wpo-cta-section-s3 .cta-wrapr {
padding: 60px 50px 60px 75px;
background: url(../../uploads/cta-bg.jpg) center/cover no-repeat;
display: flex;
align-items: center;
justify-content: space-between;
background-size: cover;
backdrop-filter: blur(20px) saturate(180%);
}
@media (max-width: 991px) {
.wpo-cta-section .cta-wrapr,
.wpo-cta-section-s2 .cta-wrapr,
.wpo-cta-section-s3 .cta-wrapr {
padding: 60px 50px;
display: block;
}
}
@media (max-width: 575px) {
.wpo-cta-section .cta-wrapr,
.wpo-cta-section-s2 .cta-wrapr,
.wpo-cta-section-s3 .cta-wrapr {
padding: 40px 20px;
}
}
.wpo-cta-section .cta-wrapr .wpo-section-title,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title {
width: calc(100% - 350px);
text-align: left;
margin-bottom: 0;
}
@media (max-width: 991px) {
.wpo-cta-section .cta-wrapr .wpo-section-title,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title {
width: 100%;
margin-bottom: 50px;
text-align: center;
}
}
.wpo-cta-section .cta-wrapr .wpo-section-title h3,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title h3,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title h3 {
color: #FFF;
font-size: 38px;
font-weight: 700;
line-height: 47px;
text-transform: capitalize;
max-width: 560px;
margin-bottom: 30px;
}
@media (max-width: 1199px) {
.wpo-cta-section .cta-wrapr .wpo-section-title h3,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title h3,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title h3 .firmadialan h2 {
font-size: 35px;
text-align: center;
}
}
.wpo-cta-section .cta-wrapr .wpo-section-title .theme-btn, .wpo-cta-section .cta-wrapr .wpo-section-title .view-cart-btn,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title .theme-btn,
.wpo-cta-section-s2 .cta-wrapr .wpo-section-title .view-cart-btn,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title .theme-btn,
.wpo-cta-section-s3 .cta-wrapr .wpo-section-title .view-cart-btn {
font-family: "Titillium Web", sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.7px;
text-transform: uppercase;
padding: 17px 22px;
}
.wpo-cta-section .cta-wrapr .contact-info,
.wpo-cta-section-s2 .cta-wrapr .contact-info,
.wpo-cta-section-s3 .cta-wrapr .contact-info {}
.wpo-cta-section .cta-wrapr .contact-info .item,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item {
display: flex;
align-items: center;
border-radius: 47.5px;
background: rgba(255, 255, 255, 0.05);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
color: #707070;
padding: 15px 20px 15px 30px;
}
@media (max-width: 575px) {
.wpo-cta-section .cta-wrapr .contact-info .item,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item {
padding: 15px 20px;
}
}
.wpo-cta-section .cta-wrapr .contact-info .item:first-child,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item:first-child,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item:first-child {
margin-bottom: 30px;
}
.wpo-cta-section .cta-wrapr .contact-info .item i,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item i,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item i {
font-size: 35px;
line-height: 50px;
position: relative;
bottom: -7px;
}
@media (max-width: 575px) {
.wpo-cta-section .cta-wrapr .contact-info .item i,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item i,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item i {
font-size: 25px;
line-height: 30px;
}
}
.wpo-cta-section .cta-wrapr .contact-info .item i::before,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item i::before,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item i::before {
line-height: 0;
}
.wpo-cta-section .cta-wrapr .contact-info .item .text,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item .text,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item .text {
padding-left: 20px;
}
@media (max-width: 575px) {
.wpo-cta-section .cta-wrapr .contact-info .item .text,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item .text,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item .text {
padding-left: 10px;
}
}
.wpo-cta-section .cta-wrapr .contact-info .item .text span,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item .text span,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item .text span {
font-size: 16px;
font-weight: 600;
line-height: 20px;
color:#fff;
}
.wpo-cta-section .cta-wrapr .contact-info .item .text p,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item .text p,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item .text p {
color: #FFF;
font-size: 21px;
font-weight: 600;
line-height: 30px;
letter-spacing: -0.63px;
margin-bottom: 0;
}
@media (max-width: 575px) {
.wpo-cta-section .cta-wrapr .contact-info .item .text p,
.wpo-cta-section-s2 .cta-wrapr .contact-info .item .text p,
.wpo-cta-section-s3 .cta-wrapr .contact-info .item .text p {
font-size: 15px;
line-height: 25px;
}
}

/*3.12 wpo-team-section */
.wpo-team-section,
.wpo-team-section-s2,
.wpo-team-section-s3 {
position: relative;
z-index: 1;
background: #FFF5F0;
padding-top: 290px;
margin-top: -150px;
}
@media (max-width: 991px) {
.wpo-team-section,
.wpo-team-section-s2,
.wpo-team-section-s3 {
margin-top: 90px;
padding-top: 90px;
}
}
@media (max-width: 767px) {
.wpo-team-section,
.wpo-team-section-s2,
.wpo-team-section-s3 {
margin-top: 80px;
padding-top: 80px;
}
}
.wpo-team-section .wpo-section-title,
.wpo-team-section-s2 .wpo-section-title,
.wpo-team-section-s3 .wpo-section-title {
text-align: left;
}
.wpo-team-section .owl-nav,
.wpo-team-section-s2 .owl-nav,
.wpo-team-section-s3 .owl-nav {
position: absolute;
right: 16%;
top: -124px;
}
@media (max-width: 991px) {
.wpo-team-section .owl-nav,
.wpo-team-section-s2 .owl-nav,
.wpo-team-section-s3 .owl-nav {
display: none;
}
}
.wpo-team-section .owl-prev,
.wpo-team-section-s2 .owl-prev,
.wpo-team-section-s3 .owl-prev {
border-radius: 66px;
border: 1px solid rgba(0, 0, 0, 0.28);
width: 66px;
height: 66px;
background: transparent;
position: relative;
transition: all 0.3s ease-in-out;
}
.wpo-team-section .owl-prev span,
.wpo-team-section-s2 .owl-prev span,
.wpo-team-section-s3 .owl-prev span {
display: none;
}
.wpo-team-section .owl-prev::after,
.wpo-team-section-s2 .owl-prev::after,
.wpo-team-section-s3 .owl-prev::after {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
content: "\f125";
font-family: flaticon_logistics !important;
font-size: 15px;
color: rgb(8, 17, 45);
transition: all 0.3s ease-in-out;
}
.wpo-team-section .owl-prev:hover,
.wpo-team-section-s2 .owl-prev:hover,
.wpo-team-section-s3 .owl-prev:hover {
background: #FF7236;
border: 1px solid transparent;
}
.wpo-team-section .owl-prev:hover::after,
.wpo-team-section-s2 .owl-prev:hover::after,
.wpo-team-section-s3 .owl-prev:hover::after {
color: #fff;
}
.wpo-team-section .owl-next,
.wpo-team-section-s2 .owl-next,
.wpo-team-section-s3 .owl-next {
border-radius: 66px;
border: 1px solid rgba(0, 0, 0, 0.28);
width: 66px;
height: 66px;
background: transparent;
position: relative;
margin-left: 20px;
transition: all 0.3s ease-in-out;
}
.wpo-team-section .owl-next span,
.wpo-team-section-s2 .owl-next span,
.wpo-team-section-s3 .owl-next span {
display: none;
}
.wpo-team-section .owl-next::after,
.wpo-team-section-s2 .owl-next::after,
.wpo-team-section-s3 .owl-next::after {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
content: "\f124";
font-family: flaticon_logistics !important;
font-size: 15px;
color: rgb(8, 17, 45);
transition: all 0.3s ease-in-out;
}
.wpo-team-section .owl-next:hover,
.wpo-team-section-s2 .owl-next:hover,
.wpo-team-section-s3 .owl-next:hover {
background: #FF7236;
border: 1px solid transparent;
}
.wpo-team-section .owl-next:hover::after,
.wpo-team-section-s2 .owl-next:hover::after,
.wpo-team-section-s3 .owl-next:hover::after {
color: #fff;
}
.wpo-team-section .all-team-btn,
.wpo-team-section-s2 .all-team-btn,
.wpo-team-section-s3 .all-team-btn {
text-align: center;
margin-top: 20px;
}
.wpo-team-section .all-team-btn .theme-btn, .wpo-team-section .all-team-btn .view-cart-btn,
.wpo-team-section-s2 .all-team-btn .theme-btn,
.wpo-team-section-s2 .all-team-btn .view-cart-btn,
.wpo-team-section-s3 .all-team-btn .theme-btn,
.wpo-team-section-s3 .all-team-btn .view-cart-btn {
padding: 21px 60px;
font-weight: 600;
}
@media (max-width: 991px) {
.wpo-team-section .all-team-btn .theme-btn, .wpo-team-section .all-team-btn .view-cart-btn,
.wpo-team-section-s2 .all-team-btn .theme-btn,
.wpo-team-section-s2 .all-team-btn .view-cart-btn,
.wpo-team-section-s3 .all-team-btn .theme-btn,
.wpo-team-section-s3 .all-team-btn .view-cart-btn {
font-size: 14px;
padding: 18px 45px;
}
}
.wpo-team-section .shape,
.wpo-team-section-s2 .shape,
.wpo-team-section-s3 .shape {
position: absolute;
left: 60px;
top: 15%;
z-index: -1;
}
@media (max-width: 991px) {
.wpo-team-section .shape,
.wpo-team-section-s2 .shape,
.wpo-team-section-s3 .shape {
display: none;
}
}




.projects-item {
    text-align: center;
    padding: 0 0px;
}

.projects-img-wrapper {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    border-bottom: 4px solid red; /* 🔥 Alt çizgi buraya geldi */
    
}

.projects-img-wrapper img {
    width: 100%;
    height: 270px; /* daha kısa ve yatay */
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    border-radius: 5px;
    border-radius: 10px 10px 0 0; /* üst kenarlar yuvarlak, alt köşe düz */
}

.projects-img-wrapper:hover img {
    transform: scale(1.05);
}

.projects-info {
    margin-top: 15px;
}

.projects-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 6px 0;
    line-height: 1.3;
    word-break: break-word;
    min-height: 48px;
}

.projects-info h5 a {
    color: #111;
    text-decoration: none;
}

.projects-info h5 a:hover {
    color: #c0935a;
}

.projects-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.projects-info i {
    color: #999;
}

.projects-hr {
    width: 40px;
    height: 2px;
    background-color: #c0935a;
    border: none;
    margin: 10px auto;
}


.pagination {
 
    padding: 15px;
    border-radius: 8px;
}

.pagination .page-item {
    margin: 0 4px;
}

.pagination .page-link {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #555555;
    border-color: #555555;
    color: #fff;
}

.pagination .page-link:hover {
    background-color: #c0935a;
    color: #fff;
    border-color: #c0935a;
}


/*---- Proje Detay ----*/


.detail-main-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.detail-content h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail-content p {
    font-size: 16px;
    line-height: 1.6;
}

.tabs-wrapper {
    margin-top: 30px;
}

.nav-tabs {
    justify-content: center;
    border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
    color: #333 !important;
    background-color: #fff !important;  /* pasif sekme beyaz */
    border: 1px solid #c0935a !important;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}

.nav-tabs .nav-link:hover {
    background-color: #f9f1e6 !important;
    color: #c0935a !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #c0935a !important; /* aktif sarı */
    border-color: #c0935a !important;
}




.tab-content {
    margin-top: 20px;
}

.tab-pane img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}



.gallery-wrapper {
    margin-bottom: -60px !important;
}


.gallery-thumb {
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}





@media (max-width: 767.98px) {
    .gallery-thumb {
        height: 220px;
    }
}

.project-gallery .project-box {
    position: relative;
    display: block;
    width: 100%;
    height: 452px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    text-decoration: none;
    color: white;
}

.project-gallery .project-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); /* başlangıçta %30 karanlık */
    transition: background 0.4s ease;
    z-index: 1;
}

.project-gallery .project-box:hover::before {
    background: rgba(0, 0, 0, 0); /* hover durumunda tamamen şeffaflaşır */
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    z-index: 2; /* overlay metni üstte tut */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.project-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.project-location {
    font-size: 16px;
    color: #f0f0f0;
    margin-left: 20px;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}



hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}



ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: -webkit-inline-box;
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-ms-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
.sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.-bottom-\[2px\]{
  bottom: -2px !important;
}
.end-0{
  inset-inline-end: 0px !important;
}
.start-0{
  inset-inline-start: 0px !important;
}
.z-1{
  z-index: 1 !important;
}
.col-span-1{
  grid-column: span 1 / span 1 !important;
}
.col-span-2{
  grid-column: span 2 / span 2 !important;
}
.col-span-full{
  grid-column: 1 / -1 !important;
}
.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.me-3{
  -webkit-margin-end: 0.75rem !important;
          margin-inline-end: 0.75rem !important;
}
.me-4{
  -webkit-margin-end: 1rem !important;
          margin-inline-end: 1rem !important;
}
.me-5{
  -webkit-margin-end: 1.25rem !important;
          margin-inline-end: 1.25rem !important;
}
.ms-1{
  -webkit-margin-start: 0.25rem !important;
          margin-inline-start: 0.25rem !important;
}
.ms-3{
  -webkit-margin-start: 0.75rem !important;
          margin-inline-start: 0.75rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.block{
  display: block !important;
}
.inline{
  display: inline !important;
}
.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.grid{
  display: grid !important;
}
.size-10{
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.size-4{
  width: 1rem !important;
  height: 1rem !important;
}
.size-8{
  width: 2rem !important;
  height: 2rem !important;
}
.h-10{
  height: 5.5rem !important;
}
.h-12{
  height: 3rem !important;
}
.h-24{
  height: 6rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-5{
  height: 2.25rem !important;
}
.h-9{
  height: 2.25rem !important;
}
.h-\[75px\]{
  height: 75px !important;
}
.h-auto{
  height: auto !important;
}
.h-full{
  height: 100% !important;
}

.w-28{
  width: 7rem !important;
}
.w-4{
  width: 1rem !important;
}
.w-9{
  width: 2.25rem !important;
}
.w-full{
  width: 100% !important;
}
.max-w-2xl{
  max-width: 42rem !important;
}
.max-w-4xl{
  max-width: 56rem !important;
}
.max-w-\[85rem\]{
  max-width: 85rem !important;
}
.max-w-xl{
  max-width: 36rem !important;
}
.max-w-xs{
  max-width: 20rem !important;
}
.flex-none{
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.flex-shrink-0{
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}
.scale-\[2\.0\]{
  --tw-scale-x: 2.0 !important;
  --tw-scale-y: 2.0 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-wrap{
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.justify-end{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.gap-10{
  gap: 2.5rem !important;
}
.gap-2{
  gap: 0.5rem !important;
}
.gap-3{
  gap: 0.75rem !important;
}
.gap-5{
  gap: 1.25rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-x-2{
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}
.gap-x-4{
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}
.gap-y-2{
  row-gap: 0.5rem !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.whitespace-nowrap{
  white-space: nowrap !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-2xl{
  border-radius: 1rem !important;
}
.rounded-3xl{
  border-radius: 1.5rem !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-md{
  border-radius: 0.375rem !important;
}
.rounded-xl{
  border-radius: 0.75rem !important;
}
.border{
  border-width: 1px !important;
}
.border-t{
  border-top-width: 1px !important;
}
.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}
.border-slate-700\/20{
  border-color: rgb(51 65 85 / 0.2) !important;
}
.border-transparent{
  border-color: transparent !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-dark{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 23 26 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 166 2 / var(--tw-bg-opacity)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}
.bg-\[conic-gradient\(at_right\2c _var\(--tw-gradient-stops\)\)\]{
  background-image: conic-gradient(at right, var(--tw-gradient-stops)) !important;
}
.bg-\[radial-gradient\(ellipse_at_center\2c _var\(--tw-gradient-stops\)\)\]{
  background-image: radial-gradient(ellipse at center, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.from-gray-700{
  --tw-gradient-from: #374151 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-red-900{
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.from-teal-200{
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.via-gray-900{
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.via-violet-200{
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position) !important;
}
.to-lime-200{
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position) !important;
}
.to-orange-500{
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position) !important;
}
.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}
.bg-center{
  background-position: center !important;
}
.bg-no-repeat{
  background-repeat: no-repeat !important;
}
.fill-red-500{
  fill: #ef4444 !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-3{
  padding: 0.75rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-14{
  padding-top: 3.5rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pt-7{
  padding-top: 1.75rem !important;
}
.text-center{
  text-align: center !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl{
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-5xl\/relaxed{
  font-size: 3rem !important;
  line-height: 1.625 !important;
}
.text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-normal{
  font-weight: 400 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.text-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(19 23 26 / var(--tw-text-opacity)) !important;
}
.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(254 166 2 / var(--tw-text-opacity)) !important;
}
.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-transparent{
  color: transparent !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-transform: uppercase;
}
.shadow{
  --tw-shadow: 0 0 10px rgb(0 0 0 / 0.10) !important;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}
.duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}
.duration-500{
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/*********************************/
/*             General           */
/*===============================*/


/*********************************/
/*             Helper            */
/*===============================*/
.container,
.contacinr-fluid{
  position: relative;
}

.text-type-element{
  z-index: 2;
}

.text-type-element::after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 0.25rem;
  width: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 166 2 / var(--tw-bg-opacity)) !important;
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(254 166 2 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 166 2 / var(--tw-border-opacity)) !important;
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(254 166 2 / var(--tw-ring-opacity)) !important;
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none !important;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5 !important;
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0px 2px 6px 0px rgba(60, 72, 88, 0.15) !important;
  --tw-shadow-colored: 0px 2px 6px 0px var(--tw-shadow-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px){
  .sm\:-bottom-px{
    bottom: -1px !important;
  }
  .sm\:mt-12{
    margin-top: 3rem !important;
  }
  .sm\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sm\:w-auto{
    width: auto !important;
  }
  .sm\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .sm\:items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .sm\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .sm\:gap-3{
    gap: 0.75rem !important;
  }
  .sm\:gap-y-0{
    row-gap: 0px !important;
  }
  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .md\:text-start{
    text-align: start !important;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }
  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lg\:h-screen{
    height: 100vh !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:pt-20{
    padding-top: 5rem !important;
  }
}

@media (min-width: 1280px){
  .xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}


.cate-lines2:before {
    width: calc(100% - 30px); height: 1px; bottom: 60px; left: 20px;
}

.cate-lines2 {
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines2:before, .cate-lines2:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines2:after {
    width: 1px;
    height: calc(88% - 30px);
    top: 20px;
    right: 20px;
}
.cate-lines2:before, .cate-lines2:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}



.cate-lines3:before {
    width: calc(100% - 30px); height: 1px; bottom: 80px; left: 20px;
}

.cate-lines3 {
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines3:before, .cate-lines3:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines3:after {
    width: 1px;
    height: calc(86% - 30px);
    top: 10px;
    right: 20px;
}
.cate-lines3:before, .cate-lines3:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.cate-lines4:before {
    width: calc(99.2% - 30px); height: 1px; bottom: 120px; left: 20px;
}

.cate-lines4 {
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines4:before, .cate-lines4:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.cate-lines4:after {
    width: 1px;
    height: calc(75% - 30px);
    top: 10px;
    right: 20px;
}
.cate-lines4:before, .cate-lines4:after {
    content: "";
    position: absolute;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


/*--------- FAQ --------------*/
/* -----------------------------
   FAQ / Accordion custom styles
--------------------------------*/
:root{
  --faq-bg: #0f1518;           /* arka plan (koyu) */
  --faq-bg-2: #141b1f;         /* degrade ikinci ton */
  --faq-text: #cfd8dc;         /* metin */
  --faq-muted: #94a3b8;        /* silik metin */
  --faq-border: #22303a;       /* sınır çizgisi */
  --faq-accent: #39c0ed;       /* vurgu rengi */
}

.faq_accordions .accordion-item{
    background: #333333;
    /* border: 1px solid var(--faq-border); */
    /* border-radius: .6rem; */
    overflow: hidden;
    margin-bottom: .9rem;
}

.faq_accordions .accordion-button{
  background: transparent;
  color: var(--faq-text);
  padding: 1rem 1.25rem;
  font-weight: 600;
  box-shadow: none !important;
}

.faq_accordions .accordion-button:hover{
  color: #fff;
}

.faq_accordions .accordion-button:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,192,237,.15);
}

.faq_accordions .accordion-button.collapsed{
  border-bottom: 1px solid transparent;
}

.faq_accordions .accordion-button:not(.collapsed){
  color: #fff;

}

/* Bootstrap'ın default caret'ini kapatıyoruz */
.faq_accordions .accordion-button::after{
  display: none;
}

/* Kendi ok ikonumuz */
.faq_accordions .accordion-button .faq-caret{
  width: 22px;
  height: 22px;
  margin-left: auto;
  flex: 0 0 22px;
  transition: transform .25s ease;
  opacity: .9;
}

/* Açıkken oku döndür */
.faq_accordions .accordion-button[aria-expanded="true"] .faq-caret{
  transform: rotate(180deg);
  opacity: 1;
}

.faq_accordions .card-body{

  padding: 1rem 1.25rem 1.2rem 1.25rem;
  line-height: 1.75;
  color: #ffffffa1;
}

.faq_accordions .list_disc{
  margin: .5rem 0 0 1.1rem;
}

.faq_accordions .list_disc li{
  list-style: disc;
  margin: .25rem 0;
}

/* Başlık */
.page_heading .hd_1{
  color: #1a1a1a;
  letter-spacing: .5px;
}

/* Küçük ekran düzenlemeleri */
@media (max-width: 576px){
  .faq_accordions .accordion-button{
    padding: .9rem 1rem;
  }
  .faq_accordions .card-body{
    padding: .9rem 1rem 1.1rem 1rem;
  }
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f7f7f7;
  cursor: pointer;
  border: none;
  outline: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
  padding: 0 12px;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* uzun cevaplar için ayarlayabilirsin */
  padding: 12px;
}



/* Global typography override: enforce site font across theme components */
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body span,
body div,
body label,
body small,
body strong,
body em,
body button,
body input,
body select,
body textarea {
  font-family: var(--site-font-family) !important;
}

/* Keep code-like blocks monospace */
body pre,
body code,
body kbd,
body samp {
  font-family: monospace, monospace !important;
}

    .footer-theme-panel {
        background: linear-gradient(311deg, #3c4047 0%, #111318 58%, #050608 100%);
        text-transform: uppercase;
    }