*,
body,
ul,
ul li {
    padding: 0;
    margin: 0;
    font-family: "Helvetica";
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.woff"),
        url("../fonts/Poppins-SemiBold.ttf"),
        url("../fonts/Poppins-SemiBold.svg");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.ttf"),
        url("../fonts/Poppins-Light.svg");
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.eot");
    src: url("../fonts/Helvetica.woff"), url("../fonts/Helvetica.ttf"),
        url("../fonts/Helvetica.svg");
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
select {
    display: block;
}
option {
    display: block;
}
.visible-xs {
    display: none;
}
ul li {
    list-style: none;
}
a {
    color: #333;
}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.headeryd .headright button {
    background: none;
}

.dropdown-menu > li > a {
    padding: 10px !important;
    text-align: center;
    font-size: 14px;
}
.fixednav {
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.menu-box {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}
.open i {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 50px;
}
.language-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.language-box {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333333;
    font-size: 21px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #a3c900;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #a3c900;
    border-bottom: 2px solid #a3c900;
    padding-bottom: 20px;
}
.dropdown-item {
    font-size: 14px;
}

.btn-group .dropdown-menu,
#top .list-inline li .dropdown-menu,
#account-box form .dropdown-menu {
    min-width: 110px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -80px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
}
.btn-group .dropdown-menu:before,
.list-inline li .dropdown-menu:before,
#account-box form .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 20px 0px;
}
.footer .foot {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.footer .foot ul {
}
.footer .foot ul h3 {
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}
.footer .foot ul li span {
    display: flex;
    width: 100px;
    height: 60px;
    align-items: center;
    box-sizing: border-box;
}
.footer .foot ul li span a {
    margin-top: 0;
    margin-right: 10px;
}
.footer .foot ul li a {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    display: flex;
}
.footer .foot ul li a:hover {
    color: #a3c900;
}
.footer .foot ul li a i {
    display: inline-block;
    margin-right: 10px;
}
.footer .foot ul li a p {
    margin: 0;
    line-height: 1.2;
}
.footer .foot .newsletter {
    width: 100%;
    display: flex;
    position: relative;
}
.footer .foot .newsletter input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    color: #000;
    background: transparent;
    box-shadow: initial;
    padding-left: 16px;
    font-size: 16px;
    border-radius: 30px;
}
.footer .foot .newsletter button {
    width: 110px;
    height: 55px;
    border-radius: 30px;
    background: #a3c900;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer .copy {
    position: relative;
    padding-bottom: 30px;
}
.footer .copy p {
    font-size: 16px;
    color: #000;
    margin-top: 30px;
}
.footer .copy .pay {
    position: absolute;
    right: 0;
    top: 0;
}
.footer .copy .pay img {
    margin: 0 10px;
}
.headBoxFixed {
    background: #fff;
    position: fixed !important;
    padding-top: 10px;
    top: 0;
}
