body.overflow-none {
    /*width: fit-content!important;*/
    /*overflow-y: unset!important;*/
    font-family: inherit!important;
        overflow-y: hidden;
}
.nav {
    position: relative!important;
    z-index: 98;
}
.navbar {
   
    min-height: 0px!important;
    margin-bottom: 0px!important;
    border: 1px solid transparent;
}
div#accordion {
    padding: 20px!important;
    box-shadow: -2px 0 11px 0 #ccc!important;
    border-radius: 19px!important;
    margin: 45px auto!important;
        background-color: #fff;
}
.icon-menu {
       margin: 0 auto 34px 0!important;
    min-height: auto !important;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0px 0px 20px 0px rgba(177,3,153,0.2);
    border-radius: 8px;
}
.icon-menu i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
a.icon-link {
    padding: 20px;
}
.icon-menu:hover {
    background-color: #fff;
    color: #382873!important;
}
.icon-menu:hover a i,.icon-menu:hover a {
     color: #382873!important;
}
.customMenu .icon-menu .icon-link:hover {
    color: #382873!important;
}
.main-btn.icon-menu  {
    color: #fff!important;
}
.customMenu .sub-tabs .nav-item.active .nav-link {
    color: #fff!important;
}
.customMenu .sub-tabs .nav-item.active.active .indicate {
    border-color: #fff!important;
}
.customMenu .sub-tabs .nav-item.active.active .indicate::after {
    margin-top: 4px;
    margin-right: 4px;
    background-color: #fff!important;
}
.customMenu .sub-tabs {
    text-align: right;
    border: none;
    display: block;
    padding-top: 3rem!important;
}
.customMenu .nine-tab li.active:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    height: 3px;
    background-color: #fff!important;
}
.customMenu .nine-tab li.active .nav-link {
    color: #fff!important;
}
.icon-menu a {
    color: #fff!important;
}
.customMenu .sub-tabs .nav-item .nav-link {
   
    font-family: inherit!important;
}
.customMenu .icon-menu .icon-link {
    font-family: GothamRounded-Book!important;
}
.customMenu .sub-tabs .nav-item .nav-link {
    
   font-family: GothamRounded-Book!important;
}
.customMenu .nine-tab li.active {
      font-family: GothamRounded-Book!important;
    margin-right: 30%!important;
}
.customMenu .nine-tab li.active .nav-link {
    color: #ffd705;
     font-family: GothamRounded-Book!important;
}
.nav-item img
{
    width: 278px;
    margin-left: 0px;
    height: 50px;
}
abbr img {
    width: 147px;
}
.menu {
        position: absolute;
    top: 30px;
    right: 109px!important;
    display: inline-block;
    z-index: 10;
}.mobile-nav.customMenu.show-menu {
    background-color: #382873!important;
}
.navbar-nav {
    float: right!important;
   margin: 30px 12px!important;
    padding: 0 6px 0 6px!important;
        /*font-family: inherit!important;*/
}
.customMenu .sub-tabs .nav-item.active.active .indicate::after {
    margin-top: 8px;
    margin-right: 8px;
    background-color: #ffd705;
}
.sticky {
display:none!important;
}
.mobile-nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    padding-top: 7%;
    overflow: auto;
    background-color: #382873!important;
}
.panelOverlay {
    width: 50px;
    height: 50px;
       top: 13px!important;
    right: 7%!important;

    opacity: 1;
    background-color: #271c5e!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
      
}
/* Please ❤ this if you like it! */




/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	/*height: 100vh;*/
}

a.navbar-brand.mr-3 {
    z-index: 9999999!important;
}
/* #Navigation
================================================== */
 
.cd-header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:100;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:0;
	top: 40px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}
.logo-wrap a span{ 
	color: #8167a9;
}
.logo-wrap a:hover {
	opacity: 0.9;
}
.nav-but-wrap{ 
	    position: relative;
    display: inline-block;
    float: right;
    margin-top: 26px;
    transition: all 0.3s ease-out;
    border: 2px solid #fff;
    padding: 10px 10px;
    border-radius: 50px;
}
.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
    padding-top: 4px;
    padding-bottom: 0px;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
    width: 30px;
   -webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
    width: 30px;
    float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	position: fixed;
	z-index: 98;
}
.nav:before{
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	/*background: rgba(20, 21, 26,0.6);*/
	
	border-bottom-left-radius: 200%;
	z-index: -1;
	
    /*transition: transform cubic-bezier(0.27, 0.71, 0.18, 1) 0.6s, border-radius linear 0.8s;*/
transition: transform cubic-bezier(0.07, 0.55, 0.18, 1) 0.6s, border-radius linear 0.8s;

          transform: translateX(100%) translateY(-100%);
}
.nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	/*background: rgba(20, 21, 26,0.6);*/
	
	border-bottom-left-radius: 200%;
	z-index: -1;
	
	/*transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;*/

transition: transform cubic-bezier(0.1, 0.49, 0.18, 1) 0.6s, border-radius linear 0.8s;
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
	background: #402d7e;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	/*top: 50%;*/
	margin-top: 20px;
	/*-webkit-transform: translate(0%, -50%);*/
 /*         transform: translate(0%, -50%);*/
	width: 100%;
	text-align: center;
}
.nav__list {
position: relative;
    padding: 0;
    margin: 22px 0;
    z-index: 2;
    display: flex;
        border-bottom: 1px solid #fff;
    

}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	
	font-size: 3vh;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 900;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: 18px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	    background-color: #fff;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
	text-align: center;
}
.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
@media screen and (max-width: 580px){
  .switch-wrap h1 {
    font-size: 32px;
  }
}
.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #8167a9;
	text-align: center;
	margin-top: 15px;
}
.switch-wrap p span {
	position: relative;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #8167a9;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #8167a9 !important;
	background: #000 !important;
}
.switched #circle {
	left: 43px;
	background: #000;
}

/* #Light
================================================== */

body.light{
	background-color: #fff;
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
	mix-blend-mode: normal;
}
body.light .cursor2{
	border: 2px solid #1f2029;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.light .cursor2.hover{
	background: rgba(0,0,0,0.06);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
body.light .logo-wrap a {
	color: #1f2029;
}
body.light .menu-icon__line {
	background-color: #1f2029;
}
body.light .nav:before {
	background: rgba(235, 235, 235,0.6);
}
body.light .nav:after {
	background: rgba(250,250,250,1);
}
body.light .nav__list-item a{ 
	color: rgba(0,0,0,0.6); 
}
body.light .nav__list-item a:hover{
	color: #1f2029;
}
body.light .nav__list-item.active-nav a{
	color: #1f2029;
}
body.light .switch-wrap h1 {
	color: #000;
}
body.light .switch-wrap p span:nth-child(2):before {
	opacity: 1;
	background-color: #000;
}
body.light .switch-wrap p span:nth-child(1):before {
	opacity: 0;
}

/* #Link to page
================================================== */

.link-to-portfolio {
	  position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255,255,255,.1);
}