:root {
  /**=========== color ===========*/
  --oit-clr-white: #fff;
  --oit-clr-black: #11383F;
  --oit-clr-green: #88DE7D;
  --oit-clr-green-neon: #D1F800;
  --oit-clr-green-soft: #C7E691;
  --oit-clr-green-dark: #1B4D3E;
  --oit-clr-forest-rich: #034833;
  --oit-clr-teal: #144443;
  --oit-clr-teal-2: #0F766E;
  --oit-clr-deep-teal: #073231;
  --oit-clr-olive: #364908;
  --oit-clr-range-rover: #00692C;
  --oit-clr-purple: #D1BEFF;
  --oit-clr-blue: #2563EB;
  --oit-clr-dark-navy: #111727;
  --oit-gray-1: #F5F8F8;
  --oit-gray-2: #F8FAFC;
  --oit-text-body: #383F3E;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLight.otf") format("woff2"), url("../fonts/HelveticaNeueLight.otf") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  /**========== font family ==============*/
  --oit-ff-body: 'DM Sans', sans-serif;
  --oit-ff-heading: 'Helvetica Neue', sans-serif;
  --oit-ff-helvetica: 'Helvetica Neue', sans-serif;
  --oit-ff-dm-sans: 'DM Sans', sans-serif;
  --oit-ff-p: 'DM Sans', sans-serif;
  --oit-ff-fontawesome: "Font Awesome 6 Pro";
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.oit-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.oit-header-bar {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 10px;
  background-color: var(--oit-clr-green);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .oit-header-bar {
    height: 44px;
    width: 44px;
  }
}
.oit-header-bar span {
  height: 2px;
  width: 28px;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: var(--oit-clr-black);
}
.oit-header-bar span:first-child {
  transform-origin: right center;
  transform: scaleX(0.5);
}
.oit-header-bar span:last-child {
  transform-origin: left center;
  transform: scaleX(0.5);
}
.oit-header-bar:hover span:first-child {
  transform: scaleX(1);
}
.oit-header-bar:hover span:last-child {
  transform: scaleX(1);
}
.oit-header-menu nav > ul > li {
  display: inline-block;
  padding: 25px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .oit-header-menu nav > ul > li {
    padding: 25px 15px;
  }
}
.oit-header-menu nav > ul > li > a {
  font-size: 18px;
  display: inline-block;
  color: var(--oit-clr-white);
  border-radius: 4px;
  line-height: 1;
  transition: 0.3s;
}
.oit-header-menu nav > ul > li:hover > a {
  color: var(--oit-clr-white);
}
.oit-header-bdr {
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .oit-header-bdr {
    padding: 0;
  }
}
.oit-header-wrap {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .oit-header-wrap {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .oit-header-logo {
    padding: 15px 0;
  }
}

.bi-header-style {
  border-radius: 300px;
  background: rgba(0, 105, 44, 0.5);
}
.bi-header-style .oit-header-logo {
  padding-inline-start: 10px;
}
.bi-header-style .oit-header-menu nav > ul > li {
  display: inline-block;
  padding: 24px 20px;
}
.bi-header-style .oit-header-bar {
  border-radius: 50%;
  background-color: var(--oit-clr-range-rover);
}

.bm-header-style {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bm-header-style {
    padding: 0;
  }
}
.bm-header-style .oit-header-bar {
  height: auto;
  width: auto;
  background-color: transparent;
}
.bm-header-style .oit-header-bar span {
  width: 34px;
  border-radius: 10px;
  background-color: var(--oit-clr-white);
}

.ic-header-style {
  border-bottom: 1px solid #E2E8F0;
}
.ic-header-style .oit-header-logo {
  padding-inline-start: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ic-header-style .oit-header-logo {
    padding-inline-start: 0;
  }
}
.ic-header-style .oit-header-action {
  padding-inline-end: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ic-header-style .oit-header-action {
    padding: 0;
  }
}
.ic-header-style .oit-header-bar {
  background-color: var(--oit-clr-teal-2);
}
.ic-header-style .oit-header-bar span {
  background-color: var(--oit-clr-white);
}
.ic-header-style .oit-header-menu {
  margin-inline-start: 15px;
}
.ic-header-style .oit-header-menu nav > ul > li > a {
  color: var(--oit-clr-black);
}
.ic-header-style .oit-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--oit-clr-black);
}
.ic-header-style .oit-header-menu nav > ul > li:hover > a {
  color: var(--oit-clr-black);
}
.ic-header-wrap {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ic-header-wrap {
    padding: 0;
  }
}

.bs-header-style {
  border-radius: 10px;
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.bs-header-style .oit-header-bar {
  border-radius: 10px;
  background-color: var(--oit-clr-white);
}
.bs-header-style .oit-header-bar span {
  background-color: var(--oit-clr-black);
}

.fc-header-style .oit-header-bar {
  border-radius: 10px;
  background-color: var(--oit-clr-green-neon);
}
.fc-header-style .oit-header-bar span {
  background-color: var(--oit-clr-black);
}

.mc-header-style .oit-header-bar {
  border-radius: 10px;
  background-color: var(--oit-clr-green-soft);
}
.mc-header-style .oit-header-bar span {
  background-color: var(--oit-clr-black);
}

.ins-header-style .oit-header-menu nav > ul > li > a {
  color: var(--oit-clr-forest-rich);
}
.ins-header-style .oit-header-menu nav > ul > li.has-dropdown a::after {
  color: var(--oit-clr-forest-rich);
}
.ins-header-style .oit-header-bar {
  background-color: var(--oit-clr-forest-rich);
}
.ins-header-style .oit-header-bar span {
  background-color: var(--oit-clr-white);
}

.ins-header-top-bar-area {
  padding: 5px 0;
}
.ins-header-top-bar-info ul li {
  list-style-type: none;
  display: inline-block;
}
.ins-header-top-bar-info ul li:not(:last-child)::after {
  display: inline-block;
  content: "";
  height: 17px;
  width: 1px;
  margin-inline-end: 35px;
  margin-inline-start: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ins-header-top-bar-info ul li:not(:last-child)::after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ins-header-top-bar-info ul li:first-child::after {
    display: inline-block;
  }
}
.ins-header-top-bar-info a, .ins-header-top-bar-info span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.ins-header-top-bar-info a svg, .ins-header-top-bar-info span svg {
  color: var(--oit-clr-white);
}
.ins-header-top-bar-social span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
.ins-header-top-bar-social a {
  color: rgba(255, 255, 255, 0.8);
}
.ins-header-top-bar-social a svg {
  height: 18px;
}
.ins-header-top-bar-social a:hover {
  color: var(--oit-clr-white);
}

/*# sourceMappingURL=header.css.map */
