.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 16px; }

.header .logo-brand:hover .logo-1 {
  display: none; }
.header .logo-brand:hover .logo-2 {
  display: block; }

.h-call {
  display: flex;
  margin-left: 16px;
  align-items: center; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #555;
    font-size: 14px;
    font-weight: 600; }
  .h-call-number {
    color: #000;
    font-size: 16px;
    font-weight: 700; }
  .h-call:hover {
    text-decoration: none; }
    .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.ab-pages .h-call {
  display: flex;
  margin-left: 16px; }
  .ab-pages .h-call .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .ab-pages .h-call-text {
    color: #adadad; }
  .ab-pages .h-call-number {
    color: #fff; }
  .ab-pages .h-call:hover {
    text-decoration: none; }
    .ab-pages .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.header.top_header {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header.top_header .logo {
    height: 50px;
    padding: 0; }
  .header.top_header .h-call .icon-wrap {
    color: #fff; }
  .header.top_header .h-call-text, .header.top_header .h-call-number {
    color: #000; }

@media (max-width: 767px) {
  .header {
    padding: 12px 0; }
    .header .logo-h {
      display: none; }
    .header .logo-2 {
      display: block; }

  .header.top_header .logo {
    height: 45px !important; }

  .slider {
    height: 50vh; }

  .slider .swiper-slide h2 {
    font-size: 28px; }

  .page-header h2 {
    font-size: 24px; }

  .header .logo {
    height: 45px; }

  .section-title h2 {
    font-size: 24px; }

  .image-content-box .content-box h4 {
    font-size: 16px; }

  .content-box ul {
    padding-inline-start: 24px;
    font-size: 14px; }

  .page-header {
    padding: 110px 0 70px 0 !important; }

  .slider h6 {
    margin-top: 120px;
    font-size: 20px !important; } }
.page-header {
  margin-top: 0;
  padding: 160px 0 80px 0; }

.nav-link {
  padding: 10px 20px !important; }

.logo {
  height: 65px;
  padding: 0; }

.header .navbar {
  padding: 8px 16px !important;
  border-radius: 8px; }

.btn-primary {
  background-color: #f65935;
  border-color: #f65935; }

.navbar {
  justify-content: start; }

.mobile-home-btn {
  margin-left: auto !important;
  margin-right: 24px; }

/*# sourceMappingURL=header.css.map */
