<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-pos {
  height: 184px;
}
.header-bottom-info {
  height: 44px;
  background: var(--themeColor);
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.meneSetting .menuIcon {
  color: #ffffff;
}
.meneSetting .menuIcon:hover {
  color: var(--blackColor);
}
.menuXs {
  display: none;
}

header {
  position: sticky;
  top: -44px;
  z-index: 999;
}

.headerFlex {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  width: calc(100vw - 80px);
  margin: 0 auto;
  line-height: 20px;
  font-size: 14px;
  padding-top: 18px;
  margin-bottom: 18px;
}
.headerLeft {
  display: flex;
  align-items: center;
}
.headerLeft a {
  color: rgb(255, 255, 255);
}
.headerLeft a:hover {
  color: var(--blackColor);
}
.headerLeft i {
  font-size: 18px;
  margin-right: 5px;
}
.headerLeft .icon-ic_phone {
  margin-left: 30px;
}
.headerCenter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.headerRight {
  display: flex;
  align-items: center;
}
.headerRight a {
  white-space: nowrap;
  color: rgb(255, 255, 255);
  margin-right: 12px;
}
.headerRight a:hover {
  color: var(--blackColor);
}
.headerRight a:hover i {
  color: var(--blackColor);
}
.headerRight a i {
  font-size: 18px;
  color: rgb(255, 255, 255);
}
.headerRight a .icon-ic_siteMap {
  font-size: 16px;
  margin-right: 5px;
  margin-left: 18px;
}
.header-bottom-area {
  width: 100%;
  z-index: 999;
  background: var(--themeColor);
  height: 140px;
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}

.logo {
  padding: 0;
  text-align: left;
}
.logo a {
}
.logo a img {
  width: 150px;
  height: 60px;
  object-fit: cover;
}
.main-menu {
  border-top: 1px solid #ededed;
  height: 44px;
}
.main-menu ul {
  text-align: left;
  width: calc(100vw - 80px);
  margin: 0 auto;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.main-menu ul li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Rubik", "Open Sans", sans-serif;
}
.main-menu ul li .main-menu-item {
  padding-bottom: 8px;
}
.main-menu ul li:hover .main-menu-item {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.main-menu ul li ul li a {
  font-weight: 400;
}
.main-menu ul li ul {
  left: 0;
  top: 46px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 250px;
  margin-top: 0;
  display: block;
  padding: 10px 0;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.main-menu ul li ul li {
  display: block;
  margin: 0;
  text-align: left;
}
.main-menu ul li ul li:last-child {
  border: 0;
}

.main-menu ul li ul li a {
  color: var(--blackColor);
  display: block;
  font-size: 14px;
  padding: 9px 20px;
  position: relative;
  text-transform: uppercase;
}
.main-menu ul li ul li a:hover {
  color: var(--button);
}
.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-bottom-area .container .row &gt; div {
  position: static;
}
.main-menu ul li.static {
  position: static;
}
.inner-container {
  position: relative;
}
.main-menu ul li .mega-menu {
  background-color: #ffffff;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  text-align: left;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.main-menu ul li .mega-menu-2 {
  background-color: #ffffff;
  left: -500px;
  margin: 0;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  text-align: left;
  top: 130%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 923px;
  z-index: 9999;
}
.main-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li .mega-menu span {
  float: left;
  padding-right: 30px;
  width: 24.6%;
}
.main-menu ul li .mega-menu span a.mega-title {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu ul li .mega-menu span a {
  color: #444;
  display: block;
  font-weight: 400;
  padding: 8px 0;
  text-transform: capitalize;
}
.main-menu ul li:hover .mega-menu span a {
  color: #444;
}
.main-menu ul li:hover .mega-menu span a:hover {
  color: var(--button);
}
.main-menu ul li .mega-menu span.mega-menu-img {
  padding-right: 0;
  width: 26%;
}
.main-menu ul li .mega-menu .mega-left {
  float: left;
  width: 75%;
}
.main-menu ul li .mega-menu .mega-left span {
  width: 33.33%;
}
.main-menu ul li .mega-menu .mega-right {
  float: right;
  width: 25%;
}
.main-menu ul li .mega-menu .mega-right span {
  width: 100%;
  padding-right: 0;
}
.header-search {
  display: inline-block;
  position: relative;
}
.header-search &gt; i {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
}
.header-search form {
  position: relative;
}
.header-search form input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  color: #999999;
  font-size: 16px;
  height: 40px;
  padding-left: 20px;
  width: 100%;
}
.header-form {
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 350px;
  z-index: 2;
}
.header-form form {
  margin: 0;
}
.header-search form button {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  color: var(--blackColor);
  height: 36px;
  position: absolute;
  right: 2px;
  top: 2px;
  transition: all 0.3s ease 0s;
  width: 36px;
  border-radius: 50%;
}
.header-search form button:hover {
  color: var(--button);
}
.header-search form button i {
  font-weight: 700;
}
.user-meta {
  position: relative;
}
.user-meta .user-meta-title {
  font-family: "Rubik", "Open Sans", sans-serif;
}
.user-meta &gt; a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 5px;
}
.user-meta &gt; a i {
  margin-left: 5px;
}
.user-meta ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 99999;
}
.user-meta ul li {
  padding: 5px 10px;
  text-align: left;
}
.user-meta ul li a {
  color: var(--blackColor);
  font-size: 14px;
}
.user-meta ul li a:hover {
  color: var(--button);
}
.user-meta:hover ul {
  padding: 10px 0px;
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.header-right {
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0;
  height: 60px;
}
.pad-17 {
  padding: 12px 0;
}
.searchIcon {
  display: none;
}
@media (max-width: 991px) {
  .marginLeft0 {
    margin-left: -15px;
  }
  .marginRight0 {
    margin-right: -15px;
  }
  .menuXs {
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0;
  }
  .navbar-toggler i {
    font-size: 24px;
    color: #ffffff;
  }
  .menuXsList {
    transition-property: opacity, background-color;
    transition-duration: 0.5s;
    width: 100vw;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    box-shadow: 0px 1px 0px 0px #d5d5d5;
    z-index: 1001;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    /* display: none; */
    visibility: hidden;
  }
  .menuXsList #xsMenuClose {
    position: absolute;
    right: calc(10vw - 20px);
    top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
    padding: 10px;
    padding-right: 0;
    line-height: 20px;
  }
  .menuXsTop {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: "Rubik", "Open Sans", sans-serif;
    font-weight: 600;
    color: #1d1d1d;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .menuXsList #searchForm2 {
    width: 100%;
    display: flex;
  }
  .menuXsList #searchForm2 input {
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    color: var(--blackColor);
  }
  .menuXsList #searchForm2 #searchBtn2 {
    height: 40px;
    width: 40px;
    border: none;
    background-color: var(--blackColor);
  }
  .dropdown {
    margin-bottom: 15px;
  }
  .dropdownInput {
    height: 44px;
    border: 1px solid #d5d5d5;
    color: #222222;
    font-size: 16px;
    /* font-family: Raleway-SemiBold, Raleway; */
    font-weight: 600;
    color: #222222;
    line-height: 44px;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
  }
  .navbar-nav {
    transition-property: opacity, left;
    transition-duration: 0.5s;
    margin: 0;
    padding: 20px 10px;
    overflow: auto;
    background-color: #ffffff;
    width: 88vw;
    height: calc(100vh - 0px);
    position: fixed;
    left: -100vw;
    top: 0;
    opacity: 0;
  }
  .nav-item {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    line-height: 24px;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
  }
  .nav-item ul {
    display: none;
  }
  .nav-item.open ul {
    display: block;
  }
  .nav-item.open .dropdown-toggle i {
    transform: rotate(180deg);
  }
  .dropdown-toggle i {
    transition: 0.3s;
    position: absolute;
    right: 5px;
  }
  .nav-item ul li {
    font-weight: 400;
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }
  .user-meta ul {
    right: 0;
    left: auto;
  }
  .user-meta ul li {
    text-align: right;
  }
  .nav-item a {
    color: #222222;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .menuXsList .navbar-nav &gt; li {
    float: none;
  }
  .menuXsList .navbar-nav {
    float: none;
  }
  .headerFlex {
    display: block;
    width: calc(100vw - 30px);
  }
  .logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 40px;
    width: auto;
  }
  .headerFlex .logo img {
    height: 34px;
    width: 85px;
    object-fit: cover;
  }
  .header-bottom-info {
    height: 104px;
    text-align: center;
  }
  .headerLeft {
    margin-bottom: 8px;
    justify-content: center;
  }
  .headerRight {
    justify-content: center;
  }
  .headerCenter {
    position: relative;
    margin-bottom: 8px;
  }
  .header-bottom-area {
    top: 104px;
  }
  .header-bottom-area {
    background: var(--themeColor);
    height: 60px;
  }
  .headerMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    height: 60px;
  }
  .headerMenuLeft {
    padding: 0;
    width: max-content;
  }
  .user-meta .user-meta-title {
    padding: 0;
  }
  .user-meta &gt; a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
  }
  .user-meta &gt; a i {
    margin-left: 2px;
    font-size: 14px;
  }

  .header-search {
    position: static;
  }
  header {
    background: #2d2d2d none repeat scroll 0 0;
    top: -104px;
    height: 164px;
  }
  .header-pos {
    height: 164px;
  }
  .header-search &gt; i {
    font-size: 24px;
    padding: 21px 5px;
  }
  .header-form {
    right: -15px;
    width: 100vw;
    z-index: 99;
    box-shadow: 0px 1px 0px 0px #d5d5d5;
  }
}
</pre></body></html>