/**----------------------------------------
START: About CSS
----------------------------------------*/
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-section {
    padding-top: 120px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 1170px) {
    .about-section {
      padding-top: 70px;
    }
  }
  .about-section .round-shape {
    position: absolute;
    bottom: -10%;
    right: 0;
    z-index: -1;
  }
  @media only screen and (max-width: 767px) {
    .about-section .round-shape {
      display: none;
    }
  }
  
  .about-wrap {
    background-color: var(--rr-color-bg-1);
    max-width: 1710px;
    width: 100%;
    padding: 0 150px 0 195px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow-x: clip;
  }
  @media (max-width: 1170px) {
    .about-wrap {
      padding: 0 80px 0 80px;
    }
  }
  @media only screen and (max-width: 992px) {
    .about-wrap {
      padding: 0 20px;
    }
  }
  .about-wrap .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .about-wrap .about-content {
    padding: 120px 0;
  }
  @media (max-width: 1170px) {
    .about-wrap .about-content {
      padding: 60px 0;
    }
  }
  .about-wrap .about-content .section-heading .section-title {
    margin-bottom: 30px;
  }
  .about-wrap .about-content p {
    max-width: 740px;
    width: 100%;
    margin-bottom: 40px;
  }
  @media (max-width: 1170px) {
    .about-wrap .about-content p {
      max-width: 450px;
    }
  }
  .about-wrap .about-img-wrap {
    text-align: right;
    position: relative;
    max-width: 620px;
    width: 100%;
    margin-left: auto;
  }
  @media only screen and (max-width: 992px) {
    .about-wrap .about-img-wrap {
      margin-left: 0;
      margin: 0 auto;
    }
  }
  .about-wrap .about-img-wrap .about-img {
    /* transform: translateY(-120px); */
    position: relative;
    max-width: 507px;
    width: 100%;
    margin-left: auto;
  }
  @media only screen and (max-width: 992px) {
    .about-wrap .about-img-wrap .about-img {
      margin: 0 auto;
      transform: translateY(0px);
    }
  }
  .about-wrap .about-img-wrap .about-img .img-shape {
    background-color: #3F5AF3;
    mix-blend-mode: multiply;
    content: "";
    width: 90px;
    height: 160px;
    position: absolute;
    top: 55%;
    left: 10px;
    transform: translateY(-50%);
    opacity: 0.9;
    z-index: 1;
  }
  .about-wrap .shape {
    opacity: 0.05;
}
  .about-wrap .about-img-wrap .about-img .img-shape img {
    transform-origin: inherit;
  }
  .about-wrap .about-img-wrap .about-img-2 {
    max-width: 325px;
    width: 100%;
    height: 280px;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  .about-wrap .about-img-wrap .about-img-2 img {
    border-right: 10px solid #0B0F15;
    border-top: 10px solid #0B0F15;
    width: 100%;
    height: 100%;
  }

  .about-wrap .about-text .light-img{
    max-width: 700px;
    width: 100%;
    position: absolute;
    left: 20%;
    bottom: 10px;
    z-index: -1;
  }
  @media only screen and (max-width: 992px) {
    .about-wrap-2 {
      flex-direction: column-reverse;
    }
  }
  
  .about-img-box {
    position: relative;
    height: 650px;
    max-width: 600px;
    width: 100%;
    position: relative;
  }
  @media only screen and (max-width: 992px) {
    .about-img-box {
      margin: 0 auto;
    }
  }
  .about-img-box .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 430px;
    width: 100%;
    height: 480px;
  }
  .about-img-box .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-img-box .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    width: 100%;
    height: 390px;
  }
  .about-img-box .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top: 10px solid #02050A;
    border-left: 10px solid #02050A;
  }
  .about-img-box .shape {
    position: absolute;
  }
  .about-img-box .shape.shape-1 {
    max-width: 216px;
    width: 100%;
    height: 185px;
    top: 50px;
    left: -25%;
  }
  .about-img-box .shape.shape-2 {
    max-width: 340px;
    width: 100%;
    height: 340px;
    top: 100px;
    left: -20%;
  }
  
  .about-content-2 {
    padding-left: 50px;
  }
  @media only screen and (max-width: 992px) {
    .about-content-2 {
      padding-left: 0;
      margin-bottom: 30px;
    }
  }
  .about-content-2 .section-heading .section-title {
    margin-bottom: 40px;
  }
  .about-content-2 .about-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 50px;
    max-width: 645px;
    width: 100%;
  }
  .about-content-2 .about-items .about-item {
    display: grid;
    align-items: center;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
  }
  .about-content-2 .about-items .about-item .icon {
    height: 60px;
    width: 60px;
  }
  .about-content-2 .about-items .about-item .title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .about-content-2 .about-items .about-item:hover .icon img {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
  }
  
  .about-wrap-3 {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 120px 0;
    position: relative;
  }
  @media only screen and (max-width: 767px) {
    .about-wrap-3 {
      padding: 70px 0;
    }
  }
  .about-wrap-3 .about-text {
    position: absolute;
    top: 70px;
    left: 25%;
    z-index: 1;
  }
  .about-wrap-3 .about-text .mission {
    color: var(--rr-color-bg-1);
    font-size: 150px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(176, 178, 183, 0.09);
  }
  @media only screen and (max-width: 992px) {
    .about-wrap-3 .about-text .mission {
      font-size: 100px;
    }
  }
  @media only screen and (max-width: 767px) {
    .about-wrap-3 .about-text .mission {
      display: none;
    }
  }
  
  .about-img-items {
    max-width: 500px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
  }
  @media only screen and (max-width: 992px) {
    .about-img-items {
      margin-bottom: 30px;
    }
  }
  .about-img-items .img-1 {
    width: 380px;
    height: 365px;
    object-fit: cover;
  }
  .about-img-items .about-thumb-2 {
    width: 245px;
    height: 235px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .about-content-3 {
    position: relative;
    z-index: 2;
  }
  .about-content-3 .section-heading .section-title {
    margin-bottom: 30px;
  }
  .about-content-3 .section-heading p {
    margin-bottom: 40px;
  }
  
  .about-section-4 {
    position: relative;
    z-index: 1;
  }
  .about-section-4 .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  @media (max-width: 1170px) {
    .about-section-4 .shape {
      bottom: 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .about-section-4 .shape {
      display: none;
    }
  }
  
  .about-img-wrap-4 {
    position: relative;
    text-align: right;
    max-width: 670px;
    width: 100%;
  }
  .about-img-wrap-4 .img-1 {
    max-width: 550px;
    width: 100%;
    height: 600px;
    margin-left: auto;
  }
  @media only screen and (max-width: 767px) {
    .about-img-wrap-4 .img-1 {
      height: 400px;
    }
  }
  .about-img-wrap-4 .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-img-wrap-4 .img-2 {
    height: 255px;
    width: 255px;
    position: absolute;
    bottom: 50px;
    left: 0;
    border-top: 10px solid #02050A;
    border-right: 10px solid #02050A;
  }
  @media only screen and (max-width: 767px) {
    .about-img-wrap-4 .img-2 {
      bottom: 0;
    }
  }
  .about-img-wrap-4 .img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-content-4 {
    padding-left: 50px;
  }
  @media (max-width: 1170px) {
    .about-content-4 {
      padding-left: 10px;
    }
  }
  @media only screen and (max-width: 992px) {
    .about-content-4 {
      margin-top: 30px;
      padding-left: 0;
    }
  }
  .about-content-4 .section-heading .section-title {
    margin-bottom: 40px;
  }
  .about-content-4 .section-heading p {
    margin-bottom: 40px;
  }
  .about-content-4 .about-counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 40px;
    max-width: 610px;
    width: 100%;
  }
  .about-content-4 .about-counter-wrap .about-counter {
    display: grid;
    align-items: center;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
  }
  .about-content-4 .about-counter-wrap .about-counter .title {
    font-size: 40px;3
    padding: 12px 25px;
  }
  .about-tab .nav-tabs .nav-link:not(:last-of-type) {
    margin-right: 20px;
  }
  .about-tab .nav-tabs .nav-link.active {
    background-color: var(--rr-color-theme-primary);
    color: var(--rr-color-common-white);
  }
  .about-tab .tab-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .about-img-wrap-5 {
    position: relative;
    padding-bottom: 70px;
  }
  .about-img-wrap-5 .shapes .shape {
    position: absolute;
    z-index: -1;
  }
  .about-img-wrap-5 .shapes .shape.shape-1 {
    top: -10%;
    right: 10%;
  }
  .about-img-wrap-5 .shapes .shape.shape-2 {
    top: 5%;
    right: -15%;
  }
  .about-img-wrap-5 .img-1 {
    height: 490px;
    max-width: 505px;
    width: 100%;
    object-fit: cover;
  }
  .about-img-wrap-5 .about-img-2 {
    max-width: 323px;
    width: 100%;
    height: 338px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  @media only screen and (max-width: 767px) {
    .about-img-wrap-5 .about-img-2 {
      border: none;
    }
  }
  .about-img-wrap-5 .about-img-2 .img-2 {
    border-top: 10px solid #02050A;
    border-left: 10px solid #02050A;
    object-fit: cover;
  }
  
  .about-img-6 {
    max-width: 678px;
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 992px) {
    .about-img-6 {
      margin: 0 auto;
    }
  }
  
  .about-content-6 {
    padding-left: 30px;
  }
  @media only screen and (max-width: 992px) {
    .about-content-6 {
      margin-top: 40px;
      padding-left: 0;
    }
  }
  .about-content-6 .section-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--rr-color-border-1);
  }
  .about-content-6 .section-heading .section-title {
    margin-bottom: 20px;
  }
  .about-content-6 .about-card .icon {
    background-color: rgba(63, 90, 243, 0.1);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
  }
  .about-content-6 .about-card .icon img {
    height: 41px;
    width: 41px;
  }
  .about-content-6 .about-card .title {
    margin-bottom: 20px;
  }
  .about-content-6 .about-card p {
    margin-bottom: 0;
  }
  
  @media only screen and (max-width: 992px) {
    .about-wrap-7 {
      flex-direction: column-reverse;
    }
  }
  
  .about-content-7 {
    padding-right: 30px;
  }
  @media only screen and (max-width: 992px) {
    .about-content-7 {
      margin-top: 40px;
      padding-right: 0;
    }
  }
  .about-content-7 .section-heading .section-title {
    margin-bottom: 25px;
  }
  .about-content-7 .about-list-wrap span {
    color: var(--rr-color-common-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
  }
  .about-content-7 .about-list-wrap .about-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 40px;
  }
  .about-content-7 .about-list-wrap .about-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .about-content-7 .about-list-wrap .about-list li:not(:last-of-type) {
    margin-right: 40px;
  }
  .about-content-7 .about-list-wrap .about-list li i {
    color: var(--rr-color-theme-primary);
  }
  .about-content-7 .rr-primary-btn {
    border-radius: 100px;
  }


  /** Buttons CSS */
.rr-primary-btn {
  background-color: #00AFEF;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.rr-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.rr-primary-btn i {
  margin-left: 10px;
  font-size: 16px;
}
.rr-primary-btn:hover {
  color:#FFF;
}
.rr-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rr-primary-btn:focus {
  color: #FFF;
}
.rr-primary-btn.transparent {
  background-color: transparent;
  border: #00AFEF;
  color:#00AFEF;
}
.rr-primary-btn.transparent:hover {
  color: #FFF;
}
.rr-primary-btn.transparent:before {
  background-color:#00AFEF;
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/