@charset "UTF-8";
/* @font-face {
  font-family: 'Poppins-Regular';
  src: url("PalatinolinoTypeRegular");
  src: url("PalatinolinoTypeRegular.eot?#iefix") format("embedded-opentype"), url("PalatinolinoTypeRegular.woff") format("woff"), url("PalatinolinoTypeRegular.ttf") format("truetype"), url("PalatinolinoTypeRegular.svg#PalatinolinoTypeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("PalatinolinoTypeBold.ttf");
  src: url("PalatinolinoTypeBold.eot") format("embedded-opentype"), url("PalatinolinoTypeBold.woff") format("woff"), url("PalatinolinoTypeBold.otf") format("otf"), url("PalatinolinoTypeBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'Poppins-Regular';
  src: url("Poppins-Regular.ttf");
  src: url("Poppins-Regular.eot") format("embedded-opentype"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.otf") format("otf"), url("Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("Poppins-Medium.ttf");
  src: url("Poppins-Medium.eot") format("embedded-opentype"), url("Poppins-Medium.woff") format("woff"), url("Poppins-Medium.otf") format("otf"), url("Poppins-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("Poppins-SemiBold.ttf");
  src: url("Poppins-SemiBold.eot") format("embedded-opentype"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.otf") format("otf"), url("Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("Poppins-Bold.ttf");
  src: url("Poppins-Bold.eot") format("embedded-opentype"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.otf") format("otf"), url("Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


header .header-ad-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
}

header .header-ad-section .main-ads {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-ad-section .main-ads img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 250px;
	object-fit:cover
}
header .header-ad-section .main-ads .g {
  max-width:100% !important;
}


header .main-bar-wrapper {
  background-color: #000;
}

header .main-bar-wrapper .bar-nav .navbar-nav li {
  position: relative;
}

header .main-bar-wrapper .bar-nav .navbar-nav li button {
  color: #fff;
  font-size: 0.75rem;
  font-family: 'Poppins-Regular';
  background-color: transparent !important;
  border: none;
  letter-spacing: 0.4px;
  padding: 8px !important;
}

header .main-bar-wrapper .bar-nav .navbar-nav li a {
  color: #fff;
  font-size: 0.75rem;
  font-family: 'Poppins-Regular';
  position: relative;
  letter-spacing: 0.4px;
}

header .main-bar-wrapper .bar-nav .navbar-nav li .dropdown-toggle::after {
  display: none;
}

header .main-bar-wrapper .bar-nav .navbar-nav li::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #e1e1e1;
  height: 13px;
  position: absolute;
  top: 11px;
  left: auto;
  right: 0;
}

header .main-bar-wrapper .bar-nav .navbar-nav li::after:last-child {
  display: none;
}

header .main-bar-wrapper .bar-nav .navbar-nav .dropdown .dropdown-menu.show {
  border-radius: 0px !important;
  background-color: #000;
  padding: 0px;
  right: auto !important;
  left: -40px !important;
}

header .main-bar-wrapper .bar-nav .navbar-nav .dropdown .dropdown-menu.show li a {
  color: #b3b3b3;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  display: block;
  letter-spacing: 1;
}

header .main-bar-wrapper .bar-nav .navbar-nav .dropdown .dropdown-menu.show li a:hover, header .main-bar-wrapper .bar-nav .navbar-nav .dropdown .dropdown-menu.show li a:focus {
  color: #b3b3b3;
}

header .main-bar-wrapper .bar-nav .navbar-nav .dropdown .dropdown-menu.show li:hover {
  display: block;
}

header .main-bar-wrapper .bar-nav .mega-menu {
  padding-top: 40px;
  border-bottom: 1px solid #474747;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body {
  background-color: #000;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .left-col {
  background-color: #141414;
  padding: 30px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body h3 {
  font-size: 16px;
  color: #f3f4ef;
  margin-bottom: 12px;
  padding-bottom: 15px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body h6 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body ul {
  list-style-type: none;
  padding-left: 0px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body ul .dropdown-item {
  color: #b3b3b3;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body ul .dropdown-item:hover {
  color: #FFA028;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body ul .dropdown-item:hover::after {
  opacity: 1 !important;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body ul .dropdown-item::after {
  display: inline-block;
  content: url("../../images/blueright-arrow.svg");
  height: 15px;
  width: 15px;
  line-height: initial;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  position: absolute;
  top: 4px;
  margin-left: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body p {
  color: #b3b3b3;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .company, header .main-bar-wrapper .bar-nav .mega-menu .card-body .products {
  padding: 0px 15px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .company:nth-child(1) h6, header .main-bar-wrapper .bar-nav .mega-menu .card-body .products:nth-child(1) h6 {
  border-bottom: 1px solid #474747;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul {
  padding-left: 0px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul li {
  list-style-type: none !important;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul li a {
  text-decoration: none;
  color: #b3b3b3;
  font-size: 0.9rem;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul li a:hover {
  color: #FFA028;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul li a:hover::after {
  opacity: 1 !important;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .customers ul li a::after {
  display: inline-block;
  content: url("../../images/blueright-arrow.svg");
  height: 15px;
  width: 15px;
  line-height: initial;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  position: absolute;
  top: 1px;
  margin-left: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: -18px;
  left: auto;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .support .support-content {
  color: #b3b3b3;
  margin-bottom: 4px;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .support .support-content a {
  color: #b3b3b3;
  margin-bottom: 4px;
  text-decoration: none;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul {
  width: 90%;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li {
  padding: 7px 0px;
  border-bottom: 1px solid #474747;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li a {
  font-size: 0.9rem;
  color: #b3b3b3;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li a::before {
  height: 16px;
  width: 16px;
  line-height: initial;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  display: inline-block;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li a:hover {
  color: #FFA028;
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li .fb::before {
  content: url("../../images/facebookIcon.png");
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li .insta::before {
  content: url("../../images/instagramIcon.png");
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li .youtube::before {
  content: url("../../images/youtubeIcon.png");
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li .linkdin::before {
  display: inline-block;
  content: url("../../images/linkedinIcon.png");
}

header .main-bar-wrapper .bar-nav .mega-menu .card-body .socialicon-sec ul li .twitter::before {
  display: inline-block;
  content: url("../../images/twitter.png");
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .sign-btn a {
  padding: .375rem .625rem;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
  font-family: 'Poppins-Regular';
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .sign-btn a:hover {
  color: #ccc;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .subscribe-btn a {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: .375rem .625rem;
  color: #231F20;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 0.9rem;
  font-family: 'Poppins-Regular';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  height: 30px;
  letter-spacing: .2px;
  line-height: 21px;
  gap: 5px;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .subscribe-btn a:hover {
  background-color: #231F20;
  color: #fff;
  border: 1px solid #fff;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .subscribe-btn a:hover svg {
  fill: #fff;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .search-btn button {
  background: none;
  border: none;
  display: block;
}

header .main-bar-wrapper .top-nav-section .top-nav .top-btns .search-btn button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

header .bottom-nav .navbar {
  background-color: #1c1c1c;
}

header .bottom-nav .navbar .live-tab a {
  text-decoration: none;
}

header .bottom-nav .navbar .live-tab a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f34f4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 6px;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Poppins-Regular';
}

header .bottom-nav .navbar .live-tab a span::before {
  content: "•";
  font-size: 24px;
  line-height: 20px;
  margin-right: 4px;
  margin-top: 0px;
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-toggle {
  background: transparent !important;
  border: none !important;
  font-family: 'Poppins-Regular';
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-toggle::after {
  display: none;
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-menu.show {
  border-radius: 0px !important;
  background-color: #000;
  padding: 0px;
  right: auto !important;
  left: -40px !important;
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-menu.show li a {
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  display: block;
  font-family: 'Poppins-Regular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9rem;
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-menu.show li a:hover, header .bottom-nav .navbar .asia-tab .dropdown .dropdown-menu.show li a:focus {
  background-color: #3c3c3c;
  color: #fff;
}

header .bottom-nav .navbar .asia-tab .dropdown .dropdown-menu.show li a svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}

header .bottom-nav .navbar .navbar-nav {
  gap: 5px !important;
}

header .bottom-nav .navbar .navbar-nav li a {
  color: #fff;
  font-size: 0.9rem;
  font-family: 'Poppins-Regular';
  padding-top: 0px;
  padding-bottom: 0px;
}

header .bottom-nav .navbar .navbar-nav li .dropdown-toggle::after {
  display: none;
}

header .bottom-nav .navbar .navbar-nav .dropdown .dropdown-menu.show {
  border-radius: 0px !important;
  background-color: #000;
  padding: 0px;
}

header .bottom-nav .navbar .navbar-nav .dropdown .dropdown-menu.show li a {
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  display: block;
  font-family: 'Poppins-Regular';
}

header .bottom-nav .navbar .navbar-nav .dropdown .dropdown-menu.show li a:hover, header .bottom-nav .navbar .navbar-nav .dropdown .dropdown-menu.show li a:focus {
  background-color: #3c3c3c;
  color: #171717;
}

header .bottom-nav-mobile {
  display: none;
}

header .bottom-nav-mobile .navbar {
  background-color: transparent !important;
}

header .bottom-nav-mobile .navbar .navbar-nav {
  gap: 20px !important;
}

@media only screen and (max-width: 1024px) {
  header .main-bar-wrapper .bar-nav {
    display: none;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  header .bottom-nav .navbar .navbar-nav {
    gap: 10px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  header .main-bar-wrapper .bar-nav .navbar-nav {
    gap: 0px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .main-bar-wrapper .bar-nav .navbar-nav li a {
    font-size: 0.9rem !important;
  }
	header .main-bar-wrapper .bar-nav .navbar-nav li::after{
		top:14px;
	}
}

@media only screen and (max-width: 1024px) {
  header .main-bar-wrapper .top-nav-section .top-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
  header .bottom-nav .navbar .navbar-nav {
    gap: 7px !important;
  }
}

@media only screen and (max-width: 991px) {
  header .top-nav-section .top-nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header .top-nav-section .top-nav .logo {
    display: none;
  }
  header .bottom-nav {
    display: none;
  }
  header .bottom-nav-mobile {
    display: block !important;
    background-color: #1c1c1c;
    padding: 15px 15px;
  }
  header .bottom-nav-mobile .navbar-toggler {
    border: none !important;
    color: #fff;
  }
  header .bottom-nav-mobile .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  header .bottom-nav-mobile .navbar-toggler-icon {
    background-color: #fff;
  }
  .mobile-bar-section ul.mvp-mega-list{
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  header .main-bar-wrapper .top-nav-section .top-nav .top-btns .subscribe-btn a, header .main-bar-wrapper .top-nav-section .top-nav .top-btns .sign-btn a {
    padding: 9px 15px !important;
    font-size: 0.75rem;
  }
  .mobile-bar-section .logo img{
    max-width: 110px!important;
	  height:auto;
  }
}
/*# sourceMappingURL=header.css.map */

