/*------------------------------------------------------------------
Project:	Paul Panah
Project url:	https://paulpanah.com
Last change:	13/08/2024
Company name:	Aildco
Company url:	https://aildco.com
-------------------------------------------------------------------*/

@import url("css/content.css");
@import url("css/showcase.css");
@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");

@import url('https://fonts.googleapis.com/css2?family=Aladin&family=Big+Shoulders+Display:wght@100..900&family=Marcellus&family=Syne:wght@400..800&display=swap');

@font-face {
    font-family: "Canela-Regular";
    src: url("./fonts/4a24899e94d8236f671c1090cd9e068c.eot"); /* IE9*/
    src: url("./fonts/4a24899e94d8236f671c1090cd9e068cd41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("./fonts/4a24899e94d8236f671c1090cd9e068c.woff2") format("woff2"), /* chrome、firefox */
         url("./fonts/4a24899e94d8236f671c1090cd9e068c.woff") format("woff"), /* chrome、firefox */
         url("./fonts/4a24899e94d8236f671c1090cd9e068c.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url("./fonts/4a24899e94d8236f671c1090cd9e068c.svg#Canela-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "gallery_modernregular";
    src:
        url("./fonts/gallerymodern-webfont.woff2") format("woff2"),
        url("./fonts/gallerymodern-webfont.woff") format("woff"),
        url("./fonts/gallerymodern-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


:root {
    /**
        @font family declaration
    */
    --pp-ff-body: 'Syne', sans-serif;
    --pp-ff-heading: 'Syne', sans-serif;
    --pp-ff-p: 'Syne', sans-serif;
    --pp-ff-syne: 'Syne', sans-serif;
    --pp-ff-gallery: 'gallery_modernregular', sans-serif;
    --pp-ff-shoulders: 'Big Shoulders Display', cursive;
    --pp-ff-marcellus: 'Marcellus', sans-serif;
    --pp-ff-aladin: 'Aladin', system-ui;
    --pp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
        @color declaration
    */
    --color-primary: #3DB2FF;
    --color-sand-crystal: #FFEDDA;
    --color-garuda-gold: #FFB830;
    --color-red-flag: #ff2442;
    --color-pink-light: #f6ecee;
    --color-white: #ffffff;
    --color-white-2: #e6f4fd;
    --color-black: #000000;
    --color-black-2: #1E1E1E;
    --color-black-3: #141414;
    --color-dark: #121212;
    --color-text-dark: #292930;
}


/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

* {
    cursor: none !important;
}

html, body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: var(--pp-ff-body);
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    width: 100%;
    color: #444;
    background-color: #fff;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

html {
    box-sizing: border-box;
    margin-right: 0px !important;
    overflow: visible !important;
}

body {
    cursor: none!important;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

#custom-cursor {
    position: absolute;
    font-size: 40px;
    pointer-events: none;
    color: #000;
    z-index: 9999;
}

@media only screen and (max-width: 1366px) {
    #custom-cursor {
        display: none;
    }
}

body.smooth-scroll {
    overflow: hidden;
}

body.hidden {
    opacity: 0;
}

.secondary-font {
    font-family: "Canela-Regular";
    font-weight: 500;
}

.gray-color {
    color: #818185 !important;
}

main {
    -webkit-transition: background 0.5s ease-in-out 0s;
    transition: background 0.5s ease-in-out 0s;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio {
    display: inline-block;
    max-width: 100%;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 600;
    color: #000;
}

.light-content b, .light-content strong, .dark-section b, .dark-section strong {
    font-weight: 600;
    color: #fff;
}

.light-content .light-section b, .light-content .light-section strong {
    font-weight: 600;
    color: #000;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark, ins {
    background: none repeat scroll 0 0 #000;
    text-decoration: none;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 2px;
}

.light-content mark, .light-content ins, .dark-section mark, .dark-section ins {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}

.light-content .light-section mark, .light-content .light-section ins {
    background: none repeat scroll 0 0 #111;
    color: #fff;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.05)
}

.light-content pre, .dark-section pre {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.light-content .light-section pre {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    color: #000;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 3.5rem;
    margin: 0 0 1.5625rem;
    position: relative;
}

.light-content blockquote, .dark-section blockquote {
    color: #fff;
}

.light-content .light-section blockquote {
    color: #000;
}

blockquote::before {
    content: "\275D";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1;
    font-size: 3rem;
    font-weight: 500;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.light-content blockquote cite, .light-content blockquote small {
    color: #fff;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 600;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul,
ol {
    list-style: none;
    margin: 20px 0 25px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 20px 0px 15px 25px;
}

li {
    line-height: 20px;
    color: #444;
    margin-bottom: 25px;
}

.light-content li, .dark-section li {
    color: #ccc;
}

.light-content .light-section li {
    color: #444;
}

figure {
    margin: 0;
    position: relative;
    display: block;
}

figure.has-parallax {
    overflow: hidden;
}

.full figure.has-parallax {
    overflow: hidden;
    height: 100vh;
}

figure img {
    max-width: 100%;
}

.full img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
}

.has-parallax-content img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
}

figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    z-index: 10;
    border-radius: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 0;
}

legend {
    white-space: normal;
}

button, input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    color: #444;
}

thead, .light-content .light-section thead {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

.light-content thead, .dark-section thead {
    background-color: rgba(255, 255, 255, 1);
}

thead tr, .light-content .light-section thead tr {
    color: #fff;
}

.light-content thead tr, .dark-section thead tr {
    color: #000;
}

tr, .light-content .light-section tr {
    color: #444;
}

.light-content tr, .dark-section tr {
    color: #CCC;
}

tr:nth-child(2n), .light-content .light-section tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}

.light-content tr:nth-child(2n), .dark-section tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.1);
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 28px;
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
    opacity: 1 !important;
    -webkit-transition: translateY(0px) !important;
    transform: translateY(0px) !important;
}

hr.animated-line {
    height: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
}

hr.animated-line:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: rgba(0, 0, 0, 1);
}

.light-content hr.animated-line:before, .dark-section hr.animated-line:before {
    background: rgba(255, 255, 255, 1);
}

.light-content .light-section hr.animated-line:before {
    background: rgba(0, 0, 0, 1);
}

hr.animated.animated-line:before {
    width: 100%;
    -webkit-transition: width 0.7s ease-in-out 0.1s;
    transition: width 0.7s ease-in-out 0.1s;
}

hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

h1.big-title {
    font-size: 100px;
    line-height: 130px;
    font-weight: 500;
    margin-left: -4px;
}

h1.big-title span {
    display: block;
}

h1.big-title.inline-title span {
    display: inline-table;
}

h1 {
    font-size: 48px;
    line-height: 64px;
}

h2 {
    font-size: 36px;
    line-height: 52px;
}

h3 {
    font-size: 30px;
    line-height: 46px;
    margin-left: -1px;
}

h4 {
    font-size: 24px;
    line-height: 40px;
    margin-left: -1px;
}

h5 {
    font-size: 18px;
    line-height: 34px;
    margin-left: -1px;
}

h6 {
    font-size: 14px;
    line-height: 30px;
}

.no-margins {
    margin: 0;
}

.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
    color: #fff;
}

.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
    color: #000;
}

p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 28px;
    color: #444;
}

.light-content p, .dark-section p {
    color: #aaa;
}

.light-content .light-section p {
    color: #444;
}

.bigger {
    font-size: 18px;
    line-height: 32px;
}

.smaller {
    font-size: 12px;
    line-height: 24px;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.container::after {
    clear: both;
    content: " ";
    display: table;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

a:hover, a:active {
    outline: 0;
    color: #000;
}

a, .light-content .light-section a {
    text-decoration: none;
    color: #000;
    outline: 0;
}

.light-content a, .dark-section a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.one_half {
    width: 48% !important;
}

.one_third {
    width: 30.6% !important;
}

.one_fourth {
    width: 22% !important;
}

.one_fifth {
    width: 16.8% !important;
}

.one_sixth {
    width: 13.33% !important;
}

.two_fifth {
    width: 37.6% !important;
}

.two_fourth {
    width: 48% !important;
}

.two_third {
    width: 65.33% !important;
}

.three_fifth {
    width: 58.4% !important;
}

.three_fourth {
    width: 74% !important;
}

.four_fifth {
    width: 79.2% !important;
}

.five_sixth {
    width: 82.67% !important;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left !important;
    margin-bottom: 10px !important;
    margin-right: 4% !important;
    position: relative !important;
}

.last {
    margin-right: 0px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.light-section-wrapper, .dark-section-wrapper {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.light-section-container, .dark-section-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.content-row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    opacity: 1;
    box-sizing: border-box;
}

.content-row::after {
    clear: both;
    content: " ";
    display: table;
}

.small {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.large {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

.full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.row_padding_top {
    padding-top: 8vw;
}

.row_padding_bottom {
    padding-bottom: 8vw;
}

.row_padding_left {
    padding-left: 60px;
}

.row_padding_right {
    padding-right: 60px;
}

.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 60px;
    padding-right: 60px;
}

#rotate-device {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #0f1010;
    background-image: url(images/rotate.png);
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/


#magic-cursor {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
    opacity: 0 !important;
    visibility: hidden;
}

#ball {
    position: fixed;
    width: 80px;
    height: 80px;
    border: 2px solid #999999;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.mfp-zoom-out-cur #ball {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball, #ball.over-movie, .light-content #ball.with-icon {
    border: 2px solid #999999;
    border-color: #999999;
}

#ball:before {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: -42px;
    color: #999;
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
    color: #999;
}

#ball::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #999;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
    color: #999;
}

