.page-loading .page-loading-logo {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; */
}

.page-loaded .page-loading {
    transform: translateY(-120%);
}

.page-loading {
    position: fixed;
    z-index: 2000;
    opacity: 1;
    transform: translate(0);
    -webkit-box-shadow: 0 1px 4px rgb(237 21 29 / 30%);
    -moz-box-shadow: 0 1px 4px rgba(237, 21, 29, 0.3);
    box-shadow: 0 1px 4px rgb(237 21 29 / 30%);
    -webkit-transition: transform 1s cubic-bezier(0.29, 0.95, 0.58, 0.86);
    transition: transform 1s cubic-bezier(0.29, 0.95, 0.58, 0.86);
}

@media (max-width: 768px) {
    .page-loading .page-loading-logo {
        width: 100%;
    }
}


/* SCROLL BAR */

::-webkit-scrollbar {
    width: 10px;
    /* display: none; */
}


/* Track */

 ::-webkit-scrollbar-track {
    background: rgba(41, 199, 173, 0.1);
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #1D7771;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #BD1D53;
}


/* SCROLLBAR END */


/* CUSTOM CURSOR START*/

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 1000;
    background-color: #ff007f;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #ff007f;
    opacity: .3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    border: 2px solid #ff007f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
    background-color: #ff007f;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}


/* CUSTOM CURSOR END*/

@media only screen and (max-width:380px) {
    .home-top {
        min-height: 450px;
        margin-left: -7rem
    }
}

.mejs__controls {
    display: none!important;
}

@media only screen and (max-width: 460px) {
    .home-top {
        /* margin-left: -6rem */
        margin-left: -3rem;
    }
}

.hb-container {
    display: inline-block;
    cursor: pointer;
}

.hb-bar1,
.hb-bar2,
.hb-bar3 {
    /* width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s; */
    /* width: 35px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s;
    margin-left: 6px;
    margin-top: 6px;
    position: relative;
    top: 17%; */
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s;
    margin-left: 12px;
    margin-top: 5px;
    position: relative;
    top: 20%;
}

.change .hb-bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 6px);
    transform: rotate(-45deg) translate(-2px, 6px);
    margin-left: 10px;
    top: 23%;
}

.change .hb-bar2 {
    opacity: 0;
}

.change .hb-bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -9px);
    transform: rotate(45deg) translate(-5px, -9px);
    margin-left: 10px;
    top: 23%;
}

html {
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    background: #000;
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

a {
    background-color: transparent;
    text-decoration: none
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 15px
}

p {
    margin: 0 0 15px
}

html {
    box-sizing: border-box
}

::-moz-selection {
    background: #ff007f;
    color: #fff
}

::selection {
    background: #ff007f;
    color: #fff
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fff
}

img {
    height: auto;
    max-width: 100%
}

.header-info-holder a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

.project-title a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    vertical-align: bottom
}

#content[tabindex="-1"]:focus {
    outline: 0
}

@font-face {
    /* font-family: Gotham-Black;
    src: url(fonts/GothamGreek-Black.eot);
    src: url(fonts/GothamGreek-Blackd41d.eot?#iefix) format('embedded-opentype'), url(fonts/GothamGreek-Black.html) format('woff2'), url(fonts/GothamGreek-Black.woff) format('woff'), url(fonts/GothamGreek-Black.ttf) format('truetype'), url(fonts/GothamGreek-Black.svg#svgFontName) format('svg') */
}

@font-face {
    /* font-family: Gotham-Book;
    src: url(fonts/GothamGreek-Book.eot);
    src: url(fonts/GothamGreek-Bookd41d.eot?#iefix) format('embedded-opentype'), url(fonts/GothamGreek-Book.html) format('woff2'), url(fonts/GothamGreek-Book.woff) format('woff'), url(fonts/GothamGreek-Book.ttf) format('truetype'), url(fonts/GothamGreek-Book.svg#svgFontName) format('svg') */
}

@font-face {
    /* font-family: Gotham-Thin;
    src: url(fonts/Gotham-Thin.eot);
    src: url(fonts/Gotham-Thind41d.eot?#iefix) format('embedded-opentype'), url(fonts/Gotham-Thin.html) format('woff2'), url(fonts/Gotham-Thin.woff) format('woff'), url(fonts/Gotham-Thin.ttf) format('truetype'), url(fonts/Gotham-Thin.svg#svgFontName) format('svg') */
}

