@font-face {
  font-family: avenir;
  src: url(../fonts/avenir-font/AvenirLTStd-Medium.otf);
}

@font-face {
  font-family: avenir-bold;
  src: url(../fonts/avenir-font/AvenirLTStd-Heavy.otf);
}

body {
  font-family: avenir;
  background-color: #F8E4C20D;
  overflow-x: hidden;
}

canvas {
  display: none;
}

h1 {
  font-size: 2rem !important;
  font-family: avenir-bold;
}

h4 {
  font-size: 1rem !important;
  font-weight: 700;
  font-family: avenir-bold;
}

p {
  font-size: 12px !important;
}

b {
  font-family: avenir-bold;
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  max-width: 50px;
}

.navbar-brand span {
  font-size: 2rem;
  font-size: 2rem;
  position: absolute;
  top: 9px;
}

.bg-header {
  background-color: #FFFCF7;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.button {
  border-radius: 15px !important;
}

.btn-warning {
  background-color: #F1EB28 !important;
  border-color: #F1EB28 !important;
}

.my-nav li {
  border-bottom: 1px solid #BEBEBE;
}

.my-nav li.active {
  border-bottom: 2px solid #E29000;
}

.bsb-hero-1 {
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-image: url('../images/hero-img.jpg');
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.hero-box {
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-image: url('../images/hero-inner-img.jpg');
  padding: 2rem;
  border-radius: 50px;
}

.hero-box p {
  text-align: center;
  font-size: 22px !important;
}

.bsb-hero-1 h1 {
  color: #E29000;
}

.bsb-hero-1 button {
  background-color: #E29000;
  padding: 0.5rem 2rem;
  border-radius: 15px;
}

section.about h3 {
  font-size: 1.5rem;
}

section.about h4 {
  font-family: avenir-bold;
  font-size: 1rem;
  font-weight: 800;
}

section.map-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: unset;
  border-color: white;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: white;
}

.map-section .nav-tabs .nav-item.show .nav-link,
.map-section .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #F1EB28;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}

.content-side {
  border-left: 1px solid #BEBEBE;
}

.tabs-side .nav-tabs {
  border-bottom: none;
}

/* .tabs-side .nav-tabs::before {
  content: url(../images/up-arrow.png);
}

.tabs-side .nav-tabs::after {
  content: url(../images/down-arrow.png);
} */

.tabs-side .nav-tabs button {
  /* padding-left: 12px !important; */
  font-size: 12px;
}

.tabs-side .nav-tabs li button.active::before {
  margin-right: 12px;
  content: url(../images/nav-active.png);
}

.tabs-side .nav-tabs li button::before {
  margin-right: 12px;
  content: url(../images/nav-inactive.png);
}

.tabs-side .nav-tabs .nav-link {
  padding-left: 0;
  border: 0;
}

.privacy-page h1,
.privacy-page h2 {
  color: #E29000;
  font-family: avenir;
}

.all-coutries-list span {
  border: 1px solid #f1eb29;
  border-radius: 10px;
  padding: 4px;
  margin: 2px 1px;
  display: inline-block;
}

small {
  font-size: 13px;
}

.core-features .content-side {
  min-height: 320px;
}