.page-header h1 {
  font-size: 48px;
  font-weight: 600;
}

.page-header ol.breadcrumb {
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

.page-header .breadcrumb-item > a.active {
  color: #f16b69 !important;
}

.page-header ol.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    justify-content: center;
}

.page-icons  {
  margin: 75px 0;
  background: url(../images/Who-we-are_bg.jpg);
  background-repeat: no-repeat;;
  background-size: cover
}

.get_in_touch {
  background: #c30300;
  color: #fff;
}

.thumbnails .img-container{
	height: 150px;
	position: relative;
}
.thumbnails img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.thumbnails p{
	font-weight: 700;
  font-size: 16px;
}
.thumbnails .col-md-3 p{
	font-size: 18px;
}
.text-white{
	color:white;
}

.red-title{
	background: #c30300;
}

.map-content{
	background: #c30300;
	padding:30px 0;
	position: relative;
}
.map-content.grey{
	background: #666666;
}
.map-content p{
	font-weight: 700;
	font-size: 18px;
}
.map-content:after{
	content: url(https://www.webdesigngambia.com/mfhnew/images/lg/poly-red.png);
	position: absolute;
	top: -39px;
	left: 100px;
}
.map-content.grey:after{
	content: url(https://www.webdesigngambia.com/mfhnew/images/lg/poly-grey.png);
}
.maps .map{
	height: 262px;
}
footer iframe{
  width:100%;
  height: 180px;
}


.dropdown:hover > .dropdown-menu {
  display: block;
}

/* swiper */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    /* background: #c30300; */
    background: #fff;
    border: 2px solid #000;
    height: 15px;
    width: 15px;
}

span.swiper-pagination-bullet {
    /* background: #c9c1c1; */
    background: #fff;
    height: 15px;
    width: 15px;
    opacity: 1;
}