.scale-up #ball:before, .scale-drag-horizontal #ball:before {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
    color: #fff;
}

.scale-up #ball:after, .scale-drag-horizontal #ball:after {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
    color: #fff;
}

.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
    opacity: 0;
}

#ball-drag-x {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#ball-drag-x:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: -40px;
    top: 26px;
    color: #fff;
    opacity: 0;
    transform: translateX(70px);
    -webkit-transform: translateX(70px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
    color: #fff;
}

#ball-drag-x::after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: -39px;
    left: auto;
    top: 31px;
    color: #fff;
    opacity: 0;
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
    color: #000;
}

.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
    color: #fff;
}

.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
    color: #000;
}

.scale-drag-x #ball-drag-x:before {
    opacity: 1;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
    opacity: 1;
    transform: translateX(-45px);
    -webkit-transform: translateX(-45px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
    opacity: 0;
}

#ball-drag-y {
    position: absolute;
    width: 72px;
    height: 72px;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#ball-drag-y:before {
    font-family: FontAwesome;
    content: "\f077";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: -42px;
    color: #fff;
    opacity: 0;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
    color: #fff;
}

#ball-drag-y::after {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 12px;
    width: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 32px;
    top: 100px;
    color: #fff;
    opacity: 0;
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before, .light-content #ball-drag-y:after {
    color: #000;
}

.scale-drag-y #ball-drag-y:before {
    opacity: 1;
    transform: translateY(47px);
    -webkit-transform: translateY(47px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-y #ball-drag-y:after {
    opacity: 1;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
    opacity: 0;
}

#ball i {
    color: #fff;
    width: 76px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    font-size: 12px;
    display: block;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p {
    color: #fff;
    width: 66px;
    height: 16px;
    line-height: 16px;
    padding-top: 0px;
    padding-left: 5px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    display: block;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
    color: #fff;
}

#ball p.first {
    padding-top: 22px;
}

.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
    color: #fff;
}

.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
    color: #fff;
}

.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
    color: #000;
}

.light-content #ball.with-icon.dark-icon i {
    color: #000;
}

.scale-up #ball i {
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
    width: 76px;
}

#ball.with-icon i:nth-child(2) {
    display: none;
}

#ball.close-icon i {
    width: 75px;
    height: 76px;
    font-size: 14px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
    display: block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
    display: none;
}

#ball-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #999999;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-radius: 100px;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translate(-14px, -14px) rotate(0deg);
    transform: translate(-14px, -14px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
    border-bottom: 4px solid #999999;
}

.show-loader #ball-loader {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-14px, -14px) rotate(0deg);
        transform: translate(-14px, -14px)) rotate(0 deg);
    }

    95% {
        -webkit-transform: translate(-14px, -14px) rotate(350deg);
        transform: translate(-14px, -14px) rotate(350deg);
    }

    100% {
        -webkit-transform: translate(-14px, -14px) rotate(360deg);
        transform: translate(-14px, -14px) rotate(360deg);
    }
}

.show-loader a, .show-loader nav, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
    pointer-events: none !important;
}

.disable-cursor #magic-cursor {
    display: none;
}

#ball i.arrow-icon {
    border: solid black;
    border-width: 3px 3px 0px 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 28px;
    left: 30px;
    height: 20px;
    width: 20px;
}

#ball i.arrow-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    top: 8px;
    left: -8px;
    background-color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#ball i.arrow-icon.white {
    border: solid #fff;
    border-width: 3px 3px 0px 0px;
}

#ball i.arrow-icon.white:after {
    background-color: #fff;
}


/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.disable-ajaxload .preloader-wrap {
    display: none;
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1500;
    text-align: center;
}

.preloader-wrap.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.light-content.preloader-wrap {
    background: #000;
}

.preloader-wrap .outer {
    padding: 0px;
    box-sizing: border-box;
}

.preloader-wrap .inner {
    vertical-align: middle;
    box-sizing: border-box;
}

.percentage-intro {
    height: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    bottom: 80px;
    opacity: 0.4;
}

.percentage-wrapper {
    width: auto;
    height: 130px;
    position: relative;
    margin: 0 auto;
    display: table;
}

.percentage {
    opacity: 1;
    font-size: 120px;
    line-height: 130px;
    font-weight: 500;
    font-family: "Canela-Regular";
    width: 100px;
    height: 130px;
    color: #fff;
    display: table;
    margin: 0 auto;
    opacity: 1;
}

.light-content .percentage, .light-content .percentage:after, .light-content .percentage-intro {
    color: #fff;
}

.trackbar {
    width: 30%;
    height: 2px;
    left: 35%;
    right: 35%;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: 50%;
    opacity: 0;
}

.loadbar {
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    top: 0px;
    overflow: hidden;
    margin: 0 auto;
}

.light-content .loadbar {
    background: rgba(255, 255, 255, 1);
}

.hold-progress-bar {
    width: 0%;
    height: 0px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.light-content .hold-progress-bar {
    background: rgba(0, 0, 0, 1);
}

.preloader-intro {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 130px;
    color: #000;
}

.light-content .preloader-intro {
    color: #fff;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/


header {
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background-color: transparent;
    position: fixed;
    box-sizing: border-box;
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: background 0.4s ease-in-out 0.3s;
    transition: background 0s ease-in-out 0s;
}

#header-container {
    box-sizing: border-box;
    height: inherit;
    padding: 20px 80px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    opacity: 0;
}

.header-visible #header-container {
    opacity: 1;
}

#logo {
    position: relative;
    display: table;
    pointer-events: initial;
    z-index: 10;
    top: 15px;
    float: left;
}

#logo a {
    display: block;
    -webkit-transition: transform 0.5s ease-in-out 0.1s;
    transition: transform 0.5s ease-in-out 0.1s;
}

#logo a.disable, .open #logo a {
    pointer-events: none;
}

#logo img {
    display: block;
    /*width: auto;
		height: 50px;*/
    width: 100px;
    max-width: none;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    transition: opacity 0.15s ease-in-out 0s;
}

#logo img.black-logo, .light-content.light-content-slider #logo img.black-logo {
    opacity: 1;
}

.light-content #logo img.black-logo {
    opacity: 0;
}

#logo img.white-logo, .light-content.light-content-slider #logo img.white-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.light-content #logo img.white-logo {
    opacity: 1;
}

.white-header #logo img.black-logo, .light-content-slider #logo img.black-logo {
    opacity: 0;
}

.light-content .white-header #logo img.black-logo {
    opacity: 1;
}

.light-content .white-header.over-white-section #logo img.black-logo, .show-loader .light-content .white-header #logo img.black-logo {
    opacity: 0;
}

.white-header #logo img.white-logo, .light-content-slider #logo img.white-logo {
    opacity: 1;
}

.light-content .white-header #logo img.white-logo {
    opacity: 0;
}

.light-content .white-header.over-white-section #logo img.white-logo, .show-loader .light-content .white-header #logo img.white-logo {
    opacity: 1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
    opacity: 1;
}

nav {
    pointer-events: none;
}

nav.open {
    pointer-events: initial;
}

