:root {
  --color-1: #03114A;
  --color-2: #5ACE7A;
  --color-3: #F6F9FC;
  --splColor: #FA8B00;
  --darkColor: #222;
  --liteColor: #fff;
  --font-1: "PT Sans", sans-serif;
  --font-2: "Oswald", sans-serif;
}

.top-header {
  background-color: var(--color-1);
}
.top-header .container {
  max-width: 1200px;
}
.top-header .container .grid-topy {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  padding: 1px 0;
}
.top-header .container .left p {
  color: #fff;
  margin: 2px 0 0;
  font-size: 14px;
}
.top-header .container .right > div {
  display: inline-block;
  margin-left: 10px;
}
.top-header .container .right a {
  color: #222;
  display: flex;
  text-align: left;
}
.top-header .container .right a:hover .icon {
  border-radius: 12px;
}
.top-header .container .right a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  transition: all 0.2s ease;
}
.top-header .container .right a .icon i {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.top-header .container .right .site-header-account a {
  color: #222;
  display: flex;
  text-align: left;
}
.top-header .container .right .site-header-account a:hover .icon {
  border-radius: 12px;
}
.top-header .container .right .site-header-account a span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-left: 10px;
}
.top-header .container .right .site-header-account a span:first-child {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}

.header-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header-top .container {
  max-width: 1200px;
}
.header-top .grid-header-top {
  display: grid;
  grid-template-columns: 230px auto;
  grid-gap: 15px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .header-top .grid-header-top .widget-left .menu-icon {
    display: flex;
  }
}
.header-top .grid-header-top .widget-left .menu-icon a,
.header-top .grid-header-top .widget-left .menu-icon button {
  margin: auto 0;
  border: none;
  background-color: var(--color-1);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
}
.header-top .grid-header-top .widget-left .logo {
  padding: 5px 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .header-top .grid-header-top {
    grid-template-columns: 150px auto;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  .header-top .grid-header-top {
    grid-template-columns: 150px auto;
    grid-gap: 15px;
    padding-top: 5px;
  }
}
@media (max-width: 1366px) {
  .header-top .container {
    width: 96%;
    max-width: none;
  }
}

.page-header-2 {
  text-align: center;
  padding: 10px 10px;
  background-color: #eee;
  background-image: url(../../images/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-header-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
.page-header-2 .container {
  position: relative;
  z-index: 10;
}
.page-header-2 * {
  color: #fff;
}
.page-header-2 h2 {
  margin-bottom: 5px;
  font-size: 30px;
}

#searchModal .modal-content {
  border-radius: 0;
}

#searchModal .modal-body {
  padding: 0;
}

.close-btn-block {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  background: var(--color-1);
  color: #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.close-btn-block button {
  border: none;
  background: transparent;
  color: #fff;
}

.header-top .grid-header-top .widgets-right > div {
  float: right;
  text-align: right;
  margin-right: 0;
  position: relative;
  background-color: transparent;
}
@media (max-width: 767px) {
  .header-top .grid-header-top .widgets-right > div {
    top: 2px;
  }
}
.header-top .grid-header-top .widgets-right > div nav {
  display: block;
}
.header-top .grid-header-top .widgets-right > div nav > ul {
  display: block;
  width: 100%;
}

.header-top .grid-header-top .widgets-right > div:first-child {
  margin-right: 0;
}

.header-top .grid-header-top .widgets-right .phone-number .btn-1 {
  position: relative;
  top: 2px;
  border-radius: 20px;
  padding: 8px 16px;
}
.header-top .grid-header-top .widgets-right .phone-number h5 {
  font-size: 16px;
  margin: 0 0 7.5px;
  font-weight: bold;
  color: var(--color-1);
  position: relative;
  top: 4px;
}

.header-top .grid-header-top .widgets-right p {
  font-size: 13px;
}

.header-top .grid-header-top .widgets-right .profile {
  text-align: center;
  display: inline-block;
  background: var(--color-1);
  border-radius: 4px;
  padding: 0px 5px;
  color: #fff;
}
.header-top .grid-header-top .widgets-right .profile.acc {
  background: var(--color-2);
}

.header-top .grid-header-top .widgets-right .profile svg {
  width: 18px;
  fill: #fff;
}

.header-top .grid-header-top .widgets-right .profile.cart a {
  width: 90px;
  margin-right: 0;
  border-radius: 6px;
  color: #fff;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .header-top .grid-header-top .widgets-right .profile.cart a {
    width: 45px;
  }
}
.header-top .grid-header-top .widgets-right .profile.cart a p {
  color: #fff;
}
.header-top .grid-header-top .widgets-right .profile.cart a span.badge {
  position: absolute;
  right: 25px;
  top: 7px;
  border-radius: 14px;
  text-align: center;
  padding: 2px 5px;
  background: var(--color-2);
  font-weight: normal;
}
.header-top .grid-header-top .widgets-right .profile.cart a svg {
  fill: #222;
}

