@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: #010057;
  --color_secondary: #01a0ae;
}

.site-header {
  padding: 10px 0;
}

.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;
}