@media all and (min-width: 1025px) {

    .classic-menu nav {
        position: relative;
        width: auto;
        top: 0px;
        -webkit-transition: all 0.2s ease-in-out 0.5s;
        transition: all 0.2s ease-in-out 0.5s;
        display: block;
        float: right;
        height: 60px;
        margin: 10px 0;
        background-color: transparent !important;
    }

    .classic-menu .flexnav {
        display: block;
        float: right;
        position: relative;
        width: auto;
        max-height: 60px;
    }

    .classic-menu .flexnav li ul {
        min-width: 160px;
    }

    .classic-menu .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .classic-menu .flexnav li {
        background: transparent none repeat scroll 0 0;
        padding: 0 25px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .classic-menu .menu-timeline {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;
        pointer-events: initial;
    }

    .classic-menu .flexnav li:last-child {
        padding-right: 0px;
    }

    .classic-menu .before-span {
        opacity: 1 !important;
        -webkit-transition: translateY(0px) !important;
        transform: translateY(0px) !important;

    }

    .classic-menu .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 0 5px;
        position: relative;
        border-left: medium none;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .light-content.light-content-slider .classic-menu .flexnav li a {
        color: #000;
    }

    .light-content .classic-menu .flexnav li a {
        color: #fff;
    }

    .light-content .classic-menu.white-header .flexnav li a {
        color: #000;
    }

    .classic-menu.white-header .flexnav li a, .light-content-slider .classic-menu .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .light-content.light-content-slider .classic-menu .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }

    .classic-menu.white-header .flexnav:hover li a, .light-content-slider .classic-menu .flexnav:hover li a {
        color: rgba(255, 255, 255, 0.4);
    }

    .light-content .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0, 0, 0, 0.4);
    }

    .classic-menu .flexnav li:hover a {
        color: #000;
    }

    .light-content.light-content-slider .classic-menu .flexnav li:hover a {
        color: #000;
    }

    .light-content .classic-menu .flexnav li:hover a {
        color: #fff;
    }

    .classic-menu.white-header .flexnav li:hover a, .light-content-slider .classic-menu .flexnav li:hover a {
        color: #fff;
    }


    .light-content .classic-menu.white-header .flexnav li:hover a {
        color: #000;
    }

    .classic-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
    }

    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
    }

    .classic-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .classic-menu .flexnav li ul li a {
        padding: 0 20px 20px;
        background-color: transparent;
        font-size: 12px;
        font-weight: 500;
        text-transform: none;
        color: #fff !important;
        opacity: 0.6;
        -webkit-transition: all 0.05s ease-in-out;
        -moz-transition: all 0.05s ease-in-out;
        -o-transition: all 0.05s ease-in-out;
        -ms-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
    }

    .classic-menu .flexnav li ul li a.link::before {
        display: none;
    }

    .classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
        opacity: 1;
    }

    .classic-menu .flexnav li > ul li {
        margin-left: 0;
        padding: 0;
    }

    .classic-menu .flexnav li ul {
        -webkit-transform: translate3d(0px, 30px, 0px);
        transform: translate3d(0px, 30px, 0px);
        display: block !important;
        opacity: 0 !important;
        height: inherit !important;
        overflow: visible !important;
        visibility: hidden;
        left: 15px;
        top: 60px;
        padding-top: 20px;
        background: #000;
        border-radius: 3px;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
    }

    .classic-menu .flexnav li:last-child ul {
        left: auto;
        right: -10px;
    }

    .classic-menu .flexnav li ul ul {
        left: 5px !important;

    }

    .classic-menu .flexnav li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
    }

    .classic-menu .flexnav li:last-child ul:after {
        left: auto;
        right: 20px;
    }

    .classic-menu .flexnav ul li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: 15px;
        left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #000;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index: 10;
    }

    .classic-menu .flexnav li:last-child ul li > ul, .classic-menu .flexnav li:last-child ul.open ul.open {
        margin-left: -100%;
        left: -5px !important;
        right: auto;
        top: 0;
    }

    .classic-menu .flexnav li:last-child ul li ul::after {
        right: -10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .classic-menu .flexnav ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1 !important;
        visibility: visible;
        -webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
        transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
    }

    .classic-menu .flexnav .touch-button {
        display: none;
    }


    /*-- Full Screen Menu --*/
    .fullscreen-menu .nav-height {
        overflow-y: scroll;
        position: relative;
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        width: calc(100% + 30px);
        box-sizing: border-box;
    }

    .fullscreen-menu nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    .fullscreen-menu nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .fullscreen-menu .flexnav {
        max-height: 2000px;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
        display: table;
        width: auto;
        padding: 0 80px;
        box-sizing: border-box;
        margin: 0 auto;
        float: none;
    }

    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .fullscreen-menu .flexnav li {
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 0;
    }

    .fullscreen-menu .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 100px;
    }

    .fullscreen-menu .flexnav li ul li .touch-button {
        height: 32px;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav .touch-button .navicon {
        display: none;
    }

    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }

    .fullscreen-menu .flexnav li a {
        font-weight: 500;
        font-size: 72px;
        line-height: 100px;
        padding: 0;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }

    .fullscreen-menu .flexnav li a {
        color: #fff;
    }

    .fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
        opacity: 0.3;
    }

    .fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active {
        opacity: 1;
    }

    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: 0.3;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav a.link::before {
        display: none;
    }

    .fullscreen-menu .flexnav li ul {
        margin-bottom: 20px;
        position: relative;
        left: 0;
    }

    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }

    .fullscreen-menu .flexnav li ul li a {
        padding: 6px 0;
        font-size: 16px;
        line-height: 28px;
        font-weight: 500;
        border-top: none;
        text-transform: none;
    }

    .fullscreen-menu .flexnav ul li ul li a {
        background: transparent;
    }

    .fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
        margin-left: 0;
        top: 0;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 1;
    }

    .fullscreen-menu .menu-timeline .before-span {
        opacity: 0;
        display: block;
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
    }

    .fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a {
        background-color: transparent;
        border: 0;
    }

    .fullscreen-menu .flexnav li a span {
        position: relative;
        display: block;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transform-origin: 100% 0%;
        overflow: hidden;
    }

    .fullscreen-menu .open .flexnav li a span {
        overflow: visible;
    }

    .fullscreen-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        content: attr(data-hover);
        font-family: "Canela-Regular";
        font-weight: 500;
    }

    .fullscreen-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transform-origin: 0% 0%;
    }

    .fullscreen-menu .flexnav li.hover a span {
        -webkit-transform: translateY(-100%) !important;
        transform: translateY(-100%) !important;
        transform-origin: 0% 0%;
    }

}

nav, nav.open {
    -webkit-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    background: transparent;
}

#burger-wrapper {
    width: 40px;
    height: 40px;
    float: right;
    top: 0px;
    right: 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
    display: none;
}

.burger-dots #menu-burger {
    top: 0px;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.menu-overlay #menu-burger {
    display: block;
}

.burger-dots #menu-burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #000;
    opacity: 1;
    top: 10px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

#burger-wrapper .touch-button {
    display: none;
}

.burger-dots #menu-burger span:nth-child(1) {
    left: 0px;
}

.burger-dots #menu-burger span:nth-child(2) {
    left: 10px;
}

.burger-dots #menu-burger span:nth-child(3) {
    left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
    left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
    left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    height: 2px;
    width: 20px;
    left: 3px;
}

.button-wrap.right.burger-lines {
    right: -30px;
}

.burger-lines #menu-burger {
    width: 16px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.burger-lines #menu-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    right: 0;
    background-color: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}

.burger-lines #menu-burger span:nth-child(1) {
    top: 7px;
}

.burger-lines #menu-burger span:nth-child(2) {
    top: 15px;
}

.burger-lines #menu-burger span:nth-child(3) {
    display: none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.burger-lines #menu-burger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

.light-content #menu-burger span, .light-content-slider #menu-burger span {
    background-color: #fff;
}

.light-content.light-content-slider #menu-burger span {
    background-color: #000;
}

.white-header #menu-burger span {
    background-color: #fff;
}

.light-content .white-header #menu-burger span {
    background-color: #000;
}

.light-content .white-header.over-white-section #menu-burger span, .show-loader .light-content .white-header #menu-burger span {
    background-color: #fff;
}


/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

#content-scroll {
    z-index: 1;
    position: relative;
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.scroll-content {
    cursor: default !important;
}

.scale-up .scroll-content {
    cursor: grabbing !important;
}

.scrollbar-track {
    background: transparent !important;
}


/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    height: 120px;
    z-index: 900;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

footer.fixed {
    position: fixed;
}

footer.showcase-footer {
    position: absolute;
}

#footer-container {
    padding: 0 80px;
    margin: 20px auto;
    height: 80px;
    opacity: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.footer-middle {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: inherit;
    display: table;
    left: 0;
    pointer-events: none;;
}