@font-face {
    /* font-family: PFRegal-Medium;
    src: url(fonts/PFRegalDisplayPro-Medium.eot);
    src: url(fonts/PFRegalDisplayPro-Mediumd41d.eot?#iefix) format('embedded-opentype'), url(fonts/PFRegalDisplayPro-Medium.html) format('woff2'), url(fonts/PFRegalDisplayPro-Medium.woff) format('woff'), url(fonts/PFRegalDisplayPro-Medium.ttf) format('truetype'), url(fonts/PFRegalDisplayPro-Medium.svg#svgFontName) format('svg') */
}

@font-face {
    /* font-family: PFRegal-Italic;
    src: url(fonts/PFRegalDisplayPro-Italic.eot);
    src: url(fonts/PFRegalDisplayPro-Italicd41d.eot?#iefix) format('embedded-opentype'), url(fonts/PFRegalDisplayPro-Italic.html) format('woff2'), url(fonts/PFRegalDisplayPro-Italic.woff) format('woff'), url(fonts/PFRegalDisplayPro-Italic.ttf) format('truetype'), url(fonts/PFRegalDisplayPro-Italic.svg#svgFontName) format('svg') */
}

.goth-black {
    /* font-family: Gotham-Black, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
}

.goth-book {
    /* font-family: Gotham-Book, Helvetica, Arial, sans-serif */
    font-family: 'Poppins', sans-serif;
}

.regal-mid {
    /* font-family: PFRegal-Medium, Helvetica, Arial, sans-serif */
    font-family: 'Poppins', sans-serif;
}

html {
    /* font-family: Gotham-Book, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    color: #e2e2e2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    touch-action: manipulation;
    overflow-x: hidden
}

a,
body,
div,
p {
    /* font-family: Gotham-Book, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Gotham-Black, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-weight: 900
}

.fs-12 {
    font-size: 12px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-24 {
    font-size: 24px
}

.fs-28 {
    font-size: 28px
}

.fs-32 {
    font-size: 32px
}

.fs-33 {
    font-size: 33px
}

.fs-37 {
    font-size: 37px
}

.fs-40 {
    font-size: 40px
}

.fs-54 {
    font-size: 54px
}

.fs-66 {
    font-size: 66px
}

.fs-90 {
    font-size: 90px
}

.fs-100 {
    font-size: 100px
}

.lh-08 {
    line-height: .8
}

.lh-1 {
    line-height: 1
}

.lh-12 {
    line-height: 1.2
}

.lh-15 {
    line-height: 1.5
}

.lh-2 {
    line-height: 2
}

.lh-3 {
    line-height: 3
}

.lh-24 {
    font-size: 24px
}

.lh-26 {
    line-height: 26px
}

.lh-34 {
    line-height: 34px
}

.lh-32 {
    line-height: 32px
}

.lh-44 {
    line-height: 44px
}

.lh-56 {
    line-height: 56px
}

.lh-94 {
    line-height: 94px
}

.ls--1 {
    letter-spacing: -1px
}

.ls--3 {
    letter-spacing: -3px
}

.ls-1 {
    letter-spacing: 1px
}

.vert-middle {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.abs {
    position: absolute
}

.abs-rt {
    position: absolute;
    right: 0;
    top: 0
}

.abs-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.go-right {
    margin-left: auto
}

.go-center {
    margin: 0 auto
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.fill-dimentions {
    width: 100%;
    height: 100%
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.ta-center {
    text-align: center
}

.ta-left {
    text-align: left
}

.ta-right {
    text-align: right
}

.z--1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-100 {
    z-index: 100
}

.z-200 {
    z-index: 200
}

.z-998 {
    z-index: 998
}

.z-999 {
    z-index: 999
}

.overflow {
    overflow: hidden
}

.display--inline {
    display: inline-block
}

.display--inline-top {
    display: inline-block;
    vertical-align: top
}

.display--inline-mid {
    display: inline-block;
    vertical-align: middle
}

.display--block {
    display: block
}

.pe-all {
    pointer-events: all
}

.no-margin {
    margin: 0
}

.color-white,
.color-white a,
.color-white p {
    color: #fff
}

.bg-black {
    background: #000
}

.bg-white {
    background: #fff
}

.grid {
    /* width: 92%; */
    width: 100%;
    margin: 0 auto
}

.gutter {
    /* margin: 0 20px; */
}

.block-10 {
    width: 10%
}

.block-20 {
    width: 20%
}

.block-25 {
    width: 25%
}

.block-30 {
    width: 30%
}

.block-33 {
    width: 33.33333%
}

.block-40 {
    width: 40%
}

.block-42 {
    width: 42%
}

.block-50 {
    width: 50%
}

.block-60 {
    width: 60%
}

.block-66 {
    width: 66.66667%
}

.block-70 {
    width: 70%
}

.block-73 {
    width: 73%
}

.block-80 {
    width: 80%
}

#content {
    min-height: 100vh;
    width: 100%
}

