@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: #016fce;
  --color_secondary: #e0dc2b;
}

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

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

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

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

.row-vcenter {
  display: flex;
  flex-wrap: wrap;
  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;
}

.cstm-summary {
  text-align: center;
  border-top-width: 1px !important;
}

.cstm-summary .entry-thumbnail {
  width: 56px;
  height: 56px;
  background: var(--color_primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.cstm-summary .entry-thumbnail i {
  color: #fff;
  font-size: 22px;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}