<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*****--------------------| HEADER |--------------------*****/

header {
  width: 100%;
  /*
	float: left;
	clear: both;
*/
  position: relative;
  z-index: 99;

  background: #fff;
}

header .container {
  max-width: 1520px;
}
.top_hd {
  padding: 12px 0;
  border-bottom: 1px solid #e9e5e5;
}
.top_left {
  font-size: 18px;
  font-weight: 500;
}
.top_left img {
  margin-right: 10px;
}
.top_right a {
  margin-left: 20px;
}
.menu-link li span.hidden {
  display: none;
}
.top_hd_content {
  padding: 0;
}
.hd_phone {
}
.hd_phone span {
  display: block;
  font-size: 16px;
  color: #0a0a0a;
}
.hd_phone {
  font-size: 26px;
  color: #0073bc;
  font-weight: bold;
  font-family: "Rajdhani";
  border-left: 1px solid #e2e2e2;
  margin-left: 20px;
  padding-left: 20px;
}
.menu-link li:first-child a i {
  font-size: 20px;
}
.top_menu {
  padding-top: 0px;
}
.menu-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.menu-link ul li {
  padding: 53px 0;
  height: 100%;
  margin-right: 48px;
  position: relative;
  position: static;
}
.menu-link ul li.menu-item-861 a {
  border: 0px;
  line-height: 20px;
  padding: 8px 0;
}
.submenu .menu_text .prod_title {
  /* font-size:18px; */
  font-size: 19px;
  margin-bottom: 0;
}
header .container {
  position: static;
}

.menu-link ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  position: relative;
}

.menu-link ul li:hover &gt; a,
.menu-link ul li.active &gt; a {
  color: #f17013;
}
.menu-link .menu {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.menu-link .menu li:hover &gt; i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-link .menu .shop-menu a {
  display: flex;
  align-items: center;
}
.menu-link .menu .menudrop {
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -3px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #000;
  background: transparent;
  font-weight: 600;
}

.menu-link .submenu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  text-align: left;
  border-radius: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  top: 80%;
  display: block;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
  left: -75%;
  width: 100%;
  left: 0;
  border-radius: 0;
  padding: 50px 50px;
}

.menu-link ul li.has-sub &gt; a:after {
  content: "";
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -56px;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 11px;
  border-left-width: 11px;
  border-bottom: 12px solid #f17013;
  opacity: 0;
}
.menu-link ul li.has-sub:hover &gt; a:after {
  opacity: 1;
}
.menu-link .submenu {
  margin: 0 auto;
}
.left_menu {
  width: 300px;
  float: left;
  padding: 25px 50px 25px;
}
.right_menu_img {
  width: calc(100% - 300px);
  float: left;
}

.menu-link .menu li:hover &gt; .submenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: all;
}

