body {
  font-family: 'Barlow', sans-serif;
}

h1 {
  font-family: 'Trajan Pro', serif !important;
  font-weight: 700;
  font-size: 38px;
  color: #1F406D;
}

h2 {
  font-family: 'Trajan Pro', serif !important;
  font-weight: 700;
  font-size: 32px;
  color: #1F406D;
}

h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 700;
  font-size: 20px;
}

a {
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    color: #db5220;
}
a:hover {
    text-decoration: underline;
}
span {
    font-family: 'Barlow', sans-serif;
}
p {
    font-family: 'Barlow', sans-serif;
    color: #1F406D;
    font-size: 19px;
}
.rightMenuSec{
    position: relative !important;
}


.ti-widget.ti-goog .ti-widget-container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin: 0 auto;
  overflow: hidden !important;
  padding: 20px 10px;
  gap: 20px;
}

.custom-search-form {
    display: flex;
    align-items: center;
    background-color: #bfc9dd;
    padding: 0px 8px;
    border-radius: 0px;
    width: 100%;
}

.custom-search-form .search-field {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 16px;
  padding: 6px;
  outline: none;
}

.custom-search-form .search-submit {
  background: none;
  border: none;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.custom-search-form .search-submit i {
  color: white;
}

input[type=text], input[type=email], input[type=number], input[type=password], textarea {
  width: 100%;
  padding: 10px;
  background-color: #bfc9dd;
  opacity: 0.4;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit], input[type=button] {
  background-color: #f27026;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: #d65c1e;
}

.custom-search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 20px;
  width: 250px;
}

.search-icon {
  cursor: pointer;
  margin-right: 8px;
  color: #333;
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
}
.custom-footer-shadow {
  height: 80px;
  background: linear-gradient(to top, #f29f05, transparent);
  border-radius: 100% 100% 0 0;
  position: relative;
  top: -40px;
  z-index: -1;
}

.site-footer {
  background-color: #fff;   
  padding: 60px 20px 20px;
  position: relative;
  z-index: 1;
}
div#footerBottom {
    background: linear-gradient(to top, #ffd484, transparent);
}

.customHeader .current-menu-item a{
    font-weight: 600 !important;
}

.fleetCircle {
    height: 112px;
    width: 117px !important;
    /* overflow: hidden; */
}

.badge1-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002e6d;
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  font-weight: 600;
  font-size: 8px;
  margin-left: 20px;
  position: relative;
  line-height: normal;
  flex-direction: column;
  padding: 4px;
  box-sizing: border-box;
  text-transform: uppercase;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   font-family: trajan pro, serif;
}

.badge1-circle::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 61px;
    height: 61px;
    border: 2px solid #002e6d;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.badge2-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4e7aa9;
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  font-weight: 600;
  font-size: 8px;
  margin-left: 20px;
  position: relative;
  line-height: normal;
  flex-direction: column;
  padding: 4px;
  box-sizing: border-box;
  text-transform: uppercase;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   font-family: trajan pro, serif;
}
.badge2-circle::before{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 61px;
    height: 61px;
    border: 2px solid #4e7aa9;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left{
	border-right: 10px solid #F15E2A;
}