.copyright {
    position: relative;
    top: 25px;
    width: auto;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    pointer-events: initial;
    display: table;
    padding: 0px 20px 0px 20px;
    max-width: 820px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.light-content .copyright {
    color: #fff;
}

.socials-wrap {
    position: relative;
    float: right;
    color: #000;
    width: 240px;
    height: 160px;
    box-sizing: border-box;
    pointer-events: initial;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
    color: #fff;
}

footer .socials-wrap {
    margin-top: 0px;
}

.socials-wrap:hover {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

.socials-text {
    float: right;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
    transform: translateY(15px) translateX(5px);
    -webkit-transform: translateY(15px) translateX(5px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
    float: right;
    width: 30px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    margin-left: 10px;
    transform: scale(1) translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
    transform: scale(0) translateY(40px);
    width: 0;
    margin: 0;
    overflow: hidden;

}

.socials-icon:after, .socials-text:after {
    content: "";
    clear: both;
    display: table;
}

.socials {
    height: auto;
    line-height: 30px;
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    bottom: 0;
    display: table;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.socials li {
    margin-right: 0px;
    margin-left: 10px;
    list-style: none;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    float: right;
    z-index: 2;
    -webkit-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.socials li:last-child {
    margin-left: 0px;
}

.socials li a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
    opacity: 0.3;
}

.socials li a:hover {
    color: #000;
    opacity: 1;
}

.light-content .socials li a {
    color: #fff;
}

.light-content .socials:hover li a {
    opacity: 0.3;
}

.light-content .socials li a:hover {
    color: #fff;
    opacity: 1;
}

.button-wrap {
    position: relative;
    cursor: pointer;
    top: 0px;
    pointer-events: initial;
    width: auto;
    display: table;
}

.button-wrap:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.button-wrap.left {
    float: left;
    left: -32px;
}

.button-wrap.right {
    float: right;
    right: -26px;
}

#main .button-wrap.left {
    float: none;
    left: -24px;
}

#main .button-wrap.right {
    float: none;
    right: auto;
}

.icon-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

#main .icon-wrap {
    width: 60px;
    height: 60px;
}

.button-wrap.left .icon-wrap {
    float: left;
}

.button-wrap.right .icon-wrap {
    float: right;
}

#main .text-align-right .button-wrap.right {
    float: right;
}

.button-icon {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.light-content.light-content-slider #hero.has-slider .button-icon {
    color: #000;
}

.light-content .button-icon, .dark-section .button-icon, .light-content-slider #hero.has-slider .button-icon {
    color: #fff;
}

.light-content .light-section .button-icon {
    color: #000;
}

.button-icon i {
    height: 40px;
    line-height: 39px;
    width: 40px;
    text-align: center;
}

#main .button-icon i {
    line-height: 40px;
}

#main .button-icon i.fa.fa-arrow-right {
    font-size: 14px;
}

.button-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    margin: 25px 0;
    overflow: hidden;
    width: auto;
    padding: 0 10px;
    /* color:#000; */
    color: #fff;
    -webkit-transition: color 0.05s ease-in-out;
    transition: color 0.05s ease-in-out;
}

#main #hero-footer .button-text span::after {
    content: none;
}

#main .button-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 15px 0;
    transition: transform .2s ease-out;
}

#main #hero .button-text {
    font-weight: 600;
    font-size: 12px;
}

#main .large-btn .button-text {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
    transition: transform .2s ease-out;
}

.light-content.light-content-slider header .button-text, .light-content.light-content-slider #hero.has-slider .button-text {
    color: #000;
}

.light-content .button-text, .dark-section .button-text, .light-content-slider #hero.has-slider .button-text, .light-content-slider header .button-text {
    color: #fff;
}

.light-content .light-section .button-text {
    color: #000;
}

.white-header .button-text {
    color: #fff;
}

.light-content .white-header .button-text {
    color: #000;
}

.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
    color: #fff;
}

.button-wrap.left .button-text {
    text-align: left;
    float: left;
}

.button-wrap.right .button-text {
    text-align: right;
    float: right;
    padding-left: 0px;
}

.button-text span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    width: auto;
    text-align: center;
    transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
    text-align: left;
}

.button-wrap.right .button-text span {
    text-align: right;
}

.button-text span::before {
    position: absolute;
    width: auto;
    top: 100%;
    left: 0;
    content: attr(data-hover);
}

.header-middle .button-text span::before {
    content: attr(data-on);
}

.button-wrap:hover .button-text span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}

nav, nav.open {
    -webkit-transition: all 0s ease-in 0s;
    transition: all 0s ease-in 0s;
    background: transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/


@media only screen and (max-width: 1466px) {

    h1.big-title {
        font-size: 90px;
        line-height: 110px;
        margin-left: -3px;
    }

    .percentage-wrapper {
        height: auto;
    }

    .percentage {
        font-size: 90px;
        line-height: 120px;
        height: auto;
    }

    header {
        height: 100px;
    }

    #header-container {
        padding: 10px 60px;
    }

    .flexnav li {
        padding: 20px;
    }

    footer {
        height: 100px;
    }

    #footer-container {
        padding: 0 60px;
        margin: 10px auto;
    }

}


@media only screen and (max-width: 1024px) {

    h1.big-title {
        font-size: 72px;
        line-height: 90px;
    }

    .parallax-wrap {
        transform: none !important;
    }

    .parallax-element {
        transform: none !important;
    }

    .has-parallax figcaption {
        display: none;
    }

    .destroy {
        display: none;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 40px;
    }

    .full.row_padding_right {
        padding-right: 40px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 40px;
        padding-right: 40px;
    }

    #magic-cursor {
        display: none;
    }

    .trackbar {
        width: 50%;
        left: 25%;
        right: 25%;
    }

    .percentage {
        font-size: 72px;
        line-height: 100px;
        height: auto;
    }

    .percentage-intro {
        margin-bottom: 40px;
        bottom: 20px;
    }

    header {
        height: 80px;
    }

    #header-container {
        padding: 0;
        margin: 0 auto;
    }

    #logo {
        left: 40px;
    }

    .header-middle {
        display: none;
    }

    .button-wrap.right.menu {
        right: 10px;
    }

    nav {
        height: 100vh;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        visibility: visible;
        pointer-events: none;
        opacity: 0;
        padding: 20px 0;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    nav.open {
        visibility: visible;
        pointer-events: initial;
        opacity: 1;
        background-color: transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .nav-height {
        position: relative;
        height: 100%;
        padding: 40px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .flexnav {
        padding: 0 20px;
        max-height: 2000px;
        display: table;
        width: auto;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
        background: transparent;
        -webkit-transition: all 0.2s ease-in 0.6s;
        transition: all 0.2s ease-in 0.6s;
    }

    .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out 0.2s;
        transition: all .3s ease-out 0.2s;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav li {
        padding: 0;
        -webkit-transition: color .15s ease-out 0s;
        transition: color .15s ease-out 0s;
    }

    .flexnav:hover li {
        color: rgba(255, 255, 255, 0.4)
    }

    .flexnav li:hover {
        color: rgba(255, 255, 255, 1)
    }

    .flexnav li a, .flexnav li ul li a {
        background: transparent;
    }

    .flexnav li a {
        font-weight: 500;
        font-size: 48px;
        line-height: 60px;
        padding: 0;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
    }

    .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        opacity: 0.3;
    }

    .flexnav li:hover a, .flexnav li a.active {
        opacity: 1;
    }

    .flexnav li ul {
        margin-bottom: 15px;
    }

    .flexnav li ul li a {
        padding: 10px 0;
        font-weight: 500;
        text-transform: none;
        font-size: 14px;
        line-height: 14px;
        border-top: none;
        color: #fff;
        opacity: 0.4;
        -webkit-text-stroke: none;
    }

    .flexnav li ul li:hover a, .flexnav li ul li a.active {
        opacity: 1;
    }

    .flexnav:hover li ul li a {
        opacity: 0.3;
    }

    .flexnav:hover li ul li a.active, .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .flexnav ul li ul li a {
        background: transparent;
    }

    .flexnav li ul li ul li a {
        padding: 10px 40px;
    }

    .flexnav .touch-button {
        width: 100%;
        display: block;
        height: 60px;
    }

    .flexnav li ul li .touch-button {
        height: 32px;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    #menu-burger span.touch-button {
        display: none;
    }

    .classic-menu .button-wrap.right.menu {
        display: block;
    }

    footer {
        height: 80px;
    }

    #footer-container {
        margin: 0px auto;
        padding: 0 40px;
        height: 80px;
    }

    .footer-button-wrap {
        bottom: 80px;
    }

    .copyright {
        text-align: center;
    }

    .socials-wrap {
        width: 240px;
        height: 40px;
        float: right;
        margin: 0 auto;
        right: -10px;
        transform: translateX(0px) translateY(20px) !important;
        -webkit-transform: translateX(0px) translateY(20px) !important;
    }

    .socials-wrap:hover {
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
    }

    .socials-icon, .socials-text {
        display: none;
    }

    .socials-wrap .socials {
        margin-top: 5px;
        text-align: right;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .socials-wrap .socials li {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .socials-wrap:hover .socials li {
        opacity: 1;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }

    .socials li {
        margin-right: 10px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        margin: 0 5px auto;
        display: inline-block;
        float: none;
    }

    .socials li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

}


@media only screen and (max-width: 767px) {

    h1.big-title {
        font-size: 60px;
        line-height: 76px;
    }

    h1 {
        font-size: 34px;
        line-height: 48px;
    }

    h2 {
        font-size: 28px;
        line-height: 44px;
    }

    h3 {
        font-size: 24px;
        line-height: 36px;
        margin-left: -1px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
        margin-left: -1px;
    }

    h5 {
        font-size: 16px;
        line-height: 26px;
        margin-left: -1px;
    }

    h6 {
        font-size: 14px;
        line-height: 24px;
    }

    figcaption {
        background-color: rgba(0, 0, 0, 0.3);
        bottom: 0px;
        font-size: 10px;
        padding: 5px 10px;
        right: 0px;
        border-radius: 0;
    }

    .one_half {
        width: 100% !important;
    }

    .one_half {
        padding-right: 0 !important;
    }

    .one_half.last {
        padding-left: 0 !important;
    }

    .one_third {
        width: 100% !important;
    }

    .one_fourth {
        width: 100% !important;
    }

    .one_fifth {
        width: 100% !important;
    }

    .one_sixth {
        width: 100% !important;
    }

    .two_fifth {
        width: 100% !important;
    }

    .two_fourth {
        width: 100% !important;
    }

    .two_third {
        width: 100% !important;
    }

    .three_fifth {
        width: 100% !important;
    }

    .three_fourth {
        width: 100% !important;
    }

    .four_fifth {
        width: 100% !important;
    }

    .five_sixth {
        width: 100% !important;
    }

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        margin-bottom: 20px !important;
        margin-right: 0% !important;
    }

    .row_padding_top {
        padding-top: 10vw;
    }

    .row_padding_bottom {
        padding-bottom: 10vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 30px;
    }

    .full.row_padding_right {
        padding-right: 30px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 30px;
        padding-right: 30px;
    }

    hr {
        height: 20px;
    }

    .percentage {
        font-size: 60px;
        line-height: 80px;
    }

    .percentage-intro {
        margin-bottom: 30px;
        bottom: 20px;
    }

    #logo {
        left: 30px;
    }

    .button-wrap.right.menu.burger-lines {
        right: 0px;
    }

    header .button-text {
        display: none;
    }

    #footer-container {
        padding: 0 30px;
    }

    #footer-container #backtotop.button-wrap.left {
        float: none;
        top: 10px;
        left: 0;
        right: 0;
        position: absolute;
        display: block;
    }

    #backtotop.button-wrap.left .button-text {
        text-align: left;
        float: left;
        display: none;
    }

    #backtotop.button-wrap.left .icon-wrap {
        float: none;
        position: absolute;
        right: 0;
        left: auto;
        margin: auto;
        top: 0px;
    }

    .footer-middle {
        max-width: 1180px;
        height: 20px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        width: 100%;
        top: 0px;
    }

    .copyright {
        margin: 0;
        left: 10px;
        top: 10px;
        text-align: left;
    }

    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
    }

    footer.showcase-footer .socials-wrap {
        width: 170px;
        float: right;
        left: auto;
        right: 0;
        top: 0;
    }

    .socials-wrap {
        width: 170px;
        float: none;
        left: -6px;
        right: auto;
        top: 10px;
        margin: 0;
    }

    .socials-wrap .socials {
        text-align: left;
    }

    .socials li {
        margin: 0 0px auto;
    }

}


