/* 12.01 About CSS */
.about-image-area {
    position: relative;
    z-index: 9;
    height: 100%;
    margin-right: 45px;
  }
  .about-image-area.right-0 .about-image {
    right: 0;
  }
  .about-image-area .about-image {
    max-width:250px ;
    position: relative;
    top: 0;
    right: 176px;
    float: right;
    z-index: 9;
  }
  .about-image-area .about-image:hover{
  
    z-index: 99!important;
  }
  .about-image-area .about-image.right-n50 {
    right: -50px !important;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-image-area .about-image.right-n50 {
      right: 0 !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-area .about-image.right-n50 {
      right: 0 !important;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-area .about-image.right-n50 {
      right: 0 !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-image-area .about-image.right-n50 {
      right: 0 !important;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-area .about-image {
      right: 60px;
    }
    .about-image-area .about-image:nth-child(3) {
        position: absolute;
        top: 100px;
        right: 233px!important;
        z-index: 10;
        /* float: right; */
        /* text-align: left; */
    }
    .about-image-area .about-image:nth-child(2) {
        position: absolute;
        top: 58px;
        right: 138px;
        z-index: 11;
        float: left;
        text-align: left;
        max-width: 192px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-image-area .about-image {
      right: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .about-image-area .about-image {
      right: 0;
      width: 250px;
    }
    .about-image-area .about-image:nth-child(3) {
        position: absolute;
        top: 100px;
        right: 169px!important;
        z-index: 10;
        float: right;
        text-align: left;
      }
  }
  .about-image-area .about-image:nth-child(2) {
    position: absolute;
    top: 48px;
    right: 138px;
    z-index: 11;
    float: left;
    text-align: left;
  }.about-image-area .about-image:nth-child(3) {
    position: absolute;
    top: 100px;
    right: 324px;
    z-index: 10;
    float: right;
    text-align: left;
  }.about-image-area .about-image:nth-child(4) {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 8;
    /* float: left; */
    /* text-align: left; */
  }
  .about-image-area .about-image img {
    border-radius: 5px;
    /* -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1); */
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  }
  .about-image-area .about-image:hover img {
    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.2), 0 2rem 3rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.2), 0 2rem 3rem rgba(0, 0, 0, 0.25);
  }
  .about-image-area .shape {
    position: absolute;
    z-index: 1;
  }
  .about-image-area .shape-1 {
    right: 0;
    top: 50px;
    z-index: -1;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-area {
      margin-right: 0;
    }
    .about-image-area .shape {
      position: absolute;
      z-index: -1;
    }
    .about-image-area .shape-1 {
      right: 0;
      top: 50px;
      z-index: -1;
    }
    .about-image-area .shape-1 span {
      width: 200px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-area {
      margin-right: 0;
    }
    .about-image-area .shape {
      position: absolute;
      z-index: -1;
    }
    .about-image-area .shape-1 {
      right: 0;
      top: 50px;
      z-index: -1;
    }
    .about-image-area .shape-1 span {
      width: 200px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-image-area {
      margin-right: 0;
    }
    .about-image-area .shape {
      position: absolute;
      z-index: -1;
    }
    .about-image-area .shape-1 {
      right: 0;
      top: 10px;
      z-index: -1;
    }
    .about-image-area .shape-1 span {
      width: 200px;
    }
  }
  
  .about-content-area p {
    max-width: 420px;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-area p {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-content-area p {
      max-width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-area {
      margin-top: 150px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-content-area {
      margin-top: 150px;
    }
  }
  
  .about-funfact .number {
    font-size: 41px;
    line-height: 1;
    color: #1292ee;
    margin-bottom: 15px;
  }
  .about-funfact .text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .about-shape-animation {
    position: relative;
  }
  .about-shape-animation .shape {
    position: absolute;
    z-index: 1;
  }
  .about-shape-animation .shape-1 {
    top: auto;
    bottom: 0px;
    right: -35px;
    z-index: -1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-shape-animation .shape-1 {
      bottom: -60px;
      right: 0px;
      z-index: -1;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-shape-animation .shape-1 {
      bottom: -60px;
      right: 0px;
      z-index: -1;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-shape-animation .shape-1 {
      bottom: -60px;
      right: 0px;
      z-index: -1;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-shape-animation .shape-1 {
      bottom: -60px;
      right: 0px;
      z-index: -1;
    }
  }
  
  .about-content-full .title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-full .title {
      font-size: 26px;
      line-height: 32px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-content-full .title {
      font-size: 24px;
      line-height: 30px;
    }
  }
  .about-content-full p {
    margin-bottom: 20px;
  }
  

  .section-padding-bottom-200 {
    padding-bottom: 200px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .section-padding-bottom-200 {
      /* padding-bottom: 170px; */
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom-200 {
      padding-bottom: 200px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-bottom-200 {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding-bottom-200 {
      padding-bottom: 60px;
    }
  }
  .about-btn{
    background-color: #f99d63
;
	display: inline-block;
	color: var(--light);
	font-size: 20px;
    line-height: 12;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
    border-radius: 3px;
  }