/* ////header 3 css */

.header-style-3.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-3 .main-bar {
  /* position: relative; */
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  background: transparent;
}
.header-style-3 .main-bar {
  position: fixed;
  top: 0px;
  left: 0px;
}
.header-style-3 .is-fixed .color-fill .main-bar {
  background-color: #1e8fd0;
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-style-3 .logo-header {
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-style-3 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-style-3 .navbar-toggler {
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-style-3 .navbar-toggler .icon-bar {
  background: #fff;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-style-3 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
}
.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
.header-style-3.site-header ul,
.header-style-3.site-header ol {
  margin-bottom: 0px;
}
.header-style-3 .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
.header-style-3 .header-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
.header-style-3 .header-nav .nav > li:hover > a {
  color: #ff8a00;
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #ff8a00;
}

.header-style-3 .extra-nav {
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-3 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}
.header-style-3 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}

.header-style-3 .header-search a.header-search-icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
.header-style-3 .header-nav-call-section {
  float: right;
  color: #fff;
  display: flex;
}

.header-style-3 .header-nav-call-section .detail {
  text-align: right;
  margin-right: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.75;
}
.header-style-3 .header-nav-call-section .detail .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  padding-bottom: 10px;
}
.header-style-3 .header-nav-call-section .detail span {
  display: block;
}
.header-style-3 .header-nav-call-section .detail span a {
  color: #fff;
}
.header-style-3 .header-nav-call-section .media img {
  opacity: 0.3;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}
#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  background-color: #ff8a00;
}
#search .close:after,
#search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 28px;
  top: 16px;
}
#search .close:after,
#search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 28px;
  top: 16px;
}
#search .close:before {
  transform: rotate(-45deg);
}
#search .close:after {
  transform: rotate(45deg);
}
#search form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  color: #fff;
  border: 1px solid #ff8a00;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  border-radius: 0px;
}
#search input[type="search"] {
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #0b2f44;
  font-size: 24px;
  text-align: center;
}
#search form span {
  display: block;
}
#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
  outline: none;
  display: block;
  background-color: #ff8a00;
  width: 100%;
  text-align: center;
}
#search .search-btn i {
  font-size: 36px;
  color: #fff;
}
#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-3 .header-nav-call-section .detail {
    font-size: 20px;
  }
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .header-style-3 .main-bar .container,
  .header-style-3 .main-bar .container-fluid {
    display: block;
  }
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
  .header-style-3 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-style-3 .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .header-style-3 .header-nav.navbar-collapse {
    align-items: start;
  }

  .header-style-3.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .header-style-3.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }

  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
  .header-style-3 .header-nav .nav li {
    float: none;
  }
  .header-style-3 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #e9e9e9;
    color: #000;
  }

  .header-style-3 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .header-style-3 .logo-header {
    width: 120px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 10px;
  }
  .header-style-3 .header-nav-call-section {
    display: none;
  }
}
@media (max-width: 420px) {
  .header-style-3 .navbar-toggler {
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  .header-style-3 .logo-header {
    width: 120px;
  }
}