@media only screen and (max-width: 479px) {


    h1.big-title {
        font-size: 48px;
        line-height: 64px;
    }

    .row_padding_top {
        padding-top: 12vw;
    }

    .row_padding_bottom {
        padding-bottom: 12vw;
    }

    .row_padding_left {
        padding-left: 0px;
    }

    .row_padding_right {
        padding-right: 0px;
    }

    .full.row_padding_left {
        padding-left: 20px;
    }

    .full.row_padding_right {
        padding-right: 20px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 20px;
        padding-right: 20px;
    }

    hr {
        height: 10px;
    }

    .percentage {
        font-size: 48px;
        line-height: 72px;
    }

    .percentage-intro {
        margin-bottom: 20px;
        bottom: 20px;
    }

    #logo {
        left: 20px;
    }

    .button-wrap.right.menu {
        right: -10px;
    }

    .button-wrap.right.menu.burger-lines {
        right: -10px;
    }

    #footer-container {
        padding: 0px;
        margin: 0;
    }

    footer.showcase-footer #footer-container {
        padding: 0px 20px;
    }

    .copyright {
        left: 0px;
    }

    .socials-wrap {
        float: none;
        left: 14px;
        right: auto;
    }

    .arrows-wrap {
        left: -10px;
        width: 80px;
    }

    .prev-wrap, .next-wrap {
        width: 40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;
        float: none;
        margin: auto;
    }

    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }

    footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
        width: 60px;
    }

    footer.showcase-footer .footer-middle {
        top: 0px;
    }

    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }

    footer.showcase-footer .socials-wrap {
        display: none;
    }

    .button-text {
        display: none;
    }

    #main-page-content .button-text {
        display: block;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {

    #rotate-device {
        display: block;
    }
}


/* -------------------- */
        About Us
