/* About Page */
 .instagram-area {
  padding-top: 110px; }

 .nav-absolute.navbar-area {
  position: inherit;
  padding: 0; }

 .about-story .story-image .image-bg {
  background-image: url("../img/about-page/story/story.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 471px;
  height: 682px;
  margin-top: -150px;
  float: right; }

 .about-service .service-icon {
  margin-right: 40px; }

 .about-service a {
  margin-top: 40px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize; }
   .about-service a span {
    font-size: 30px;
    position: absolute;
    top: 3px;
    right: 15px;
    transition: all .3s ease-in; }
   .about-service a:hover span {
    right: 10px; }

 .about-team h4 {
  line-height: 28px; }

 .about-team h6 {
  color: #888888;
  font-style: italic; }

 .about-team .slider-image {
  width: 95%; }
   .about-team .slider-image .image-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 850px; }
   .about-team .slider-image .image-1 {
    background-image: url("../img/about-page/team/slider-1.png"); }
   .about-team .slider-image .image-2 {
    background-image: url("../img/about-page/team/nav-2.png"); }
   .about-team .slider-image .image-3 {
    background-image: url("../img/about-page/team/nav-3.png"); }
   .about-team .slider-image .image-4 {
    background-image: url("../img/about-page/team/nav-4.png"); }

 .about-team .team-nav {
  margin-top: -260px; }

 .about-team .nav-image {
  cursor: pointer; }
   .about-team .nav-image .image-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90%;
    height: 260px; }
   .about-team .nav-image .image-1 {
    background-image: url("../img/about-page/team/nav-1.png"); }
   .about-team .nav-image .image-2 {
    background-image: url("../img/about-page/team/nav-2.png"); }
   .about-team .nav-image .image-3 {
    background-image: url("../img/about-page/team/nav-3.png"); }
   .about-team .nav-image .image-4 {
    background-image: url("../img/about-page/team/nav-4.png"); }

 .about-ratings {
  padding-bottom: 60px; }
   .about-ratings .single-item {
    padding: 0 50px;
    margin-bottom: 50px; }
   .about-ratings .ratings-right {
    padding-top: 50px; }
   .about-ratings .item-1,  .about-ratings .item-3 {
    margin-top: -50px; }
   .about-ratings a {
    margin-top: 40px;
    position: relative;
    font-size: 18px;
    text-transform: capitalize; }
     .about-ratings a span {
      font-size: 30px;
      position: absolute;
      top: 3px;
      right: 15px;
      transition: all .3s ease-in; }
     .about-ratings a:hover span {
      right: 10px; }

 .news-section .news-left {
  padding-right: 30%; }
   .news-section .news-left p {
    margin: 50px 0; }

 .news-section .news-image .image-bg {
  background-image: url("../img/about-page/news/news.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 590px; }

 .news-section .news-right {
  padding-left: 30%; }
   .news-section .news-right span {
    margin-top: 30px;
    display: block; }

.rating-circle {
  margin: auto;
  width: 150px;
  height: 150px;
  background: #f7f7f7;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px; }
  .rating-circle .circle-wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--main-color-one);
    border-radius: 50%;
    overflow: hidden; }
    .rating-circle .circle-wave:before, .rating-circle .circle-wave:after {
      content: '';
      position: absolute;
      width: 200%;
      height: 200%;
      top: 0;
      left: 50%;
      transform: translate(-50%, -75%); }
    .rating-circle .circle-wave:before {
      border-radius: 45%;
      background: #f4f4f4;
      animation: naeem 5s linear infinite; }
    .rating-circle .circle-wave:after {
      border-radius: 40%;
      background: rgba(244, 244, 244, 0.5);
      animation: naeem 10s linear infinite; }

@keyframes naeem {
  0% {
    transform: translate(-50%, -75%) rotate(0deg); }
  100% {
    transform: translate(-50%, -75%) rotate(360deg); } }
  .rating-circle span {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%); }
