*{
    margin: 0;
    border: 0;
    padding: 0;
}

.svgsprite{
    display: none;
}

.rn--top-header{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 150px;
    box-sizing: border-box;
}

.rn--top-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    box-sizing: border-box;
}

.rn-left-con-icon{
    height: auto;
    display: flex;
    justify-content: space-between;
}

.rm-icon-box{
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}

.rn-wp-icon{
    width: 30px;
    height: 30px;
    border: 1px solid #327f06;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rn-wp-icon .t_icon{
    align-self: center;
    color: #327f06;
}

.rn-wp-text{
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Nunito";
    padding: 0 10px;
    margin-top: 7px;
    font-weight: bold;
}

.rn-right-con-icon nav{
    margin-top: 8px;
}

.rn-right-con-icon nav a{
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    color: black;
}

.rn-right-con-icon nav a:hover{
    color: #327f06;
    transition: .2s ease;
}

.rm--header-block{
    width: 100%;
    height: auto;
    z-index: 8000 !important;
    position: relative;
    background-color: transparent;
    padding: 0 150px;
    box-sizing: border-box;
}

.is-sticky{
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #eee;
    background: white;
    width: 100%;
    transition: all .8s ease;
}

.is-sticky .rn-logo{
    margin-top: 2px;
}

.is-sticky .rn-nav nav a{
    color: black;
}

.is-sticky .rn-auth .lang select{
    background: white;
    border-bottom: 1px solid #000;
    color: black !important;
}

.is-sticky .rn-auth .lang nav a{
    color: black !important;
}

.is-sticky .rn-auth .create-account nav{
    background: #327f06;
}

.is-sticky .rn-auth .create-account nav a{
    color: white !important;
}

.is-sticky .rn-nav nav a:hover{
    color: #327f06;
}

header{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    box-sizing: border-box;
}

.rn-logo{
    margin-top: 5px;
    height: 35px;
}

.rn-logo img{
    width: 200%;
    height: 100%;
    object-fit: cover;
}

.rn-nav{
    margin-top: 14px;
}

.rn-nav nav a{
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: white;
    font-size: 14px;
    font-family: "Nunito";
     -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 3px;
    font-weight: bold;
}

.rn-nav nav a:hover{
    transition: .2s ease;
    border-radius: 3px;
    color: white;
    cursor: pointer;
}

.rn-nav nav a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.rn-nav nav a:hover:before,.rn-nav nav a:focus:before, span:active:before {
  right: 0;
}

.rn-auth{
    display: flex;
    justify-content: space-between;
}

.rn-auth .create-account nav{
    margin: 0 10px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    margin-top: 4px;
}

.rn-auth .create-account nav a{
    text-decoration: none;
    letter-spacing: 1px;
    color: #327f06;
    font-size: 13px;
    font-family: "Nunito";
}

.rn-auth .lang nav{
   margin-top: 0;
}

.skiptranslate select {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 40px;
    border: none;
    outline: none;
    background: #fff;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: "Nunito";
}

#google_translate_element {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}


#goup {
    position: fixed;
    bottom: 100px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-color: #327f06;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    z-index: 8000;
    box-shadow: 0 8px 16px 0 rgba(255,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

#goup:hover {
    box-shadow: 0 8px 16px 0 rgba(255,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    background-color: white;
    transition: .2s ease;
}

#goup:hover .s_icon{
    color: #327f06;
    transition: .2s ease;
}

#goup .s_icon {
    color: white;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.sidenav{
    display: none;
}

.rn-menu{
    display: none;
}