@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "AirIndia";
  src: url("../fonts/airindia-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AirIndia";
  src: url("../fonts/AirIndiaVariable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
}

body,
p,
span {
  font-family: "NunitoSans", sans-serif !important;
}

h1,
h2,
h3 {
  font-family: "AirIndia", sans-serif !important;
}

p span {
  font-weight: 600;
}

strong,
b {
  font-weight: 700;
}

a {
  font-family: "NunitoSans", sans-serif !important;
}

.zeus.tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

.zeus.tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

:root {
  --color_primary: #104d8c;
  --color_secondary: #2e9bd3;
}

.topbar {
  background-color: #000000;
}

.site-header {
  padding: 10px 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}

.site-logo .logo {
  display: block;
}

.site-logo .logo img {
  width: 200px;
}

.cstm_nav_row {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 200px;
  background: #fff;
  padding: 5px;
  border-radius: 100%;
}

.tp-caption.ch_title,
.ch_title {
  color: #fff;
}

.tp-caption.ch_content,
.ch_content {
  color: #fff;
}

.page-header h1 {
  color: #fff;
}

.fh-icon-box .fh-icon img {
  width: 74px;
}

.fh-service {
  display: flex;
  flex-wrap: wrap;
}

.fh-service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fh-service-col {
  display: flex;
  margin-bottom: 30px;
}

.fh-service-box {
  justify-content: center;
}

#showMessage {
  display: none;
  margin-top: 15px;
  font-weight: bold;
  transition: opacity 0.5s;
}

#showMessage.success_msg {
  color: green;
}

#showMessage.error_msg {
  color: red;
}

button.tp-caption.ch_button.rev-btn {
  position: unset;
  width: 100%;
}

.welservices-2 {
  margin-top: -133px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.welservices-2 .fh-icon-box.style-1 {
    height: 100%;
}

.hdrgtpara.lftredbrdr {
    border-left: 1px solid #ffffff;
}

.fh-service-box.style-1 {
    border: 1px solid #ffffff;
}


/* Solid dark header (non-transparent) */
.site-header .nav ul.menu > li > a {
  color: #fff;
}

.site-header .nav ul.menu > li:hover > a,
.site-header .nav ul.menu > li.current-menu-item > a,
.site-header .nav ul.menu > li.active > a {
  color: var(--color_secondary);
}

/* After scroll (sticky minimized) make header dark */
body.header-sticky .site-header.minimized {
  background-color: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body.header-sticky .site-header.minimized .nav ul.menu > li > a {
  color: #fff !important;
}

body.header-sticky .site-header.minimized .nav ul.menu > li:hover > a,
body.header-sticky .site-header.minimized .nav ul.menu > li.current-menu-item > a,
body.header-sticky .site-header.minimized .nav ul.menu > li.active > a {
  color: var(--color_secondary) !important;
}

.page-header .header-title {
  padding-top: 240px;
  padding-bottom: 120px;
}