/* -------------------- */
.tp-about-2-section-title {
    color: var(--color-black);
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2.8px;
}
@media (max-width: 767px) {
    .tp-about-2-section-title {
        font-size: 48px;
    }
}
.tp-about-2-thumb-box {
    margin-right: 35px;
}
@media (max-width: 767px) {
    .tp-about-2-thumb-box {
        margin-right: 0;
    }
}
.tp-about-2-thumb-main img {
    transform-origin: top left;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .tp-about-2-thumb-main img {
        width: 100%;
        transform: rotate(0);
        margin-bottom: 20px;
    }
}
.tp-about-2-thumb-inner {
    position: absolute;
    bottom: -40px;
    left: 153px;
    transform-origin: left bottom;
}
@media (max-width: 767px) {
    .tp-about-2-thumb-inner {
        transform: rotate(0);
        position: static;
        margin-bottom: 20px;
    }
}
.tp-about-2-thumb-inner img {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10px;
}
.tp-about-2-thumb-text {
    color: #37373D;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    display: inherit;
}
.tp-about-2-content {
    padding-left: 40px;
    padding-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-2-content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-2-content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 80px;
    }
}
.tp-about-2-content span {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.tp-about-2-content p {
    color: #3E3E44;
}
.tp-about-2-right-thumb {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2-right-thumb {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .tp-about-2-area {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

.tp-about-3-content {
    padding-right: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-3-content {
        padding-right: 0;
    }
}
.tp-about-3-shape {
    margin-right: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-3-shape {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .tp-about-3-shape {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.tp-about-3-shape img {
    animation: rotate2 5s linear infinite;
}

.tp-about-4-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #F5F7F5;
    font-family: var(--pp-ff-marcellus);
    padding-right: 45px;
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4-title {
        padding-right: 0;
        font-size: 35px;
    }
}
@media (max-width: 767px) {
    .tp-about-4-title {
        padding-right: 0;
        font-size: 33px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-4-content {
        margin-bottom: 40px;
    }
}
.tp-about-4-content.item-1 p {
    padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-4-content.item-1 p {
        padding-right: 0;
    }
}
.tp-about-4-content.item-2 p {
    padding-right: 30px;
}
.tp-about-4-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.tp-about-4-content a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    color: var(--color-white-2);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}
.tp-about-4-content a:hover {
    background-size: 0% 1px, 100% 1px;
}
.tp-about-4-content-wrap {
    margin-right: -90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-4-content-wrap {
        margin-right: 0;
    }
}
.tp-about-4-shape-1 {
    padding-left: 25px;
}
@media (max-width: 767px) {
    .tp-about-4-shape-1 {
        padding-left: 0;
        margin-bottom: 30px;
    }
}
.tp-about-4-shape-1 img {
    animation: animationglob 5s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.tp-about-4-shape-2 {
    position: absolute;
    top: 120px;
    right: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4-shape-2 {
        right: 70px;
    }
}
@media (max-width: 767px) {
    .tp-about-4-shape-2 {
        top: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-5-area {
        padding-bottom: 30px;
    }
}
.tp-about-5-title {
    color: #F5F7F5;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2.8px;
    text-transform: uppercase;
    display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-5-title {
        font-size: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-5-title {
        font-size: 38px;
    }
    .tp-about-5-title br {
        display: none;
    }
    .tp-about-5-title span svg {
        width: 70px;
    }
}
@media (max-width: 767px) {
    .tp-about-5-title {
        font-size: 34px;
    }
    .tp-about-5-title br {
        display: none;
    }
    .tp-about-5-title span svg {
        width: 70px;
    }
}
.tp-about-5-title .text-space {
    padding-left: 285px;
}
@media (max-width: 767px) {
    .tp-about-5-title .text-space {
        padding-left: 0;
    }
}
.tp-about-5-subtitle {
    top: 14px;
    left: 0;
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-white-2);
    text-transform: lowercase;
    font-family: var(--pp-ff-body);
    letter-spacing: normal;
}
@media (max-width: 767px) {
    .tp-about-5-subtitle {
        position: static;
        display: block;
        margin-bottom: 20px;
    }
}
.tp-about-5-category {
    padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-5-category {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .tp-about-5-category {
        padding-left: 0;
        margin-bottom: 40px;
    }
}
.tp-about-5-category span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 17px;
    border-radius: 20px;
    display: table;
    color: var(--color-white-2);
    border: 1px solid rgba(245, 247, 245, 0.2);
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .tp-about-5-category span {
        font-size: 17px;
    }
}
.tp-about-5-category span:last-child {
    margin-bottom: 0;
}
.tp-about-5-text {
    padding-left: 70px;
    padding-right: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-5-text {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-5-text {
        padding-left: 0;
        padding-right: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-5-text {
        padding-left: 0;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-5-text {
        padding-left: 0;
        padding-right: 0px;
    }
}
.tp-about-5-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(245, 247, 245, 0.7);
}

.tp-mission-content {
    padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-mission-content {
        padding-left: 0;
    }
}
.tp-mission-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(245, 247, 245, 0.7);
    max-width: 375px;
    margin-bottom: 50px;
}
.tp-mission-thumb {
    height: 370px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .tp-mission-thumb {
        margin-bottom: 40px;
    }
    .tp-mission-thumb img {
        width: 100%;
    }
}
.tp-mission-right-thumb {
    position: absolute;
    bottom: -13%;
    right: 0;
    height: 260px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-right-thumb {
        bottom: -17%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-right-thumb {
        position: static;
        margin-top: 50px;
        text-align: center;
    }
}

.tp-about-6-title {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-black);
    font-family: var(--pp-ff-gallery);
}
@media (max-width: 767px) {
    .tp-about-6-title {
        font-size: 45px;
    }
}
.tp-about-6-tab-btn {
    padding: 7px;
    background-color: #F5F5F5;
    display: inline-block;
    border-radius: 40px;
    margin-bottom: 90px;
}
@media (max-width: 767px) {
    .tp-about-6-tab-btn {
        padding: 20px;
        margin-bottom: 50px;
    }
}
.tp-about-6-tab-btn ul li:last-child button {
    margin-right: 0;
}
.tp-about-6-tab-btn ul li button {
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    padding: 0px 40px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-6-tab-btn ul li button {
        padding: 0px 30px;
    }
}
@media (max-width: 767px) {
    .tp-about-6-tab-btn ul li button {
        font-size: 14px;
        padding: 0px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-6-tab-btn ul li button {
        padding: 0px 18px;
    }
}
.tp-about-6-tab-btn ul li button.active {
    background-color: var(--pp-common-orange);
    color: var(--color-white-2);
}
.tp-about-6-pragraph-text p {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: left;
    color: var(--color-black);
    font-family: var(--pp-ff-gallery);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-about-6-pragraph-text p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-6-pragraph-text p {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .tp-about-6-pragraph-text p {
        font-size: 30px;
    }
}
.tp-about-6-personal-info {
    margin-bottom: 60px;
}
.tp-about-6-personal-info ul li {
    list-style: none;
    line-height: 0;
    margin-bottom: 15px;
}
.tp-about-6-personal-info ul li span {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-black);
}
.tp-about-6-personal-info ul li span p {
    color: #5D5D63;
    min-width: 130px;
    display: inline-block;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tp-about-6-personal-info ul li span p {
        min-width: 100px;
    }
}
.tp-about-6-personal-info ul li span i {
    font-style: normal;
    margin-right: 40px;
}
@media (max-width: 767px) {
    .tp-about-6-btn-box {
        margin-bottom: 40px;
    }
}

.breadcurmb-site h6 {
    color: var(--color-white-2);
    transform: rotate(-90deg);
    position: absolute;
    top: 58.5%;
    left: 10px;
}
.breadcurmb-site h6::before {
    content: "";
    height: 1px;
    width: 50px;
    display: inline-block;
    background-color: var(--color-white-2);
    transform: translateY(-4px);
    margin-right: 12px;
}

.ab-inner-hero-scroll {
    position: absolute;
    right: 60px;
    top: 62%;
}
@media (max-width: 767px) {
    .ab-inner-hero-scroll {
        top: 61%;
    }
}
.ab-inner-hero-scroll span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
    color: rgba(255, 255, 255, 0.7);
}
.ab-inner-hero-scroll span svg {
    margin-left: 20px;
    display: inline-block;
    color: var(--color-white-2);
    animation: scroll-up-down 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    margin-top: -25px;
}
.ab-inner-hero-bg {
    padding-top: 290px;
    padding-bottom: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-inner-hero-bg {
        padding-top: 210px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-inner-hero-bg {
        padding-top: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ab-inner-hero-bg {
        padding-top: 160px;
    }
}
.ab-inner-hero-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.ab-inner-hero-subtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-white-2);
    display: inline-block;
    position: relative;
    padding-left: 14px;
    margin-bottom: 20px;
}
.ab-inner-hero-subtitle::after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 2px;
    height: 40px;
    content: "";
    background-color: var(--color-white);
}
.ab-inner-hero-title {
    font-size: 180px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -9px;
    color: var(--color-white);
    transform: translateX(-12px);
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-inner-hero-title {
        font-size: 160px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-inner-hero-title {
        font-size: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-inner-hero-title {
        font-size: 115px;
    }
}
@media (max-width: 767px) {
    .ab-inner-hero-title {
        font-size: 85px;
        transform: translateX(-3px);
    }
}
.ab-inner-hero-title-box {
    margin-bottom: 205px;
}
.ab-inner-hero-title-box p {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.44px;
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
    .ab-inner-hero-title-box p {
        font-size: 20px;
    }
}
.ab-inner-hero-content p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.8px;
    color: var(--color-white);
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-inner-hero-content p {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .ab-inner-hero-content p {
        font-size: 30px;
    }
}
.ab-inner-hero-content span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.36px;
    color: var(--color-white-2);
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.ab-inner-hero-content span::before {
    position: absolute;
    top: 6px;
    left: -18px;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    border: 1px solid var(--color-white-2);
}
.ab-inner-hero-content span::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: var(--color-white-2);
}

.ab-about-mt {
    margin-top: -110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ab-about-mt {
        margin-top: 0;
        margin-top: 100px;
    }
}
.ab-about-left-thumb {
    height: 690px;
    width: 600px;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-about-left-thumb {
        width: 500px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-about-left-thumb {
        height: 550px;
        width: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-about-left-thumb {
        height: 550px;
        width: 330px;
    }
}
@media (max-width: 767px) {
    .ab-about-left-thumb {
        height: 400px;
        width: 100%;
    }
}
.ab-about-left-thumb img {
    display: inline-block;
}
@media (max-width: 767px) {
    .ab-about-left-thumb img {
        width: 100%;
    }
}
.ab-about-right-thumb .inner-img {
    position: absolute;
    bottom: -44%;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-about-right-thumb .inner-img {
        position: static;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .ab-about-right-thumb .inner-img {
        position: static;
        margin: 30px 0;
        width: 100%;
    }
}
.ab-about-content {
    margin-bottom: 80px;
}
.ab-about-content span {
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background-color: var(--color-dark);
    padding: 0px 20px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: -55px;
    left: 20px;
    transform: rotate(-24deg);
}
.ab-about-content span svg {
    transform: translateY(-5px) rotate(25deg);
    margin-left: -5px;
}
.ab-about-content p {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1.08px;
    padding-right: 25px;
    color: var(--color-dark);
    text-indent: 150px;
    text-align: justify;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-about-content p {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-about-content p {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .ab-about-content p {
        font-size: 30px;
    }
}
.ab-about-category-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.88px;
    text-transform: uppercase;
    color: var(--color-dark);
    display: inline-block;
}
.ab-about-category-title span {
    color: #141414;
    font-size: 18px;
    font-weight: 500;
}
.ab-about-category-title-box {
    display: inline-block;
    padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ab-about-category-title-box {
        padding-left: 0;
    }
}
.ab-about-category-list ul li {
    color: #5D5D63;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    list-style-type: none;
    padding-left: 18px;
    margin-bottom: 18px;
}
.ab-about-category-list ul li::after {
    position: absolute;
    top: 6px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #5D5D63;
    content: "";
}
.ab-about-category-list.category-space-1 {
    padding-left: 10px;
}
@media (max-width: 767px) {
    .ab-about-category-list.category-space-1 {
        padding-left: 0;
    }
}
.ab-about-category-list.category-space-2 {
    padding-left: 45px;
}
@media (max-width: 767px) {
    .ab-about-category-list.category-space-2 {
        padding-left: 0;
    }
}
.ab-about-shape-1 {
    position: absolute;
    bottom: -85px;
    right: 5%;
}

.ab-award-style .tp-award-list-thumb-wrap {
    margin-top: 50px;
}
.ab-award-title-sm {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-dark);
    transform: translateY(20px);
}
.ab-award-title-sm span svg {
    transform: translateY(-1px);
    margin-right: 5px;
    display: inline-block;
}

.ab-inner-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-dark);
    display: inline-block;
}
.ab-inner-subtitle svg {
    transform: translateY(-2px);
    margin-right: 5px;
    display: inline-block;
}
.ab-inner-funfact-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.08px;
    color: var(--color-dark);
}

.ab-funfact-item {
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}
.ab-funfact-item span {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2px;
    color: var(--color-dark);
    margin-bottom: 10px;
    display: inline-block;
}
.ab-funfact-item span i {
    font-size: 100px;
    font-style: normal;
}
.ab-funfact-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    color: var(--color-dark);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-funfact-title-box {
        margin-bottom: 40px;
    }
}

.ab-brand-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--color-white-2);
}
.ab-brand-slide-wrap {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.ab-brand-content p {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-white-2);
    margin-bottom: 45px;
}
.ab-brand-content span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.36px;
    color: var(--color-white-2);
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.ab-brand-content span::before {
    position: absolute;
    top: 6px;
    left: -18px;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.ab-brand-content span::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: var(--color-white-2);
}

.ab-2-hero-ptb {
    padding-top: 200px;
    padding-bottom: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-2-hero-ptb {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .ab-2-hero-ptb {
        padding-top: 150px;
        padding-bottom: 0px;
    }
}
.ab-2-hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: rgba(23, 23, 23, 0.5);
    margin-bottom: 15px;
    display: inline-block;
}
.ab-2-hero-title {
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -6.4px;
    color: var(--color-dark);
    transform: translateX(-7px);
    margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-2-hero-title {
        font-size: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-2-hero-title {
        font-size: 140px;
    }
}
@media (max-width: 767px) {
    .ab-2-hero-title {
        font-size: 80px;
    }
}
.ab-2-hero-thumb-wrap {
    margin-top: -48px;
    padding-left: 70px;
    display: inline-block;
}
.ab-2-hero-thumb-wrap img {
    width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-2-hero-thumb-wrap {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-2-hero-thumb-wrap {
        margin-top: 60px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .ab-2-hero-thumb-wrap {
        margin-top: 60px;
        padding-left: 0;
    }
    .ab-2-hero-thumb-wrap img {
        margin-bottom: 60px;
    }
}
.ab-2-hero-thumb-wrap .ab-2-hero-title {
    position: absolute;
    right: -78%;
    top: 9%;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-2-hero-thumb-wrap .ab-2-hero-title {
        right: -70%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-2-hero-thumb-wrap .ab-2-hero-title {
        right: -60%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ab-2-hero-thumb-wrap .ab-2-hero-title {
        right: -45%;
    }
}
@media (max-width: 767px) {
    .ab-2-hero-thumb-wrap .ab-2-hero-title {
        position: static;
    }
    .ab-2-hero-thumb-wrap .ab-2-hero-title br {
        display: none;
    }
}
.ab-2-hero-shape-1 {
    position: absolute;
    top: 20%;
    right: -55%;
    animation: animationglob 5s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ab-2-hero-shape-2 {
    position: absolute;
    bottom: -65%;
    left: 10%;
}
.ab-2-hero-social-wrap {
    position: absolute;
    top: 45%;
    left: 80px;
    transform: translateY(-50%);
}
.p-relative {
    position: relative;
}
.tp-zoom-in-out {
    -webkit-animation: tp_zoom_in_out 3s infinite linear;
    -moz-animation: tp_zoom_in_out 3s infinite linear;
    -ms-animation: tp_zoom_in_out 3s infinite linear;
    -o-animation: tp_zoom_in_out 3s infinite linear;
    animation: tp_zoom_in_out 3s infinite linear;
}
.tp-zoom-in-out {
    -webkit-animation: tp_zoom_in_out 3s infinite linear;
    -moz-animation: tp_zoom_in_out 3s infinite linear;
    -ms-animation: tp_zoom_in_out 3s infinite linear;
    -o-animation: tp_zoom_in_out 3s infinite linear;
    animation: tp_zoom_in_out 3s infinite linear;
}
@-webkit-keyframes tp_zoom_in_out {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-moz-keyframes tp_zoom_in_out {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-ms-keyframes tp_zoom_in_out {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes tp_zoom_in_out {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .ab-2-hero-social-wrap {
        top: 65%;
    }
}
.ab-2-hero-social a {
    display: table;
    color: #5D5D63;
    font-size: 20px;
    margin-bottom: 10px;
}
.ab-2-hero-social a:last-child {
    margin-bottom: 0;
}
.ab-2-hero-social-text span {
    color: #5D5D63;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.56px;
    position: relative;
    display: inline-block;
    transform: rotate(90deg);
    top: 65px;
    left: -64px;
}
.ab-2-hero-social-text span::before {
    content: "";
    height: 1px;
    width: 50px;
    margin-right: 14px;
    display: inline-block;
    background-color: #5D5D63;
    transform: translateY(-4px);
}

.ab-2-portfolio-thumb-wrap {
    padding: 0 5px;
}
.ab-2-portfolio-thumb img {
    transition: 0.9s;
}
.ab-2-portfolio-thumb:hover img {
    transform: scale(1.1) rotate(-2deg);
}

.ab-2-about-title-style .ab-about-category-title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(23, 23, 23, 0.5);
}

.ab-2-work-title-box {
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ab-2-work-title-box {
        margin-bottom: 60px;
    }
}
.ab-2-work-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
    color: var(--color-dark);
}
@media (max-width: 767px) {
    .ab-2-work-title {
        font-size: 55px;
    }
}
.ab-2-work-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: rgba(23, 23, 23, 0.5);
}
.ab-2-work-shape {
    position: absolute;
    bottom: -65%;
    right: 30%;
}

.ab-2-work-item {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.14);
}
.ab-2-work-item .sv-service-space-wrap {
    padding-left: 0px;
}
.ab-2-work-item .sv-service-subtitle {
    color: #5D5D63;
}
.ab-2-work-item .sv-service-subtitle i::after {
    background: rgba(23, 23, 23, 0.14);
}
.ab-2-work-item .sv-service-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
    color: var(--color-dark);
}
@media (max-width: 767px) {
    .ab-2-work-item .sv-service-title {
        font-size: 30px;
    }
}
.ab-2-work-item .sv-service-text p {
    color: #5D5D63;
}




/* Industry single page */
.service-details__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--color-black);
}
.service-details__title {
    font-weight: 500;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--color-black);
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details__title {
        font-size: 85px;
    }
}
@media (max-width: 767px) {
    .service-details__title {
        font-size: 58px;
    }
}
.service-details__banner-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details__banner-text p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details__banner-text p {
        font-size: 17px;
    }
    .service-details__banner-text p br {
        display: none;
    }
}
@media (max-width: 767px) {
    .service-details__banner-text p {
        font-size: 17px;
    }
    .service-details__banner-text p br {
        display: none;
    }
}
.service-details__tab-btn ul li button {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-white-2);
    padding: 0px 50px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    margin: 0 5px 15px 5px;
    transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-details__tab-btn ul li button {
        padding: 0px 45px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details__tab-btn ul li button {
        padding: 0px 25px;
    }
}
.service-details__tab-btn ul li button:hover {
    color: var(--color-black);
    border-color: var(--color-black);
    background-color: var(--color-black);
}
.service-details__tab-btn ul li button.active {
    background-color: var(--color-white-2);
    color: var(--color-black);
    border-color: var(--color-white-2);
}
.service-details__left-text .text-1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 20px;
    color: var(--color-black);
}
.service-details__left-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-black);
}
.service-details__fea-list {
    margin-bottom: 90px;
}
.service-details__fea-list ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: var(--color-black);
    list-style-type: none;
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
}
.service-details__fea-list ul li:last-child {
    margin-bottom: 0;
}
.service-details__fea-list ul li::after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: var(--color-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details__space {
        padding-top: 160px;
    }
}
@media (max-width: 767px) {
    .service-details__space {
        padding-top: 130px;
    }
}
.service-details__sm-thumb img {
    width: 100%;
}
.service-details__right-wrap {
    padding: 100px 30px;
    margin-left: 70px;
    background-color: var(--color-white-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-details__right-wrap {
        margin-left: 0;
        margin-top: 60px;
    }
}
/*.service-details__right-category {
    margin-bottom: 200px;
}*/
.service-details__right-category a {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-black);
    border: 1px solid var(--color-black);
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    transition: 0.3s;
    margin-bottom: 10px;
    display: table;
}
.service-details__right-category a.active {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white-2);
}
.service-details__right-category a:hover {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: var(--color-white-2);
}
.service-details__right-text-box h4 {
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--color-black);
}
.service-details__right-text-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-black);
}
.service-details__rotate-text {
    position: absolute;
    top: 25%;
    /*right: -119px;*/
    right: -130px;
}
.service-details__rotate-text span {
    transform: rotate(90deg);
    padding: 5px 30px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-black);
    background-color: #fff;
    letter-spacing: 1.2px;
}
.service-details__tab-thumb {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-details__tab-thumb {
        height: 340px;
    }
    .service-details__tab-thumb img {
        height: 500px;
        object-fit: cover;
    }
}
.sv-hero-title-box {
    margin-bottom: 90px;
    padding-left: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sv-hero-title-box {
        padding-left: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sv-hero-title-box {
        padding-left: 0px;
        margin-bottom: 45px;
    }
}
.sv-hero-title-box p {
    color: #5D5D63;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.sv-hero-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-black-2);
    transform: translateX(-8px);
    margin-bottom: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sv-hero-title {
        font-size: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sv-hero-title {
        font-size: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sv-hero-title {
        font-size: 90px;
    }
}
@media (max-width: 767px) {
    .sv-hero-title {
        font-size: 60px;
    }
}


/* Videos */
.tm-hero-ptb {
    padding-top: 200px;
    padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-hero-ptb {
        padding-top: 150px;
    }
}
@media (max-width: 767px) {
    .tm-hero-ptb {
        padding-top: 140px;
    }
}
.tm-hero-title {
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-black-2);
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-hero-title {
        font-size: 110px;
    }
}
@media (max-width: 767px) {
    .tm-hero-title {
        font-size: 65px;
    }
}
.tm-hero-title.fs-220 {
    font-size: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-hero-title.fs-220 {
        font-size: 180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-hero-title.fs-220 {
        font-size: 100px;
    }
}
@media (max-width: 767px) {
    .tm-hero-title.fs-220 {
        font-size: 50px;
    }
}

.tp-project-5-2-thumb {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-project-5-2-thumb {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .tp-project-5-2-thumb {
        margin-bottom: 30px;
    }
}
.tp-project-5-2-thumb img {
    width: 100%;
}
.tp-project-5-2-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}
.tp-project-5-2-meta {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-white);
    z-index: 2;
}
.tp-project-5-2-title-sm {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
    color: var(--color-white);
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-project-5-2-title-sm {
        font-size: 30px;
    }
}


.videos-area .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

.videos-area .modal.show {
    display: flex;
    opacity: 1;
}

/* Modal tərkibi */
.videos-area .modal-content {
    position: relative;
    width: 80vw;
    height: 45vw;
    max-width: 900px;
    max-height: 506px;
    background-color: #fff;
    animation: zoomIn 0.5s ease;
}

.videos-area .modal-content iframe {
    width: 100%;
    height: 100%;
}

.videos-area .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

/* Zoom in animation */
@keyframes zoomIn {
    from {
        transform: scale(0.7);
    }
    to {
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .videos-area .modal-content {
        width: 90vw;
        height: 50vw;
    }
}

/* Hətta daha kiçik ekranlar (mobil cihazlar) üçün */
@media screen and (max-width: 480px) {
    .videos-area .modal-content {
        width: 95vw;
        height: 55vw;
    }
}

/* Hover Effect for "Watch Video" */
.tp-project-5-2-thumb:hover::before {
    content: 'Watch Video';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

.not-hide-cursor {
    cursor: none;
}

.tp-project-5-2-thumb {
    position: relative;
}

.cursor-hide:hover::before {
    display: block;
}

/* Animation for the video modal */
@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* Articles | Media */
.tp-blog-thumb {
    margin-bottom: 25px;
}
.tp-blog-thumb img {
    width: 100%;
    transition: 0.9s;
}
.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.2) rotate(-2deg);
}
.tp-blog-meta {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: left;
    margin: 25px;
}
.tp-blog-meta span {
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0px 14px;
    color: var(--color-black);
    background-color: var(--color-white);
    display: inline-block;
}
.tp-blog-title-sm {
    font-size: 31px;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: -0.62px;
    color: var(--tp-common-black);
}
.tp-blog-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #5D5D63;
    margin-bottom: 14px;
    display: inline-block;
}
.tp-blog-title-sm a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}
.tp-blog-title-sm:hover a {
    background-size: 0% 1px, 100% 1px;
}
.fix {
    overflow: hidden;
}
.basic-pagination {
    margin-bottom: 40px;
}
.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
}
.basic-pagination ul li a {
    height: 46px;
    width: 30px;
    border-radius: 200px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: var(--color-black);
}
.basic-pagination ul li a .current {
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 200px;
    border: 2px solid var(--color-black);
}
.basic-pagination ul li a .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(25, 25, 26, 0.2);
    transition: 0.3s;
}
.basic-pagination ul li a .icon:hover {
    color: var(--color-white);
    border-color: var(--color-black);
    background-color: var(--color-black);
}


