@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoona1d9.eot?f3u5hc');
  src:  url('fonts/icomoona1d9.eot?f3u5hc#iefix') format('embedded-opentype'),
    url('fonts/icomoona1d9.ttf?f3u5hc') format('truetype'),
    url('fonts/icomoona1d9.woff?f3u5hc') format('woff'),
    url('fonts/icomoona1d9.svg?f3u5hc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-placeholder:before {
  content: "\e900";
}
.icon-relationship:before {
  content: "\e901";
}
.icon-magnifying-glass:before {
  content: "\e902";
}
.icon-phone-call:before {
  content: "\e903";
}
.icon-right-arrow:before {
  content: "\e904";
}
.icon-left-arrow:before {
  content: "\e905";
}
.icon-tick:before {
  content: "\e906";
}
.icon-recommend:before {
  content: "\e907";
}
.icon-recruit:before {
  content: "\e908";
}
.icon-coffee:before {
  content: "\e909";
}
.icon-customer-review:before {
  content: "\e90a";
}
.icon-development:before {
  content: "\e90b";
}
.icon-color-sample:before {
  content: "\e90c";
}
.icon-front-end:before {
  content: "\e90d";
}
.icon-online-shopping:before {
  content: "\e90e";
}
.icon-web-design:before {
  content: "\e90f";
}
.icon-graphic-design:before {
  content: "\e910";
}
.icon-play-button:before {
  content: "\e911";
}
.icon-training:before {
  content: "\e912";
}
.icon-strategy:before {
  content: "\e913";
}



.fab, .far {
    font-weight: 400;
	font-size: 24px;
}




.close1 {
    color: #aaaaaa;
    float: right;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}



.popup1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.popup1 .popup__content {
  width: 80%;
  overflow: auto;
  padding: 50px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.popup1 .popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.popup1 .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
.popup1 .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup1 .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.box {
  width: 90%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 150px auto;
	text-align: center;
	justify-content: center;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

a:hover {
    color: #fff;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
	z-index: 99;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
