@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap');*/
 body {
        font-family: Tajawal, sans-serif;
       
      }
.link {
  width: 921px;
  height: 71px;
  background: url("img/linkbg.png") center no-repeat;
  margin: 0 auto 35px;
  position: relative;
  overflow: hidden;
}

.link__icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  right: 22px;
  border-radius: 50%;
  text-align: center;
  fill: #c5912f;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.link__item {
  text-decoration: none;
  font-family: Tajawal, sans-serif;
  text-align: right;
  padding-right: 100px;
  color: #1e535b;
  font-size: 1.2rem;
  display: block;
  margin: 20px auto 0;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	position: relative;
		
}
span.thum {
	position: absolute;
	top: 15px;
	left: 35px;
	
	
	
}
span.thum img {
	max-width: 60%
}

.link__item:hover {
  color: #000;
  padding-right: 110px;
}

.heading {
  width: 926px;
  height: 91px;
  background: url("img/headingBg.png") center no-repeat;
  margin: 0 auto 30px;
  position: relative;
}

.heading__icon {
  display: block;
  width: 43px;
  height: 43px;
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 37px;
  border-radius: 50%;
  fill: #1e535b;
}

.heading h3 {
  font-size: 1.3rem;
  font-family: Tajawal, sans-serif;
  text-align: right;
  padding-right: 105px;
  line-height: 105px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=style.css.map */