#page {
    display: block;
    width: 100%;
    position: relative
}

.fill-black {
    fill: #000
}

.fill-white {
    fill: #fff
}

.white-fill {
    fill: #fff
}

#main-header {
    position: fixed;
    width: 100%;
    z-index: 900;
    padding: 0;
    background: #000;
    height: 65px;
    left: 0;
    top: 0
}

.menu-buttons {
    width: 100px
}

.header-info-holder {
    width: 350px;
    margin-right: 40px
}

.header-info-holder a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    background: #000;
    padding: 0 10px
}

.header-info-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1
}

.box-link a {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    padding: 20px;
    border: 1px solid #fff;
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.box-link a:hover {
    color: #ff007f;
    border: 1px solid #ff007f
}

.box-link a:before {
    display: none!important
}

.box-link strong {
    /* font-family: Gotham-Black, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 1.2;
}

.box-link em {
    font-style: normal;
    line-height: 1;
    font-size: 35px
}

.hamburger-area:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* background: #fff;
    opacity: 0; */
    transition: all .4s cubic-bezier(.895, .03, .685, .22)
}

.hamburger-area:hover:before {
    opacity: 1
}

.hamburger-menu {
    width: 40px;
    height: 30px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.site-footer {
    /* padding-top: 50px */
    padding-top: 25px
}

.site-footer a {
    font-weight: 400
}

.site-footer .footer-center__info p:last-child a {
    font-weight: 700
}

.site-footer a:after,
.site-footer a:before {
    background: #fff
}

.site-footer p {
    margin-bottom: 0
}

.site-footer * {
    color: #fff
}

.footer-top-row {
    /* padding-bottom: 50px */
    padding-bottom: 20px
}

.footer__title {
    font-size: 24px;
    margin-bottom: 32px
}

.footer__info {
    margin-bottom: 35px
}

.footer-holder,
.footer-inner-holder {
    /* padding-bottom: 50px */
    padding-bottom: 30px
}

.gns-clients-img {
    margin-top: 15px;
    height: auto;
    width: 30%;
}

.social-row {
    margin-bottom: 50px
}

.social-row .social-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    transition: all .4s cubic-bezier(.895, .03, .685, .22)
}

.social-row a:last-child .social-icon {
    margin-right: 0
}

.social-row .social-icon:hover {
    background: #000;
    border: 1px solid #ff007f
}

.social-intro p {
    opacity: 1
}

.footer-center__intro,
.footer-left__intro,
.footer-right__intro,
.social-intro p:first-child {
    margin-bottom: 30px
}

.footer-center p.footer-center__intro {
    font-size: 18px;
    line-height: 24px
}

.footer-center a,
.footer-center p {
    font-size: 14px;
    line-height: 24px
}

.footer-center p,
.footer-right p,
.social-intro p:last-child {
    margin-bottom: 15px
}

.social-icon svg {
    width: 100%;
    max-width: 24px;
    max-height: 24px;
    transition: all .4s cubic-bezier(.895, .03, .685, .22);
    -ms-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0
}

.social-icon:hover svg {
    -ms-transform: scale(1.2) translate(-50%, -50%);
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%)
}

.copyright {
    padding-bottom: 15px;
    left: 20px
}

.social-icon path {
    fill: #fff
}

.footer-left__bottom {
    padding: 0 0 20px
}

.footer-right__info {
    padding-bottom: 0
}

.footer-center a,
.footer-right__info a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom
}

.footer-center a:before,
.footer-right__info a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 1px;
    width: 100%;
    background: #fff;
    -ms-transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.footer-right p {
    line-height: 28px
}

.footer-center a:hover:before,
.footer-right__info a:hover:before {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.social-row a svg path {
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.social-row a svg path {
    fill: #000
}

.social-row a:hover svg path {
    fill: #ff007f
}

.site-footer .footer-left__intro {
    margin-bottom: 15px
}

.footer-top-row br {
    display: none
}

.home-top {
    min-height: 100vh
}

.home-middle,
.home-top-intro {
    padding-top: 110px
}

.works-holder {
    /* max-width: 1500px; */
    max-width: 100%;
    margin: 0 auto
}

.video-holder {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff
}

.home-services {
    /* padding: 150px 0 100px */
    padding: 20px 0 100px
}

.services-grid {
    /* max-width: 1500px */
    max-width: 100%;
}

.services-mid:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.work-row {
    padding: 0 0 70px 0
}

.heading-icon {
    /* width: 450px;
    height: auto; */
}

.site-footer .footer-center__info p:last-child a:hover {
    color: #e2e2e2;
    text-decoration: none;
}

.d-none {
    display: none;
}