@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');
/*Top Menu*/
body.menu-open{
    overflow: hidden;
}
header.header-top{
    min-height:200px;
    background-image: url('../images/top-menu-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    padding-bottom:50px;
    padding-top: 30px;
	position: absolute;
	z-index:100;
	width: 100%;
	top:0;
	left:0;
}
header.with-lang{
	padding-top:0;
}
.header-container{
    max-width:95%;
}
header.with-lang .header-container{
	padding-top:0!important;
}
.topmenu {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100%;
	display: none;
	font-weight: 600;
}
.topmenu.active-menu{
    top:0;
    margin-top:0;
}
.topmenu li a{
    font-family: 'nohemisemi_bold';
    transition: all 0.3s;
}

.menu-top-wrap {
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu-btn {
	width: 50px;
	height: 34px;
	border: 0;
	background: none;
	padding: 0;
}

.menu-btn-icon {
	display: block;
	width: 50px;
	height: 34px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.menu-btn-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.menu-btn-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn-icon span:nth-child(2) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn-icon span:nth-child(3) {
	top: 28px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.menu-btn.menu-btn-active .menu-btn-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
	left: 8px;
}
.menu-md ul li a {
	text-decoration: none;
	text-transform: uppercase;
}
.copy-wrap{
    display:none;
}
.logo-wrap-mobile {
	display: none;
}
.visible-mobile {
	display: none;
}
@media (max-width: 1199px) {
    .visible-mobile {
		display: inline;
	}
	.logo-wrap-mobile {
		display: flex;
        padding: 19px 20px;
        margin: 20px 25px;
        justify-content: space-between;
	}
	.topmenu.active-menu {
		display: block;
		/*height: calc(100vh - 78px);*/
	}
	.menu-md {
		background-color: #330872;
		border: 1px solid rgba(112, 112, 112, 0.15);
		border-top-width: 0;
		margin-top: 40px;
		border-radius: 10px;
	}
	.menu-md ul li {
		display: block;
		/*float: left;*/
		width: 100%;
		border-top: 0;
	}
	.menu-md ul li a {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		padding: 15px 15px 10px 55px;
		text-align: left;
		display: block;
		position: relative;
		text-transform: capitalize;
	}
	.icon-menu {
		display: block;
		position: absolute;
		left: 15px;
		width: 30px;
		height: 28px;
		top: 15px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.primary-menu-wrap {
        padding: 20px 0;
	}
	.secondary-menu-wrap {
        padding: 20px 0;
	}
    .copy-wrap{
        display: block;
        margin-top: 40px;
        padding: 30px;
        text-align: center;
        background: #ededed;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-weight: 300;
    }
    .btn-close-menu{
        width:48px;
        height: 48px;
        border-radius:100%;
        background-color: #84329B;
        border:0;
        color:#fff;
    }
}
@media (min-width: 1200px) {
 
	.menu-btn {
		display: none;
	}
	.topmenu {
		display: flex;
		position: relative;
	}
	.primary-menu-wrap .icon-menu {
		display: none;
	}
	.topmenu li {
		padding: 0 3px;
	}

	.topmenu li a {
		display: block;
		color: #fff;
		font-size: 16px;
		padding: 13px 10px;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		font-weight: 700;
	}
	.topmenu li a:before {
		content: '';
		display: block;
		position: absolute;
		bottom: -5px;
		width: 0;
		height: 2px;
		background: none;
		left: 10px;
		transition: width 0.3s;
	}
	.topmenu li.current-menu-item > a,
	.topmenu li > a:hover {
		color: #84329B;
	}
	.topmenu li.current-menu-item > a {
		font-weight: 900;
	}
	.topmenu li.current-menu-item > a:before,
	.topmenu li a:hover:before {
		background: #84329B;
		width: 33px;
	}
    .topmenu .secondary-menu li{
        position: relative;
    }
	.topmenu .secondary-menu li:before {
		content:'';
        background:#fff;
        display:block;
        width:1px;
        height:30px;
        left:0;
        top:10px;
        position: absolute;
	}
	.item-with-icon a {
		padding-left: 70px !important;
	}
	.topmenu li.item-with-icon a:before {
		left: 70px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
    
	.topmenu li a {
		font-size: 10px;
		padding: 13px 8px;
	}
}
@media screen and (min-width:1600px){
    .topmenu li {
		padding: 0 3px;
	}
}
@media screen and (min-width:1900px){
    .topmenu li {
		padding: 0 15px;
	}
}
@media (min-width: 1401px) and (max-width: 1600px) {
	.topmenu li a {
		font-size: 11px;
	}
}
@media screen and (min-width:1920px){
	header.header-top{
		min-height:240px;
	}
}
@media (min-width: 1601px) and (max-width: 1900px) {
	.topmenu li a {
		font-size: 12px;
	}
}
@media (min-width: 1901px) and (max-width: 4000px) {
	.topmenu li a {
		font-size: 12px;
	}
}

.icon-menu {
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-menu.icon-search {
    background-image: url('../images/search-icon.svg');
    width: 17px;
    height: 17px;
    top: 19px;
}
.tertiary.menu.nav {
    border:1px solid #fff;
    border-radius:10px;
}
.tertiary.menu.nav li a:hover:before{
    display:none;
}
.tertiary.menu.nav li.item-search{
    position:relative;
    padding:0 20px;
}
.tertiary.menu.nav li.item-search::before{
    content:'';
    display: block;
    width:1px;
    height:30px;
    background: #fff;
    position: absolute;
    left:0;
    top:10px;
}
h3.site-title{
    text-transform: uppercase;
    color:#fff;
    font-size: 22px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    display:none;
    position: relative;
	margin-bottom: 0;
}
h3.site-title > a{
	color:#fff;
	text-decoration: none;
}

.logo-wrap{
    gap:3px;
    flex-direction:column;
}
@media screen and (min-width:1380px){
    h3.site-title{
        display:block;

    }
}
@media screen and (min-width:1600px){
    h3.site-title{
        font-size: 28px;

    }
	.logo-wrap{
		gap:20px;
        flex-direction: row;
    }
}
@media screen and (min-width:1800px){
    
    h3.site-title{
        padding:0 20px;
    }
    h3.site-title:before{
        content:'';
        display: block;
        width:1px;
        height:50px;
        background: #fff;
        position: absolute;
        left:0;
        top:-6px;
    }
}
@media screen and (min-width:1860px){
    h3.site-title{
        font-size:36px;
        line-height: 36px;
    }
}

.topmenu .menu-item .sub-menu {
    display: block;
    padding: 0;
    background: #330872;
    list-style: none;
	padding-bottom:30px;
}
.topmenu .menu-item:hover .sub-menu {
    display: block;
}
.topmenu .menu-item .sub-menu li{
	padding-left:30px;
}

@media screen and (min-width: 1200px) {
    .topmenu .menu-item .sub-menu {
        display: none;
		position: absolute;
		background: #151f6d;
    }
	.topmenu .menu-item .sub-menu li{
		padding-left:0px;
	}
}

/*Language Dropdown*/
.language-block{
	background:#00A6E2;
	padding: 10px 30px;
	margin-bottom:20px;
	border-radius:0 0 10px 10px;
	display:flex;
	gap:30px;
	font-family: 'nohemisemi_bold';
	font-size: 13px;
	text-transform: uppercase!important;
	color:#fff;
}
.lang-info{
	padding-left:30px;
	position: relative;
}
.lang-info:after{
	content:'';
	display:block;
	position: absolute;
	top: 4px;
    left: 0;
	width:25px;
	height: 20px;
	background-image: url('../images/icon-lang-info.svg');
	background-repeat: no-repeat;
	background-size: contain;
  }
.drop-block{
	
}
.dropbtn {
	background-color: #00A6E2;
	color: white;
	border: none;
	cursor: pointer;
	text-transform: uppercase!important;
	padding-right:20px;
	position: relative;
  }
  .dropbtn:after{
	content:'';
	display:block;
	position: absolute;
	top: 10px;
    right: 0;
	width:12px;
	height: 15px;
	background-image: url('../images/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: #00A6E2;
  }
  
  .drop-block {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #00A6E2;
	min-width: 20px;
	overflow: auto;
	z-index: 1000;
  }
  
  .dropdown-content a {
	color: #fff;
	padding: 2px 15px;
	text-decoration: none;
	display: block;
  }
  
  .drop-block a:hover {background-color: #84329B;}
  
  .show {display: block;}

  @media screen and (max-width:480px){
   .lang-info span{
	display:none;
   }
}