/* Mobile Menu*/
.navbar-toggler {
  z-index: 1;
}

.bottom-nav-mobile input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #262625;
  border-radius: 4px;
  font-size: 16px;
  background-color: #262625;
  background-image: url('../../images/searchicn.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}
.bottom-nav-mobile input[type=text]:focus{
  background-color: #262625;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
}
input[type=text]::placeholder{
  color: #fff;
}
.mobile-bar-section  .navbar-collapse{
  padding: 50px 30px;
}
.mobile-bar-section .navbar-nav li a{
  padding-bottom: 20px !important;
  border-bottom: 1px solid #8585857a;
}
.bottom-nav-mobile .top-nav-section .top-nav {
  justify-content: space-between !important;
}
.bottom-nav-mobile .top-nav-section .top-nav .logo{
  display: block !important;
}
.bottom-nav-mobile .top-nav-section .top-nav .top-btns  a{
  color: #fff;
  text-decoration: none;
}
.bottom-nav-mobile .top-nav-section .top-nav .top-btns  .subscribe-btn a{
border: 1px solid #fff;
background-color: #fff;
border-radius: 0.25rem;
padding: .375rem .625rem;
color: #231F20;
text-decoration: none;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
font-size: 0.9rem;
font-family: 'Poppins-Regular';
align-items: center;

display: inline-flex;
font-size: 0.9rem;
font-weight: 500;
height: 30px;
letter-spacing: .2px;
line-height: 21px;
gap: 5px;
}
.bottom-nav-mobile .social-links-sec h5{
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins-Regular';
  margin-bottom: 20px;
}
/* Slide-in effect from the left */
@media (max-width: 993px) {
  .main-bar-wrapper{
      display: none;
  }
  .bottom-nav-mobile{
      display: block !important;
  }
  .bottom-nav-mobile .navbar-toggler-icon{
      background-image: url(../../images/menu.png) !important;
      background-color: transparent !important;
  }
  .navbar-collapse {
      position: fixed;
      top: 0;
      right: -100%; /* Start off-screen */
      width: 100%;
      height: 100%;
      background-color: #000;
      overflow-y: auto;
      transition: right 0.3s ease-in-out; /* Smooth transition */
      z-index: 1040;
  }
  .navbar-collapse.show {
      right: 0; /* Slide in */
  }
  .close-btn {
      position: absolute;
      top: 0px;
      right: 10px;
      background: none;
      border: none;
      font-size: 40px;
      cursor: pointer;
      color: #fff;
  }
	header .header-ad-section .main-ads img {
		height:auto !important;
	}
}

header .main-bar-wrapper .bar-nav .navbar-nav li:last-child::after{
	display:none !important;
}