@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gd1jm4');
  src:  url('fonts/icomoon.eot?gd1jm4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gd1jm4') format('truetype'),
    url('fonts/icomoon.woff?gd1jm4') format('woff'),
    url('fonts/icomoon.svg?gd1jm4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="bsicon-"], [class*=" bsicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.bsicon-award-star-with-olive-branches:before {
  content: "\e900";
}
.bsicon-box:before {
  content: "\e901";
}
.bsicon-left-quote:before {
  content: "\e902";
}
.bsicon-mail-black-envelope-symbol:before {
  content: "\e903";
}
.bsicon-pack:before {
  content: "\e904";
}
.bsicon-package:before {
  content: "\e905";
}
.bsicon-phone-receiver:before {
  content: "\e906";
}
.bsicon-placeholder:before {
  content: "\e907";
}
.bsicon-right-quotation-sign:before {
  content: "\e908";
}
.bsicon-rocket-icon:before {
  content: "\e909";
}
.bsicon-send:before {
  content: "\e90a";
}
.bsicon-smile:before {
  content: "\e90b";
}
.bsicon-telephone:before {
  content: "\e90c";
}
.bsicon-user-male-black-shape:before {
  content: "\e90d";
}
.recent-news img {
	width: 100%;
}






.counter-z {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 48px;
    letter-spacing: 0.5em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 576px){
.count-title {
    letter-spacing: 0.1em;
}
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}


.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.count-title-z {
    font-size: 2em;
    
}



.style-07 {
  position: relative;
}
.style-07::before, .style-07::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.style-07::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}