/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


body {
    min-width: 320px;
    overflow-x: hidden;
}

body.lock {
    overflow: hidden;
}

/*start header============*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
	overflow: hidden;
    z-index: 9999;
}

.header * {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}


.header__logo img{
	display: none;
}
.header__logo2 {
    display: block !important;
}
.home .header__logo2 {
    display: none !important;
}
.home .header__logo img{
	display: block;
}
.header__inner {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    margin: 0 45px 0 0;
    max-width: 170px;
    width: 100%;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: linear, 2s;
    -o-transition: linear, 2s;
    transition: linear, 2s;
}

.header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header nav a {
    color: #031D3B;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header nav a:hover {
    -webkit-text-decoration-color: #003575;
    text-decoration-color: #003575;
}

.header nav li + li {
    margin: 0 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid #003575;
}

.home .header nav li + li {
    margin: 0 0 0 15px;
    padding-left: 15px;
    border-left: 1px solid rgb(255 255 255 / 30%);
}

.home .header.sticky nav li + li, .header.active nav li + li {
    border-left: 1px solid #003575;
}

.header__languege {
    width: fit-content;
    margin: 0 24px 0 auto;
}

.header__languege-child {
    padding: 0 0 0 10px;
    position: relative;
    cursor: pointer;
}

.header__languege-child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background-image: url("/media/wp-content/themes/umedia/img/arrow-drop.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 17px;
}

.header__languege-child:hover .header__languege-dropdown {
    z-index: 10;
    width: 100%;
    left: 0;
    top: 48px;
    padding: 0 0 0 13px;
}

.header__languege-child:hover .header__languege-dropdown li {
    padding: 5px 0;
}

.header__languege-child:hover .header__languege-dropdown-wrap {
    background-color: #fff;
    display: block;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 39px;
    padding: 13px 0 13px 0;
    border-radius: 0 0 5px 5px;
}

.header__languege-child > span {
    line-height: 48px;
}

.header__languege-dropdown-wrap {
    position: absolute;
    display: none;
}

.header__languege-dropdown li:hover {
    color: #50C6FF;
}

.wpml-ls-current-language {
    font-weight: 700;
}

.header__search {
    margin: 0 30px 0 0;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.header__search img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: none;
}

.header__search .header__search2 {
    display: block;
}

.home .sticky .header__search img {
    display: none;
}

.home .sticky .header__search .header__search2 {
    display: block;
}

.home .header__search img {
    display: block;
}

.home .header__search .header__search2 {
    display: none;
}

.header .btn {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003575;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #013575;
    height: 50px;
    white-space: nowrap;
}



.header__menu-btn {
    padding: 0;
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    border: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__menu-btn span {
    display: block;
   margin: 0 auto 0 0;
    width: 75%;
    height: 2px;
    background-color: #003575;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__menu-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 2px;
    background-color: #003575;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__menu-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003575;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.header__menu-btn.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 9px;
}

.header__menu-btn.active span {
    opacity: 0;
}

.header__menu-btn.active::before {
	width: 100%;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home .header {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.home .header .socciall {
    margin: 0 100px 0 auto;
}

.home .header .header__languege {
    width: fit-content;
    margin: 0 20px 0 auto;
}

.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
}

.home .header > img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

/* .home .header .header__languege-child::before {
    background-image: url("/media/wp-content/themes/umedia/img/arrow-drop2.svg");
} */

.home .header .header__languege a,
.home .header .header__languege span {
    color: #fff;
}

.home .header .header__languege-child:hover .header__languege-dropdown-wrap {
    background-color: transparent;
}

.home .header .btn {
    background-color: transparent;
    border: 1px solid #979c9e;
    color: #fff;
    height: 50px;
    white-space: nowrap;
    font-size: 14px;
}

.home .header .header__menu-btn span {
    margin: 0 auto 0 0;
    width: 75%;
    background-color: #fff;
}

.home .header .header__menu-btn::before {
    width: 45%;
    background-color: #fff;
}

.home .header .header__menu-btn::after {
    background-color: #fff;
}

.home .header .header__menu-btn.active::before {
    width: 100%;
}

.home .header.sticky, .header.active {
    background-color: white;
}

.home .header.sticky .header__languege-child::before,
.header.active .header__languege-child::before{
    background-image: url("/media/wp-content/themes/umedia/img/arrow-drop.svg");
}

.home .header.sticky .header__logo img,
.header.active .header__logo img{
    display: none;
}

.home .header.sticky .header__logo2,
.header.active .header__logo2{
    display: block !important;
}

.home .header.sticky > img,
.header.active > img{
    display: none;
}

.home .header.sticky .socciall svg path,
.header.active .socciall svg path{
    fill: #022042;
}
/* 
.home .header.sticky .header__languege a,
.home .header.sticky .header__languege span {
    color: #022042;
}

.home .header.sticky .header__languege-child:hover .header__languege-dropdown-wrap {
    background-color: #fff;
} */

.home .header.sticky .btn,
.header.active .btn{
    background-color: #003575;
    color: #fff;
}

.home .header.sticky .header__search img,
.header.active .header__search img{
    display: none;
}

.home .header.sticky .header__search2,
.header.active .header__search2{
    display: block !important;
}

.home .header.sticky .header__menu-btn::before,
.header.active .header__menu-btn::before{
    background-color: #003575;
}

.home .header.sticky .header__menu-btn::after,
.header.active .header__menu-btn::after{
    background-color: #003575;
}

.home .header.sticky .header__menu-btn span,
.header.active .header__menu-btn span{
    background-color: #003575;
}