@media (max-width: 991px) {
  .header-top .logo img {
    position: relative;
    top: -1px;
  }
}
.sm-xs-menu-btn > div {
  display: inline-block;
}
.sm-xs-menu-btn a {
  color: #222;
  display: flex;
  text-align: left;
}
.sm-xs-menu-btn a:hover .icon {
  border-radius: 12px;
}
.sm-xs-menu-btn a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(173, 214, 108, 0.2);
  transition: all 0.2s ease;
}
.sm-xs-menu-btn a .icon.bg2 {
  background: rgba(52, 119, 88, 0.1);
}
.sm-xs-menu-btn a .icon.bg3 {
  background: rgba(244, 195, 64, 0.2);
}
.sm-xs-menu-btn a .icon i {
  font-size: 19px;
  line-height: 1;
  color: var(--color-1);
}
@media (max-width: 767px) {
  .sm-xs-menu-btn a .icon {
    background-color: transparent !important;
  }
}

.dropdown-menu {
  padding: 0;
  width: 100%;
  min-width: 260px;
  top: 100%;
  padding: 13px 15px 5px;
  background-color: var(--color-1);
  margin-left: -20px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--color-1);
}

.dropdown-menu li a {
  font-size: 15px;
  padding: 2px 15px 2px;
  position: relative;
  margin-bottom: 4px;
  color: var(--liteColor);
}
.dropdown-menu li a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 4px;
  font-family: "FontAwesome";
  font-size: 12px;
}
.dropdown-menu li a:hover {
  color: yellow;
}
.dropdown-menu li a:focus {
  background-color: transparent;
  color: yellow;
}

.dropdown-menu li a:hover {
  background: transparent;
}

.dropdown-menu li:last-child a {
  padding-bottom: 12px;
}

.dt-xs {
  background: transparent;
  border: none;
  color: #222;
  font-size: 14px;
  outline: none;
  padding: 14px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block !important;
}
.dt-xs img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  float: left;
  margin-right: 10px;
}
.dt-xs::after {
  display: none;
}

.menu-grid .inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 5px;
  background-color: transparent;
  position: relative;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav > li {
  padding: 0 5px;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav > li button {
  background: transparent;
  border: none;
  color: #222;
  font-size: 14px;
  outline: none;
  padding: 15px 10px;
}
.navbar-expand-lg .navbar-nav > li button img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  float: left;
  margin-right: 10px;
}
.navbar-expand-lg .navbar-nav > li button::after {
  display: none;
}

.navbar-expand-lg .navbar-nav li .nav-link {
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  color: #222;
  font-family: var(--font-1);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 45px;
  color: var(--color-1);
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav li .nav-link span {
  position: absolute;
  top: -8px;
  right: 8px;
  font-size: 13px;
  font-weight: normal;
}
.navbar-expand-lg .navbar-nav li .nav-link.active, .navbar-expand-lg .navbar-nav li .nav-link:hover {
  color: var(--color-2);
}

.navbar-expand-lg .navbar-nav li.social .nav-link i {
  font-size: 16px;
  color: var(--color-1);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.navbar-expand-lg .navbar-nav li.social .nav-link i.fa-instagram {
  color: #E1306C;
}
.navbar-expand-lg .navbar-nav li.social .nav-link i.fa-facebook {
  color: #025ec6;
}
.navbar-expand-lg .navbar-nav li.social .nav-link i.fa-youtube {
  color: #e20000;
}
.navbar-expand-lg .navbar-nav li.social .nav-link i.fa-linkedin {
  color: #0a66c2;
}
.navbar-expand-lg .navbar-nav li.social .nav-link i:hover {
  color: var(--color-2);
}

.navbar-expand-lg .navbar-nav li .nav-link:first-child {
  padding-left: 0;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}/*# sourceMappingURL=header.css.map */