/*====================== 5.HEADER ========================*/

.header-style-one {
  border-bottom: 1px solid #d6d5d6;
}
/* ANNOUNCEMENT BAR */
.header-style-one .top-bar {
  padding: 22px 0 17px;
}
.header-style-one .header-socials {
  position: relative;
  border-left: 1px solid #5f5f5f;
  margin-left: 25px;
  padding: 3px 0;
}
.header-style-one .header-socials li {
  padding-left: 25px;
  max-height: 20px;
}
.header-style-one .header-socials li a {
  display: block;
}
.header-style-one a svg {
  fill: var(--black);
  transition: all ease-in-out 0.5s;
}
.header-style-one a:hover svg {
  fill: var(--theme-color);
}
.header-style-one .header-socials li.tweeter a:hover svg {
  fill: #1da1f2;
}
.header-style-one .header-socials li.linkedin a:hover svg {
  fill: #0077b5;
}
.header-style-one .header-socials li.glassdoor a:hover svg {
  fill: #36aa41;
}

.header-style-one .header-logobar {
  position: relative;
}
.header-style-one .header-logobar .mega-left,
.header-style-one .header-logobar .logobar-left {
  max-width: 250px;
  width: 100%;
}
.header-style-one .header-logobar .mega-right,
.header-style-one .header-logobar .logobar-right {
  max-width: calc(100% - 374px);
  width: 100%;
}
.header-style-one .header-logobar .mega-left h4 {
  letter-spacing: -0.28px;
  font-family: "proxima-nova";
  font-weight: 400;
}
.header-style-one .header-logobar .mega-right > ul > li:not(:first-of-type) {
  padding-left: 20px;
}
.header-style-one .header-logobar .mega-right ul li a {
  color: #454546;
  font-size: 16px;
  font-family: var(--primary-bold);
  font-style: normal;
  letter-spacing: normal;
}
.header-style-one .header-logobar .mega-right ul li a:hover {
  color: var(--theme-color);
}
.header-style-one .rightnav > ul {
  display: none;
}
.header-style-one .header-logobar .mega-right > ul > li.inner-menu-col {
  padding-left: 15px;
}
.header-style-one .rightnav > ul > li:not(:first-of-type) {
  color: var(--black);
}
.header-style-one .rightnav > ul > li > a {
  color: var(--black);
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 12px 15px 40px 15px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--primary-bold);
}
.header-style-one .rightnav > ul > li > a.active,
.header-style-one .rightnav > ul > li:hover > a {
  color: var(--theme-color);
}
.header-style-one .rightnav > ul > li > a:before {
  content: "";
  position: absolute;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
.header-style-one .rightnav > ul > li > a.active:before,
.header-style-one .rightnav > ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.header-style-one .rightnav > ul > li > a.active:hover {
  color: var(--white);
}
.header-style-one .rightnav > ul > li.menu-lnk .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  transform-origin: top;
  border-top: 1px solid #d6d5d6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 99;
  padding: 45px 0;
}
.header-style-one .rightnav > ul > li.menu-lnk .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-style-one .rightnav > ul > li:hover .menu-dropdown {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-style-one .header-logobar .mega-right ul li .inner-submenu li {
  padding-left: 20px;
}
.header-style-one .header-logobar .mega-right ul .inner-menu-col a {
  display: inline-block;
  margin-bottom: 10px;
}
.header-style-one
  .header-logobar
  .mega-right
  ul
  .inner-menu-col
  .inner-submenu
  li
  a {
  font-size: 14px;
  color: #676767;
}
.header-style-one
  .header-logobar
  .mega-right
  ul
  .inner-menu-col
  .inner-submenu {
  margin-bottom: 10px;
}
.mega-menu-widget .accordion-section-title {
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 3.4;
  letter-spacing: 1px;
  color: var(--black);
  margin-bottom: 0;
  -webkit-tap-highlight-color: transparent;
}
.mega-menu-widget .accordion-section-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  width: 5px;
  right: auto;
  bottom: 16px;
  left: 0;
  background-position: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mega-menu-widget .accordion-section-title.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 10px;
  width: 8px;
}
.mega-menu-widget .accordion-section-content {
  padding-bottom: 0;
  padding-left: 22px;
}
.header-style-one .rightnav > ul > li.menu-lnk .menu-dropdown .menu-list {
  padding-left: 10px;
  padding-right: 10px;
}
.header-style-one
  .rightnav
  > ul
  > li.menu-lnk
  .menu-dropdown
  .menu-list
  ul
  li:last-of-type {
  margin-bottom: 0;
}
.megamenu-list li a {
  color: var(--grey);
}
.megamenu-list li a:hover {
  color: var(--black);
}
.header-style-one
  .rightnav
  > ul
  > li.menu-lnk
  .menu-dropdown
  .menu-list
  ul
  li
  a:hover {
  color: var(--theme-color);
}
.header-style-one .rightnav .mobile-menu {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button.on {
  width: 26px;
  height: 26px;
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button div {
  width: 30px;
  height: 1px;
  margin: 0 0 4px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
  background: var(--theme-color);
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button.on .two {
  opacity: 0;
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button.on .three {
  -webkit-transform: rotate(-45deg) translate(1px, -5px);
  transform: rotate(-45deg) translate(1px, -5px);
}
.header-style-one .rightnav .mobile-menu .mobile-menu-button.on .one {
  -webkit-transform: rotate(45deg) translate(2px, 5.3px);
  transform: rotate(45deg) translate(2px, 5.3px);
}
.header-style-one .rightnav .mobile-navbar {
  position: fixed;
  top: 122px;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  padding: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
  padding-bottom: 200px;
}
.header-style-one .rightnav .mobile-navbar.active {
  left: 0;
}
.header-style-one .rightnav .mobile-navbar a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
}
.mobile-navbar .accordion-section-content {
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
}
.mobile-navbar .accordion-section-content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.header-style-one .rightnav .mobile-navbar .mobile-link {
  width: auto;
  display: inline-block;
  color: var(--white);
  text-transform: capitalize;
}
.header-style-one .rightnav .mobile-navbar .mobile-link:hover {
  color: #a39a49;
}
.header-style-one .rightnav .mobile-navbar ul {
  display: block !important;
}
.header-style-one .rightnav .mobile-navbar .mobile-link-list {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.header-style-one .rightnav .mobile-navbar ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--white);
  padding: 0;
  margin: 0 0 10px;
  display: inline-block;
  text-transform: capitalize;
  text-indent: 10px;
}
.header-style-one .rightnav .mobile-navbar ul li a.sub-category
{
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
}
.header-style-one .rightnav .mobile-navbar ul li a:hover {
  color: var(--theme-color);
}
.header-style-one .rightnav .mobile-navbar ul li:last-child a {
  padding-bottom: 0;
  margin: 0;
}
/*===================== header search popup ==================*/

.main-search {
  display: block;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.main-search .search_form {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.main-search.active .search_form {
  display: block;
}
.main-search .search_form input {
  width: 100%;
  padding-bottom: 7px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #070808;
  padding: 10px 30px 10px 35px;
  color: #000;
  font-size: 18px;
}
.search_icon {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.main-search .search_form .search_btn svg {
  width: 100%;
  height: 100%;
}
.main-search .search_form button {
  box-shadow: none;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.main-search .search_form .search_btn {
  height: 24px;
  width: 24px;
  left: 0;
  z-index: 1;
}
.main-search .search_form .close-search {
  height: 20px;
  width: 20px;
  right: 0;
}

/*=======================================  7.ACCORDIAN  =======================================*/
.accordion-section-title {
  width: 100%;
  display: inline-block;
  transition: all linear 0.15s;
  position: relative;
  margin-bottom: 20px;
  color: var(--black);
  text-transform: capitalize;
}
.accordion-section-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 15px;
  right: -35px;
  bottom: 5px;
  background-position: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-section-title.active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-container .set h3 {
  width: 100%;
  display: inline-block;
  color: var(--black);
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  padding: 29px 70px 29px 70px;
  background: #f5f5f5;
  font-size: 20px;
  line-height: 1.3;
  border: 1px solid transparent;
}
.accordion-container {
  counter-reset: my-awesome-counter;
}
.accordion-container .set {
  counter-increment: my-awesome-counter;
}
.accordion-container .set:nth-child(-n + 9) h3:before {
  content: "0" counter(my-awesome-counter) ". ";
}
.accordion-container .set h3:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 30px;
}
.accordion-container .set h3 span {
  transition: ease-in-out all 0.5s;
}
.accordion-container .set h3 span:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 22px;
  width: 2px;
  background: #000;
  transition: ease-in-out all 0.5s;
  opacity: 0;
}
.accordion-container .set h3 span:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 22px;
  background: #000;
}
.accordion-container .set:nth-child(odd) > h3 {
  background: #fcfcfc;
}
.accordion-container .set h3.active {
  border-color: var(--grey);
  color: var(--theme-color);
}
.accordion-container .set h3.active span::after {
  opacity: 1;
}
.accordion-container .set .content {
  display: none;
  padding: 30px 34px;
}
.accordion-container .content p {
  padding: 0 0 0 34px;
  position: relative;
}
.accordion-container .content p:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--theme-color);
  left: 0;
  top: 0;
}

.normal-sub, .sub-menu {
  display: none;
}

.nested-sub {
  display: block;
}

.nested-sub li {
  margin-left: 20px;
}
