.header .menu > ul > li .sub-menu > ul > li > a,
.header .menu > ul > li > a {
  text-transform: capitalize;
  color: #787878;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 300;
}

.header {
  background-color: #fff;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.75);
}

.banner-section,
.header {
  width: 100%;
  display: block;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
}

.menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

.header .item-left {
  /* flex: 0 0 17%; */
  width: 50px;
  padding: 0;
}

.header .logo a {
  display: inline-block;
  padding-top: 16px;
}

.header .item-center {
  /* flex: 0 0 82%; */
  width: auto;
  text-align: center;
}

.header .item-right {
  /* flex: 0 0 18%; */
  width: 240px;
  display: flex;
  justify-content: flex-end;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 95px;
  margin-left: 25px;
}

.header .menu > ul > li.head_dwnld_btn {
  display: inline-flex;
}

.header .menu > ul > li.head_dwnld_btn a {
  padding: 0px 0px 0px 55px;
  font-size: 16px;
  font-weight: 500;
  color: #eb3627;
  display: flex;
  width: 250px;
  height: 60px;
  border: 2px solid #eb3627;
  align-items: center;
  justify-content: flex-start;
  border-radius: 35px;
  background-image: url(../images/head_dwld.png);
  background-repeat: no-repeat;
  background-position: left 25px center;
}

.header .menu > ul > li > a {
  position: relative;
}

.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: 0.3s;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }

  .header .menu > ul > li.menu-item-has-children:hover .sub-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
  }
}

.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}

.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  line-height: 24px;
  text-decoration: none;
}

.header .menu > ul > li .single-column-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
  flex: 0 0 33.3%;
  padding-right: 90px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  /* padding: 20px 0; */
  padding: 15px 0;
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  transition: color 0.3s;
  line-height: 20px;
}

.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 100%;
  padding: 0 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item ul {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 300;
  line-height: 1;
  padding: 10px 0;
}

.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}

.header .item-right a:hover,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .menu > ul > li:hover > a {
  color: #ea4636;
}

.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

@media (max-width: 991px) {
  .header .menu,
  .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.3s;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:after,
  .header .mobile-menu-trigger span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    width: 320px;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0);
  }

  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu > ul > li > a {
    line-height: 70px;
    height: 70px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu > ul > li > a i {
    position: absolute;
    height: 70px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 70px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #fff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back,
  .header .menu > ul > li .sub-menu.active,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a,
  .header .menu > ul > li .sub-menu > ul > li > a {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu > ul > li .sub-menu,
  .header .menu > ul > li .sub-menu.mega-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 65px 15px 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0);
    overflow-y: auto;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }

  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0;
  }

  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .header .menu > ul > li {
    display: inline-block;
    line-height: 95px;
    margin-left: 15px;
  }

  .header .item-center {
    flex: 0 0 90%;
    text-align: end;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header .menu > ul > li.head_dwnld_btn {
    display: block;
  }

  .header .menu > ul > li.head_dwnld_btn a {
    width: 95%;
    margin: 20px auto;
    border-radius: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .header .menu > ul > li.head_dwnld_btn {
    display: block;
  }

  .header .menu > ul > li.head_dwnld_btn a {
    width: 95%;
    margin: 20px auto;
    border-radius: 0px;
  }

  .header-download a .ico svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .header-download a .ico svg path:last-child {
    stroke: #ffffff !important;
  }

  .header-download a .ico svg circle {
    fill: #ea3a29 !important;
  }
}
.header-download a {
  line-height: 1.2;
  column-gap: 16px;
}
.header-download a .ico {
  width: 35px;
  height: 35px;
}

.header-download a .ico svg > * {
  transition: all 0.5s;
}

.header-download a:hover .ico svg circle {
  fill: #ea3a29 !important;
}

.header-download a:hover .ico svg path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.header-download a:hover .ico svg path:last-child {
  stroke: #ffffff !important;
}

.header-download a .text span {
  color: #787878;
  font-size: 16px;
  transition: all 0.5s;
}

.header-download a:hover .text span {
  color: #ea3a29;
}

.header-download a .text span:last-child {
  font-size: 25px;
}
