header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header.header-scroll {
  position: sticky;
  top: 0;
  background-color: #fff;
  animation: fadeInDown 0.4s ease-in;
}

header .mini-header-top {
  background-color: #202530;
  position: relative;
  padding: 7px 0;
  z-index: 4;
  overflow: hidden;
}

header.header-scroll .mini-header-top {
  display: none;
}

header .mini-header-top .header-social {
  position: relative;
  padding: 0 50px;
}

header .mini-header-top .header-social::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  height: 58px;
  z-index: -1;
  width: 100%;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
  background-color: #FFC000;
}

header .mini-header-top .header-social::after {
  content: "";
  position: absolute;
  left: 0;
  top: -16px;
  height: 58px;
  z-index: -1;
  width: calc(100% + 42px);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  background: #FFC000;
  opacity: 0.4;
  left: -20px;
}

header .mini-header-top .header-social span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0;

}

header .mini-header-top .header-social a svg {
  color: #000;
  margin: 0 8px;
}

header .mini-header-top .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .mini-header-top .header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .mini-header-top .header-links ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-right: 40px;
}

header .mini-header-top .header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 15px 0 0;
}

header .mini-header-top .header-links ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}


header .mini-header-top .header-links ul li a svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #FFC000;
  padding: 10px;
  text-align: center;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


header .main-header-section .navbar {
  padding: 0 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;

}

header .main-header-section .navbar .navbar-brand img {
  width: 200px;
}

header .main-header-section .navbar .nav-item {
  padding: 18px 10px;
  position: relative;
}

header .main-header-section .navbar .nav-item .nav-link {
  color: #1B1B1B;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
header .main-header-section .navbar .nav-item:hover .nav-link{
  color: #FFC000;
}
header .main-header-section .navbar .nav-item .nav-link svg {
  color: #000;
  font-weight: 900;
  width: 18px;
  height: 18px;
  transition: all 0.4s;
}

header .main-header-section .navbar .nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .main-header-section .navbar .nav-item:hover .nav-link svg {
  color: #FFC000;
  transform: rotate(180deg);
}

header .main-header-section .navbar .dropdown-menu {
  display: block;
  top: 100%;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;

}

header .main-header-section .navbar .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

header .main-header-section .navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 500;
  color: #1B1B1B;
  transition: all 0.3s;
}

header .main-header-section .navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
color: #FFC000;
}

header .main-header-section .header-btn {
  margin-left: 20px;
}

header .main-header-section .header-btn a {
  display: flex;
  position: relative;
  padding: 16px 20px;
  border-radius: 50px;
  background-color: #FFC000;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.4s;
  overflow: hidden;
}

header .main-header-section .header-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.4s;
}

header .main-header-section .header-btn a span {
  position: relative;
}

header .main-header-section .header-btn a:hover {
  color: #fff;

}

header .main-header-section .header-btn a:hover::before {
  height: 100%;
}


header .main-header-section .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

header .main-header-section .navbar-toggler svg {
  width: 20px;
  height: 20px;
  padding: 12px;
  background-color: #000;
  color: #fff;

}

header .mobile-header .offcanvas {
  background-color: #000;
}

header .mobile-header .offcanvas-header {
  background-color: #fff;
  position: relative;
}

header .mobile-header .offcanvas-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/marble-bg.png);
  background-size: cover;

}

header .mobile-header .logo img {
  width: 240px;
  position: relative;

}

header .mobile-header .offcanvas-header .btn-close {
  background: transparent;
  opacity: 1;
}

header .mobile-header .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}

header .mobile-header .offcanvas-header .btn-close svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
  border-radius: 50%;
}

header .mobile-header .offcanvas-header .btn-close svg:hover {
  background-color: #FFC000;
  color: #000;
  box-shadow: 1px 2px 2px 1px #000000;
}

header .mobile-header .offcanvas-body {
  position: relative;
  padding: 0;
}

header .mobile-header .offcanvas-body .navbar-bg-video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .mobile-header .offcanvas-body .navbar-bg-video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000000, #2c2c2c, #5a5a5a);
  z-index: 1;
  opacity: .9;
}

header .mobile-header .offcanvas-body nav {
  position: relative;
  z-index: 3;
  align-items: start;
  padding: 20px 10px;
}

header .mobile-header .offcanvas-body ul {
  width: 100%;
}

header .mobile-header .offcanvas-body .nav-item:hover .nav-link {
  color: #FFC000;
}

header .mobile-header .offcanvas-body ul .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 10px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.4s;
}



header .mobile-header .offcanvas-body ul .nav-link svg {
  margin-right: 10px;
}

header .mobile-header .offcanvas-body ul .dropdown .nav-link {
  justify-content: space-between;
}

header .mobile-header .offcanvas-body ul .dropdown .nav-link span {
  display: flex;
  align-items: center;
}

header .mobile-header .offcanvas-body .nav-item svg {
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 50%;


}


header .mobile-header .offcanvas-body .cta-box {
  position: relative;
  z-index: 2;
  padding: 10px;
  text-align: center;
}

header .mobile-header .offcanvas-body .cta-box h4{
  color: #fff;
  font-size: 20px;
  margin-bottom: 22px;
  line-height: 32px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #000;
}

@media (min-width:992px) and (max-width:1200px) {
  header .main-header-section .navbar .nav-item {
    padding: 18px 0;
    position: relative;
  }
}

@media (max-width: 992px) {
  header .mini-header-top {
    padding: 14px 0;
  }

  header .main-header-section .navbar {
    padding: 14px 10px;
  }
}

@media (max-width: 768px) {

  header .mini-header-top .header-social::after {
    content: "";
    position: absolute;
    left: 0;
    top: -14px;
    height: 58px;
    z-index: -1;
    width: calc(100% + 28px);
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: #FFC000;
    opacity: 0.4;
    left: -14px;
  }

  header .mini-header-top .header-social span {
    display: none;
  }

  header .main-header-section {
    background-color: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  header .main-header-section .navbar {
    border-radius: 0;
    padding: 14px 0;
  }
}

@media (max-width:568px) {
  header .main-header-section .header-btn {
    display: none;
  }
}