.has-fixed.is-shrink .header-main {
    z-index: 9999;
}
.header-banner i {
    font-size: 49px;
    text-align: center;
}
.header-banner .card {
    text-align: center;   
}
.blur-a:after, .blur-a-bg {
    background: url('../images/blur-a.png') no-repeat fixed;
    background-size: cover;
}
.blur-a:before {
    content: "";
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    height: 100%;
}
/* .blur-a .overlay */
.service {
    background: url('../images/156.jpg') no-repeat fixed;
    background-size: cover; 
    position: relative;
}
.service p {
    position: relative;
    z-index: 5;
    font-weight: bold;
}
.service:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    display: block;
}
.service img.svg {
    width: 100%;
    display: block;
    position: relative;
    z-index: 999;
}
.section.section-m.bg-white img {
    position: absolute;
    top: 0
}
.service .card {
    border-radius: 50px 10px 50px 10px;
    text-align: center;
}
.service .card h5 {
    margin-bottom: 40px;
    color: #947e18
}
.service .card img {
    border-radius: 50px 10px 50px 10px;
}
.icons-about i {
    font-size: 45px;
    margin-bottom: 20px;
}
.resources .content-res {
    margin-top: 120px;
}
.contact-icon {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #947e18;
}

.nk-circle-animation.accent-alt:after{
    border-top-color: #ac8b1f;
    border-bottom-color: #947e18;
}
.nk-circle-animation.accent-alt:before {
    border-top-color: #ac8b1f;
    border-right-color: #947e18;
}
.title {
    color: #bb9946
}
.main-color  {
    color: #bb9946 !important;
}
.fs-6 {
    font-family: 'Droid Arabic Kufi', serif;
}
.howitworks i {
    font-size: 46px;
    color: #bb9946 !important;
}

/* Begin Page About */
.page-about {
    background-color: #f2f2f2;
}
.hexagon-wrapper {
  margin: auto;
  display: flex;
  text-align: initial;
  width: 150px;
  height: 150px;
  cursor: pointer;
}

.hexagon {
  position: relative;
  width: 46%;
  height: 80%;
  margin: auto;
  color: white;
  background: linear-gradient(-180deg, white, #bb9946);
  display: flex;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}

.hexagon i {
  z-index: 1;
  margin: auto;
  font-size: 50px;
  color: transparent;
  background: linear-gradient(45deg, #bb9946, #333);
  background-clip: text;
  -webkit-background-clip: text;
}

.hexagon:before,
.hexagon:after {
  position: absolute;
  content: "";
  background: inherit;
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: 0.5s;
  transform-origin: center;
}
.hexagon:before {
  transform: rotateZ(60deg);
}
.hexagon:after {
  transform: rotateZ(-60deg);
}
.hexagon:hover {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:before {
  border-radius: 50px;
  transition: 0.5s;
}
.hexagon:hover:after {
  border-radius: 50px;
  transition: 0.5s;
}