/* Interview */
.tp-project-3-item {
    background: #1f89ae;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 38px 50px;
}
.tp-project-3-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}
.tp-project-3-title a {
    display: inline;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-image: linear-gradient(#ffef5b, #ffef5b), linear-gradient(#ffef5b, #ffef5b);
    color: var(--color-white);
}
.tp-project-3-title a:hover {
    color: #ffef5b;
    background-size: 0% 1px, 100% 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tp-project-3-content {
    padding-left: 50px;
    margin-left: 50px;
    position: relative;
}
.tp-project-3-content::after {
    top: 0;
    left: 0;
    width: 1px;
    height: 80px;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.14);
}
.tp-project-3-info h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    color: var(--color-white);
}
.tp-project-3-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
}
.tp-project-3-btn a {
    height: 60px;
    width: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-project-3-btn a:hover {
    color: var(--color-black);
    border-color: #ffef5b;
    background-color: #ffef5b;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-details-top-text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: var(--tp-common-black);
    margin-bottom: 50px;
}
.blog-details-left-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    color: var(--tp-common-black);
    margin-bottom: 20px;
}
.blog-details-left-content p {
    color: #5D5D63;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.project-details-1-prev {
    line-height: 0;
}
.project-details-1-navigation a i {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid rgba(25, 25, 26, 0.14);
}
.project-details-1-prev i {
    margin-right: 10px;
    transition: 0.3s;
}
.project-details-1-prev:hover i,
.project-details-1-next:hover i {
    color: var(--color-white);
    border-color: var(--color-black);
    background-color: var(--color-black);
}
.project-details-1-next {
    line-height: 0;
}
.project-details-1-next i {
    margin-left: 10px;
    transition: 0.3s;
}
.project-details-1-navigation a span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-black);
}
.sidebar__wrapper {
    padding-left: 70px;
}
.sidebar__widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 25px;
}
.sidebar__widget ul li {
    list-style: none;
    margin-bottom: 20px;
    line-height: 0;
}
.sidebar__widget ul li a {
    color: #414145;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 91%;
    background-repeat: no-repeat;
}
.sidebar__widget ul li a:hover {
    background-size: 0 1px, 100% 1px;
}
.rc__post-thumb {
    flex: 0 0 auto;
}
.rc__post-thumb a img {
    width: 130px;
}
.rc__post-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: var(--color-black);
}
.rc__post-title a {
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 91%;
    background-repeat: no-repeat;
}
.rc__post-title a:hover {
    background-size: 0 1px, 100% 1px;
}