@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0 auto;
}

a, a:active, a:focus {
  outline: 0;
}

/*input border */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

/*input border */
::-moz-placeholder {
  color: #cacaca;
  opacity: 9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #333;
}

.zoom:hover {
  transform: scale(1.2);
  transition: transform 0.6s;
}

.zoom {
  padding: 0;
  transition: transform 0.6s;
  margin: 0 auto;
}

ul {
  margin: 0px auto;
  padding: 0;
}

ul li {
  list-style: none;
}

.widget ul li::before {
  content: url(../images/right-icon.png);
  left: 0;
  position: absolute;
  padding-left: 4px;
  color: #707070;
  font-size: 14px;
}

.widget ul {
  float: left;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.widget ul li {
  margin-bottom: 3px;
  padding-left: 29px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
}

#min-heder-main {
  border-bottom: 1px solid #e1e1e1;
}
#min-heder-main .top-info-bar {
  background: linear-gradient(270deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 73%);
  padding: 6px 0;
}
#min-heder-main .top-info-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
#min-heder-main .top-info-item {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
#min-heder-main .top-info-item i {
  color: #d97706;
  font-size: 15px;
  margin-right: 6px;
}
#min-heder-main .top-info-item:hover {
  color: #04b;
}
#min-heder-main .navbar-custom {
  background-color: #fff;
  padding: 16px 0 14px;
}
#min-heder-main .navbar-brand img {
  height: 64px;
  width: auto;
  display: block;
}
#min-heder-main .navbar-custom .nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #000 !important;
  text-transform: uppercase;
  padding: 6px 11px !important;
  letter-spacing: -0.2px;
}
#min-heder-main .navbar-custom .nav-link:hover, #min-heder-main .navbar-custom .nav-link.active {
  color: #04b !important;
}
#min-heder-main .top-info-item svg {
  color: #d1ad6b;
  margin-right: 5px;
}
@media (min-width: 992px) {
  #min-heder-main .navbar-custom .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 260px;
    padding: 8px;
  }
  #min-heder-main .dropdown-item {
    padding: 6px 6px;
    border-bottom: 1px dashed #a0a0a0;
  }
  #min-heder-main .dropdown-item:focus, #min-heder-main .dropdown-item:hover {
    background-color: #d8b26a;
    border-radius: 8px;
  }
  #min-heder-main .dropdown-menu .dropdown-submenu {
    position: relative;
    margin: 7px auto;
  }
  #min-heder-main .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: -6px;
    display: none;
  }
  #min-heder-main .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    width: 100%;
  }
  #min-heder-main .dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: 0;
  }
}
@media (max-width: 991px) {
  #min-heder-main .top-info-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #min-heder-main .navbar-collapse {
    background: #fff;
    padding: 15px 0;
  }
  #min-heder-main .navbar-custom .nav-link {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f0f0f0;
  }
  #min-heder-main .dropdown-menu {
    border: none;
    background-color: #fcfcfc;
    padding-left: 15px;
  }
  #min-heder-main .dropdown-menu .dropdown-menu {
    background-color: #f5f5f5;
  }
  #min-heder-main .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #ededed;
  }
  #min-heder-main .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    background-color: #e2e2e2;
  }
}
#min-heder-main .logo-cux-itm {
  position: absolute;
  bottom: 4px;
}

footer {
  font-size: 16px;
  background: url(../images/blue-bg.jpg) center;
  background-size: cover;
}
footer .footer-heading {
  color: #d1b474;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
}
footer .heading-color-icon {
  color: #d1b474;
}
footer .text-light-muted {
  color: #cbd5e1;
}
footer .footer-link {
  color: #cbd5e1;
  text-decoration: none;
}
footer .footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-menu {
  padding: 0;
}
footer .footer-menu li {
  margin-bottom: 0.5rem;
}
footer .footer-menu li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer .footer-menu li a:hover {
  color: #fff;
}
footer .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: opacity 0.2s ease;
}
footer .social-icon:hover {
  opacity: 0.85;
  color: #fff;
}
footer .social-icon.insta {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
footer .social-icon.fb {
  background-color: #1877f2;
}
footer .social-icon.tw {
  background-color: #1da1f2;
}
footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  opacity: 1;
}
footer .fs-7 {
  font-size: 0.8rem;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 280px) and (max-width: 388px) {
  #min-heder-main .top-info-bar {
    display: none;
  }
  #min-heder-main .logo-cux-itm {
    position: static;
  }
  #min-heder-main .navbar-brand img {
    height: 48px;
    position: relative;
    top: 4px;
  }
  #min-heder-main .navbar-custom {
    padding: 3px 0 2px;
  }
  #min-heder-main .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 7px;
  }
  #min-heder-main .dropdown-item {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 389px) and (max-width: 476px) {
  #min-heder-main .top-info-bar {
    display: none;
  }
  #min-heder-main .logo-cux-itm {
    position: static;
  }
  #min-heder-main .navbar-brand img {
    height: 48px;
    position: relative;
    top: 4px;
  }
  #min-heder-main .navbar-custom {
    padding: 3px 0 2px;
  }
  #min-heder-main .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 7px;
  }
  #min-heder-main .dropdown-item {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 477px) and (max-width: 575px) {
  #min-heder-main .top-info-bar {
    display: none;
  }
  #min-heder-main .logo-cux-itm {
    position: static;
  }
  #min-heder-main .navbar-brand img {
    height: 48px;
    position: relative;
    top: 4px;
  }
  #min-heder-main .navbar-custom {
    padding: 3px 0 2px;
  }
  #min-heder-main .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 7px;
  }
  #min-heder-main .dropdown-item {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #min-heder-main .top-info-bar {
    display: none;
  }
  #min-heder-main .logo-cux-itm {
    position: static;
  }
  #min-heder-main .navbar-brand img {
    height: 48px;
    position: relative;
    top: 4px;
  }
  #min-heder-main .navbar-custom {
    padding: 3px 0 2px;
  }
  #min-heder-main .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 7px;
  }
  #min-heder-main .dropdown-item {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #min-heder-main .top-info-bar {
    display: none;
  }
  #min-heder-main .logo-cux-itm {
    position: static;
  }
  #min-heder-main .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 7px;
  }
  #min-heder-main .dropdown-item {
    border-bottom: 1px solid #eee;
  }
}/*# sourceMappingURL=header-style.css.map */