/* 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-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;
}


/* CUSTOM CURSOR END*/

.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%;
}

a {
    background-color: transparent;
    text-decoration: none
}

b {
    font-weight: bolder
}

p {
    margin: 0 0 15px
}

::-moz-selection {
    background: #ff007f;
    color: #fff
}

::selection {
    background: #ff007f;
    color: #fff
}

.header-info-holder a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

.goth-book {
    /* font-family: Gotham-Book, Helvetica, Arial, sans-serif */
    font-family: 'Poppins', sans-serif;
}

a,
div,
p {
    /* font-family: Gotham-Book, Helvetica, Arial, sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 24px
}

.lh-1 {
    line-height: 1
}

.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-center {
    margin: 0 auto
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.ta-center {
    text-align: center
}

.z-10 {
    z-index: 10
}

.z-200 {
    z-index: 200
}

.overflow {
    overflow: hidden
}

.display--inline {
    display: inline-block
}

.display--block {
    display: block
}

.pe-all {
    pointer-events: all
}

.bg-black {
    background: #000
}

.grid {
    /* width: 92%; */
    width: 100%;
    margin: 0 auto
}

.gutter {
    margin: 0 20px
}

.block-33 {
    width: 33.33333%
}

#content {
    min-height: 100vh;
    width: 100%
}

#page {
    display: block;
    width: 100%;
    position: relative
}

#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
}

.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
}

.site-footer {
    padding-top: 50px
}

.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
}

.footer-holder,
.footer-inner-holder {
    padding-bottom: 50px
}

.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
}

.footer-center__intro {
    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 {
    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-center a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom
}

.footer-center 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-center 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
}

.home-top-intro {
    padding-top: 110px
}

body {
    /* background-color: #000; */
    overflow-x: hidden;
    /* overflow-y: auto; */
    height: 100vh;
}

img {
    max-width: 100%;
}

.ag-format-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.ag-timeline-block {
    padding: 100px 0;
}

.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
}

.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}

.ag-timeline_title {
    color: white;
    font-size: 80px;
    height: 200px;
    line-height: 60px;
}

.ag-timeline_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 50px;
    position: relative;
}

.ag-timeline_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_line {
    width: 2px;
    background-color: #393935;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #ff007f;
}

.ag-timeline-card_point-box {
    margin-left: 20px;
    margin-right: 20px;
}

.ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #ff007f;
    background-color: #1d1d1b;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point {
    color: #1d1d1b;
    background-color: #ff007f;
}

.ag-timeline-card_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #282828;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    animation-fill-mode: both;
    position: relative;
}

.js-ag-animated .ag-timeline-card_item {
    opacity: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-left;
    -moz-animation-name: card-animation-left;
    -o-animation-name: card-animation-left;
    animation-name: card-animation-left;
}

.js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-right;
    -moz-animation-name: card-animation-right;
    -o-animation-name: card-animation-right;
    animation-name: card-animation-right;
}

.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
    right: auto;
    left: 0;
}

.ag-timeline-card_img {
    width: 100%;
}

.ag-timeline-card_meta-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_meta-box {
    text-align: right;
}

.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #ff007f;
}

.ag-timeline-card_info {
    padding: 20px 30px;
}

.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #ff007f;
}

.ag-timeline-card_desc {
    line-height: 1.45;
    font-size: 16px;
    color: #FFF;
}

@-webkit-keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes card-animation-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes card-animation-left {
    0% {
        opacity: 0;
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes card-animation-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(400px);
        transform: translateX(400px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes card-animation-right {
    0% {
        opacity: 0;
        -o-transform: translateX(400px);
        transform: translateX(400px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -o-transform: translateX(400px);
        transform: translateX(400px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 979px) {
    .ag-timeline_line {
        left: 30px;
    }
    .ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .ag-timeline_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
    }
    .ag-timeline-card_title {
        display: block;
    }
    .ag-timeline-card_meta-box {
        display: none;
    }
    .ag-timeline-card_point-box {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 8px;
    }
    .ag-timeline-card_item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        margin-left: 10px
    }
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item,
    .js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
        -webkit-animation-name: card-animation-right;
        -moz-animation-name: card-animation-right;
        -o-animation-name: card-animation-right;
        animation-name: card-animation-right;
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }
    .ag-timeline-card_info {
        padding: 10px 15px;
    }
    .ag-timeline-card_desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}