.header {
    position: fixed;
    width: 100%;
    padding: 1rem;
    z-index: 10253;
}

.brand-logo {
    width: 150px;
    position: relative;
    z-index: 9999;
}

.navbar-bg-hide {
    transition: top .3s ease-in-out;
    background: #000000bf;
}

header a {
    color: #dedede;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

header a:hover {
    color: #fff;
    text-decoration: none;
}

header .btn-1:hover {
    border: 2px solid #ffffff;
    background: transparent;
    letter-spacing: 0.5rem;
    color: #FFFFFF;
}

header.change .btn-1:hover{
	 border: 2px solid #000000;
    color: #000000;
	
}

.secondary-nav-wrap {
    padding: 0px;
    text-align: right;
    margin-top: 11px;
    position: absolute;
    right: 60px;
}

header nav {
    position: relative;
    top: 45%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
}

nav ul li a {
    color: #fff;
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

nav ul li {
    margin-bottom: 3px;
    line-height: normal;
}

nav ul li a:hover,
nav ul li a:focus {
    text-decoration: none !important;
}

nav a.login {
    margin-right: 0px;
}

.call-action {
    display: inline-block;
    color: white;
}

.pet {
    font-size: 14px;
}


/*=========CUSTOM NAV CSS===========*/

.main-menu-container::-webkit-scrollbar,
body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 0
}

.main-menu-container a {
    text-transform: unset;
}

nav {
    height: 85px;
    overflow: hidden;
    z-index: 8000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

main {
    height: 100vh;
    display: block;
    width: 100%;
    background: #121212!important
}

.a-hover {
    position: relative
}

.a-hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1)
}

.a-hover.black::before {
    background-color: #000!important
}

.main-menu-container.active,
.transition-layer.active {
    width: 100%;
    pointer-events: auto
}

.transition-layer.layer-one {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.transition-layer.layer-three {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    pointer-events: none!important
}

.transition-layer.layer-one.reverse {
    -webkit-transition-delay: .2s!important;
    -o-transition-delay: .2s!important;
    transition-delay: .2s!important
}

.transition-layer.layer-three.reverse {
    -webkit-transition-delay: .4s!important;
    -o-transition-delay: .4s!important;
    transition-delay: .4s!important
}

.main-menu,
.transition-layer {
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .9s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .9s cubic-bezier(.77, 0, .175, 1);
    transition: all .9s cubic-bezier(.77, 0, .175, 1);
    height: 100%;
    background: #121212!important;
    width: 0%;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 2000;
    right: 0;
}

.main-menu>* {
    overflow: hidden
}

.menu-active {
    overflow: hidden!important
}

.main-menu-container {
    height: calc(100vh - 185px);
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
    width: 0%;
    background: #121212!important;
    overflow-y: scroll;
    scrollbar-width: none!important;
    -ms-overflow-style: none!important;
    margin-top: 100px;
}

.col-right {
    padding-top: 225px;
}

.main-menu-container .col-left ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    width: 520px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.main-menu-container .col-left ul.active,
.main-menu-footer.active {
    opacity: 1!important
}

.main-menu-container .col-left ul.reverse,
.main-menu-footer.reverse {
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important
}

.main-menu-text a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
}

.linkedin {
    background-image: url(../images/icon/linkedin.svg)
}

.facebook {
    background-image: url(../images/icon/facebook.svg)
}

.instagram {
    background-image: url(../images/icon/instagram.svg)
}

.behance {
    background-image: url(../images/icon/behance.svg)
}

.main-menu-link div {
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px
}

.main-menu-link {
    font-size: 15px;
    color: #fff;
    height: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto
}

.main-menu-link:hover {
    color: #fff
}

.main-menu-link span {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGl2ZWxsb18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbGluZWNhcDpzcXVhcmU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5bGluZSBpZD0iTGluZSIgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjUsMC41IDE1LjUsMC41IDE1LjUsMTUuNSAJIi8+DQoJPGxpbmUgaWQ9IkxpbmUtMiIgY2xhc3M9InN0MCIgeDE9IjE1LjIiIHkxPSIwLjgiIHgyPSIwLjUiIHkyPSIxNS41Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
    margin: auto;
    margin-left: 10px;
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    content: ''
}

.nav-hamburger {
    cursor: pointer;
    width: 36px;
    height: 42px;
    line-height: 2;
}

.nav-icon {
    width: 32px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

.nav-icon span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background-color: #fff
}

.nav-icon::after,
.nav-icon::before {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.nav-icon:hover::after,
.nav-icon:hover::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.nav-icon::before {
    right: 0;
    top: 0
}

.nav-icon::after {
    left: 0;
    bottom: 0
}

.nav-icon.nav-icon-white span,
.nav-icon.nav-icon-white::after,
.nav-icon.nav-icon-white::before,
.nav-icon.nav-icon-active span,
.nav-icon.nav-icon-active::before,
.nav-icon.nav-icon-active:after {
    background-color: #fff
}

.nav-icon.nav-icon-active span,
.nav-icon.nav-icon-close span {
    display: none
}

.nav-icon.nav-icon-close::after,
.nav-icon.nav-icon-close::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 9999;
}

.nav-icon.nav-icon-close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-icon.nav-icon-close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.right-side ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: normal;
}


/*=================== GRADIENT CSS ==============*/

.gradient {
    -webkit-text-fill-color: transparent;
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 100% 500%;
    background: #2d4de0!important;
}


/*=================== GRADIENT CSS ==============*/

header.change span.pet,
header.change span.pet a,
header.change .arrow-2 a {
    color: black;
}

.change .nav-icon::before,
.change .nav-icon::after,
.change .nav-icon.nav-icon-white span {
    background-color: #000;
}

header.change.navbar-bg-hide span.pet,
header.change.navbar-bg-hide span.pet a,
header.change.navbar-bg-hide .arrow-2 a {
    color: #fff;
}

header.change.navbar-bg-hide .nav-icon::before,
header.change.navbar-bg-hide .nav-icon::after,
header.change.navbar-bg-hide .nav-icon.nav-icon-white span,
.change .nav-icon-active::before,
.change .nav-icon-active::after {
    background-color: #fff;
}