.home .header  nav a {
	color: #fff;
}
.home .header .wpml-ls-legacy-dropdown-click a{
	background-color: transparent;
}
.header__languege-child::before {
   display: none !important;
}
.header >p{
	display: none;
}
.home .header >p{
	padding: 0 30px;
	position: relative;
	margin: 0 auto;
	display: block;
	width: fit-content;
	font-size: 22px;
    font-weight: 500;
    line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.home .header >p::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: 100%;
  height: 2px;
  width: 200vh;
  background-color: #fff;
}
.home .header >p::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 100%;
  height: 2px;
  width: 200vh;
  background-color: #fff;
}

.header.sticky >p,
.header.active >p{
	display: none !important;
}
.home .header.sticky nav a,
.header.active nav a{
	color: #031D3B;
}
.home .header.sticky .header__languege a, 
.home .header.sticky .header__languege span,
.header.active .header__languege a,
.header.active .header__languege span{
    color: #031D3B;
}
/*end header============*/
/*start menu==========*/
.u-menu {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    padding: 45px 0 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #f7f9fa;
    height: calc(100vh - 90px);
    overflow: auto;
}

.menu__box {
    display: none;
}

.menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__coll {
    margin: 0 15px 0 0;
}

.menu__coll:last-child {
    margin: 0;
}

.u-menu span {
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #003575;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.u-menu ul li {
    margin: 0 0 20px 0;
}

.menu__coll > p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.u-menu ul a {
    color: #003575;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.u-menu ul a:hover {
    -webkit-text-decoration-color: #003575;
    text-decoration-color: #003575;
}

.u-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 999;
}

/*end menu==========*/
/*start socciall===========*/
.socciall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.socciall li + li {
    margin: 0 0 0 30px;
}

.socciall li:first-child {
    margin: 0;
}

.socciall svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.socciall svg:hover path {
    fill: #3578c9;
}

/*end socciall===========*/
/*start search================*/
.usearch {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    padding: 35px 0;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    z-index: 999999;
}

.search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search__input-wrap {
    margin: 0 65px 0 0;
    width: 100%;
    height: 50px;
    padding: 7px 80px 7px 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #003575;
    border-radius: 6px;
    background-color: white;
}

.search__input-wrap input {
    height: 100%;
    padding: 0;
    border: none;
    width: 100%;
    color: #031d3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.usearch .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003575;
    color: #fff;
    text-transform: uppercase;
}

.search__close {
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.usearch.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wpml-ls-legacy-dropdown-click a{
	width: 60px;
	border: none;
}

.header__languege *{
	outline: none !important;
	border: none !important;
}

/*end search================*/




@media (max-width: 1400px) {
    .header nav a {
        font-size: 14px;
    }
    .header nav li + li {
        margin: 0px 0 0 10px;
    }
    .header__logo {
        margin: 0 45px 0 0;
        max-width: 140px;
        width: 100%;
    }
    .header .btn {
        font-size: 14px;
    }
    .header__search {
        margin: 0 12px 0 0;
    }
}
@media (max-width: 1200px){
	.header nav{
		display: none;
	}
	.home .header .header__languege {
		width: fit-content;
		margin: 0 24px 0 auto;
	}
}
@media (max-width: 992px) {
	.u-menu{
        padding: 0 0 30px 0;
	}
	.home .header >p {
		font-size: 16px;
	}
	.header .btn{
		height: 30px !important;
	}
    .header nav,
    .header__languege,
    .header__search,
    .header--transparent > img,
    .header--transparent .socciall {
        display: none;
    }
    .header .btn {
        margin: 0 25px 0 auto;
    }
    .header--transparent .btn {
        height: 30px;
    }
    .menu__box {
        height: 60px;
        margin: 0 0 20px 0;
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #003575;
    }
    .menu__lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu__lang a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px 0 0;
        color: #003575;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .menu__lang a.active {
        font-weight: 700;
    }
    .menu__form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu__form input {
        width: 100%;
        height: 30px;
        border: 1px solid #003575;
        border-radius: 5px;
    }
    .menu__form .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #003575;
        height: 30px;
        color: #fff;
        text-transform: uppercase;
    }
    .menu__input-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px 0 0;
        width: 100%;
    }
    .u-menu ul li {
        margin: 0 0 10px 0;
    }
    .socciall li + li {
        margin: 0 0 0 30px;
    }
    .menu__coll {
        width: 45%;
        margin: 0 0 40px 0;
    }
    .menu__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__inner {
        height: 50px;
    }
    .u-menu {
        top: 50px;
        height: calc(100vh - 50px);
    }
    .u-menu span,
    .u-menu ul li:nth-child(1) a {
        font-size: 14px;
    }
    .u-menu ul a {
        font-size: 14px;
    }
    .u-menu .wpml-ls-native {
        margin-bottom: 0;
        font-weight: 400;
    }
    .u-menu .wpml-ls-current-language .wpml-ls-native {
        font-weight: 700;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px 0 5px;
    }
    .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }
	
}

@media (max-width: 768px) {
    .menu__coll {
        width: 100%;
    }
    .header .btn {
        font-size: 12px;
    }
    .home .header .btn {
        font-size: 12px;
    }
    .header .btn span {
        display: none;
    }

    .menu__coll > p {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .u-menu ul li {
        margin: 0 0 3px 0;
        line-height: 1;
    }
    .menu__coll {
        margin-bottom: 10px;
    }

    .socciall li {
        margin-right: 5px !important;
    }
    .u-menu .wpml-ls-native {
        margin-bottom: 0;
        font-weight: 400;
    }
    .u-menu .wpml-ls-current-language .wpml-ls-native {
        font-weight: 700;
    }
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px 0 5px;
    }
    .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }

}