.menu-link .submenu li {
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  float: left;
  color: #000;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 10px;
  margin: 0;
}
.menu-link .submenu li .menu-img,
.menu-link .submenu li .menu_text {
  width: 50%;
  float: left;
}
.menu_text .prod_title {
  color: #0a0a0a;
  font-size: 26px;
  font-family: "Rajdhani";
  font-weight: bold;
  margin-bottom: 7px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.menu_text span {
  color: #616161;
  font-size: 16px;
  line-height: 26px;
  display: block;
  font-weight: normal;
}
.menu-link .submenu li a {
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.menu_text {
  padding-left: 20px;
}
.menu-link .submenu li a {
  position: relative;
}

.menu-link .submenu li:hover:before,
.menu-link .submenu li.active a:before {
  /*  transform: translateX(0); */
  width: 100%;
}
.menu-link .submenu li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
.menu-link .submenu li:hover .prod_title,
.menu-link .submenu li:hover a,
.menu-link .submenu li.active .prod_title {
  color: #f16f12;
  border-color: #f16f12;
}

.main-menu .container {
  position: static;
}

.menuoverlay {
  position: relative;
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
}

.menuoverlay:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.btn_dark img.hidden,
.top_mb_view {
  display: none;
}

.scrollbar {
  overflow-y: scroll;
}
.brand_list .submenu ul {
  max-width: 1280px;
  margin: 0 auto;
}
.brand_list .submenu li .menu_text {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  height: 95px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.brand_list .submenu li {
  margin-bottom: 10px;
}
.brand_list .menu_text .prod_title {
  width: 100%;
}

.menu-link ul &gt; li:hover &gt; a &gt; i.menudrop {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*.menuoverlay .req_block { z-index: 0;}*/

/*inner page styles*/

/* breadcums */
.bread_sec {
  padding: 135px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.bread_sec:before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 50%);
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.pg_tit.title_xlg {
  font-size: 50px;
  color: #fff;
  text-align: center;
  z-index: 1;
  margin-bottom: 5px;
}
ul.woo_breadcums {
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
ul.woo_breadcums li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
ul.woo_breadcums li span {
  padding: 0;
}
ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 28px 0 0;
  color: #fff;
  font-weight: 500;
}
ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  font-family: "FontAwesome";
  width: 15px;
  height: 3px;
  background: #f16f12;
  top: 9px;
  right: -24px;
}
.bread_sec.service_banner {
  padding: 151px 0;
}

.mb50 {
  margin-bottom: 50px;
}
.mb35 {
  margin-bottom: 35px;
}

/*inner page section styles*/
.inpage {
  width: 100%;
  padding: 70px 0;
  background: #fff;
  display: inline-block;
}

.nav-wrapper {
  display: none;
}

.browese_hamp {
  position: relative;
  margin-right: 80px;
  margin-left: 45px;
}

.fixed-header header {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 23%);
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: headfadeIn;
  animation-name: headfadeIn;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%;
  top: 0;
  z-index: 99;
}
.fixed-header .hd_logo img {
  max-width: 140px;
}

/*STICKY HEADER*/
.fixed-header #section_header {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: headfadeIn;
  animation-name: headfadeIn;
  -moz-animation-name: headfadeIn;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
}
@-webkit-keyframes headfadeIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
  }
}
@keyframes headfadeIn {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

/*responsive styles*/

@media (max-width: 1500px) {
  .menu-link ul li {
    margin-right: 38px;
  }
}

/* Super Large devices (large desktops, less than 1600px) */
@media (max-width: 1439px) {
  .menu-link ul li {
    margin-right: 24px;
  }
  .menu_text .prod_title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .menu_text span {
    font-size: 14px;
    line-height: 26px;
  }
  .menu_text {
    padding-left: 12px;
  }
  .menu-link .submenu li {
    padding: 0 5px;
  }
  .menu-link .submenu {
    padding: 50px 30px;
  }
}
@media (max-width: 1360px) {
  .left_logo {
    width: 200px;
  }
  .right_menu {
    width: calc(100% - 220px);
  }
  .menu-link ul li {
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .inpage {
    padding: 60px 0;
  }

  .hd_phone {
    margin-left: 8px;
    padding-left: 5px;
  }

  .left_logo {
    width: 190px;
  }

  .right_menu {
    width: calc(100% - 190px);
  }

  .menu_btn [class*="btn_"] {
    width: 180px;
    padding: 8px 10px;
  }

  .menu-link ul li a {
    font-size: 15px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 1199px) {
  .menu_btn {
    padding-right: 60px;
  }

  html.menuhidden {
    position: fixed;
    overflow-y: hidden;
  }
  .togglebtn span {
    position: relative;
    display: inline-block;
    margin-top: 9px;
    vertical-align: top;
  }
  .togglebtn span::before {
    top: -8px;
  }
  .togglebtn span::after {
    top: 8px;
  }
  .togglebtn span::before,
  .togglebtn span::after {
    content: "";
    position: absolute;
    left: 0;
  }
  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 22px;
    height: 2px;
  }
  .togglebtn span {
    width: 30px;
  }
  .togglebtn span::before {
    width: 30px;
    left: auto;
    right: 0;
  }
  .togglebtn span::after {
    width: 30px;
    right: 0;
    left: auto;
  }
  .togglebtn {
    position: fixed;
    right: 15px;
    top: 37px;
    display: block;
    text-align: right;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;
    padding: 6px 6px;
    background: transparent;
  }
  /*
    .togglebtn.active { 
    width: 36px; height: 36px;
    }
    
*/
  .togglebtn.active span::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    top: 0;
  }
  .togglebtn.active span::after {
    -webkit-transition-delay: 0.09s;
    top: 0;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  .togglebtn.active span {
    background: transparent;
  }

  .togglebtn.active span::after,
  .togglebtn.active span::before,
  .togglebtn.active span {
    width: 26px;
    margin-top: 5px;
  }
  .togglebtn.active:before {
    content: none;
  }
  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    background-color: #2d2601;
  }
  .togglebtn.active span::before,
  .togglebtn.active span::after {
    background-color: #2d2601;
  }

  .menu-link .menudropdown-list .item-container {
    display: none;
  }
  .left_logo {
    width: auto;
  }
  .logo-left {
    display: inline-block;
    max-width: 135px;
    padding: 5px 0;
  }
  .top_left,
  .top_right {
    font-size: 15px;
  }

  .hd_btn {
    padding-right: 65px;
    padding-left: 0;
    margin: 0;
    border: 0;
  }
  .hd_btn .btn_dark {
    height: 40px;
    padding: 13px 15px;
  }
  .menu-link {
    position: fixed;
    top: 113px;
    bottom: 0;
    right: 0;
    width: 350px;
    z-index: 100;
    background-color: #0073bc;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    max-width: 100%;
    padding: 10px 0;
    overflow-y: auto;

    display: block;
  }

  #hamburger-icon.active .line {
    background: #f57921;
  }

  .menu-link.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    overflow-y: scroll;
    height: calc(100% - 85px);
  }

  .menu-link .menu {
    display: block;
    height: auto;
    width: 100%;
  }
  .menu-link .menu &gt; li {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    padding: 0 15px;
  }
  .menu-link li:first-child a i {
    display: none;
  }
  .menu-link li span.hidden {
    display: block;
  }

  .menu-link .menu &gt; li a {
    /* font-size: 18px; */
    font-size: 22px;
    display: block;
    align-items: inherit;
    padding: 12px 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
  }
  .menu-link ul li:hover &gt; a,
  .menu-link ul li.active &gt; a {
    /* color: #000000; */
    color: #9cf9fe;
  }
  .menu-link .menu li.hidden {
    display: block !important;
  }
  .menu-link .menu .bars {
    display: none !important;
  }

  .menu-link .menu li:hover .submenu {
    transform: none;
    visibility: inherit;
    opacity: unset;
    pointer-events: inherit;
  }

  .menu-link .submenu {
    position: static;
    box-shadow: none;
    height: auto;
    display: none;
    opacity: unset;
    visibility: inherit;
    transform: none;
    padding: 20px 0;
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
  }

  .menuhidden {
    position: fixed;
    overflow-y: hidden;
  }

  .menuhidden .overlay.active {
    display: block;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all ease-out 0.3s;
    z-index: 11;
  }

  .top_hd {
    border-bottom: 0;
  }
  .left_logo img {
    max-width: 215px;
    padding: 5px 0;
  }
  .menu-link .menu .menudrop {
    position: absolute;
    right: 10px;
    margin: 0;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    line-height: 18px;
    color: #ffffff;
  }
  .right_menu_img {
    display: none;
  }
  .left_menu {
    width: 100%;
    padding: 0 55px;
  }
  .menu-link ul li.has-sub &gt; a:after {
    content: none;
  }
  .menu-link .submenu {
    left: 0;
    padding: 0;
    background: transparent;
  }
  .menu-link .submenu li a {
    padding: 0 0 0 0px;
    font-size: 16px;
    border: 0;
  }
  .menu-link .submenu li a:before {
    /*content: "";*/
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    /* background: #9cf9fe; */
    background: transparent;
    border: 2px solid #fff;
  }
  .menu-link .submenu li:hover:before,
  .menu-link .submenu li.active a:before {
    width: 6px;
  }
  .menu-link .submenu li {
    padding: 4px 50px;
    width: 100%;
	}
 .menu-link .new_header_menu .submenu ul.sub_menulink li {
	border-bottom: 1px solid rgb(255 255 255 / 22%)!important;
  }

  .inpage {
    padding: 50px 0;
  }
  .menu-img,
  .menu_text span {
    display: none;
  }
  .menu_text .prod_title {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "Proxima Nova Rg";
    font-weight: 600;
    color: #fff;
  }
  .submenu ul {
    display: inline-block;
  }
  .top_hd_content {
    padding: 0 0 10px;
  }

  .brand_list .submenu li .menu_text {
    height: auto;
    padding: 0 0 0 20px;
    justify-content: flex-start;
    text-align: left;
  }
  .brand_list .submenu li {
    margin-bottom: 0;
  }
  .menu_text {
    padding-left: 20px;
  }
  .menu-link ul li {
    margin-right: 0px;
  }
  .menu-link ul li.menu-item-861 a {
    font-size: 18px;
    display: block;
    align-items: inherit;
    padding: 12px 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
  }
  .right_menu {
    width: auto;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 1024px) {
  header .container {
    max-width: 100%;
  }
  .top_right.flexdiv.align-item {
    padding-right: 50px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  .menu_btn .btn_orange,
  .hd_phone {
    font-size: 0;
    width: auto;
    padding: 8px 7px;
    width: 50px;
    height: 50px;
  }
  .arrow-img,
  .hd_phone span {
    display: none;
  }
  .quote_icon.hidden,
  .mb_ph.hidden {
    display: block;
    margin: 5px auto;
  }
  .hd_phone {
    background: #0073bc;
    outline: 1px solid rgb(255 255 255 / 60%);
    outline-offset: -4px;
  }
  .hd_phone img {
    filter: brightness(100);
  }
  .menu_btn {
    padding-right: 47px;
  }
}

@media (max-width: 700px) {
  .inpage {
    padding: 30px 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 580px) {
  .togglebtn {
    top: 25px;
  }
  .menu-link {
    top: 89px;
    width: 100%;
  }
  .left_logo img {
    max-width: 160px;
    padding: 5px 0;
  }

  .bread_sec {
    padding: 45px 0;
  }
  .pg_tit.title_xlg {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .menu_btn .btn_orange,
  .hd_phone {
    width: 38px;
    height: 38px;
  }
  .left_logo img {
    max-width: 125px;
    padding: 5px 0;
  }
  .togglebtn {
    top: 16px;
  }
  .menu-link {
    top: 67px;
    width: 100%;
  }
  .quote_icon.hidden,
  .mb_ph.hidden {
    display: block;
    margin: 0px auto;
  }
  .top_hd_content {
    padding: 0 0 3px;
  }
}
@media (max-width: 360px) {
  /*.menu_btn .btn_orange, .hd_phone { width: 45px;height: 45px;}*/
}
</pre></body></html>