@charset "UTF-8";

.cpy-paste-block {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.mrgn_btm_top_50{
margin-bottom: 50px;
margin-top: 50px;
}

.mrg-btm-35 {
    margin-bottom: 35px;
}

.mrg-btm-70 {
    margin-bottom: 70px !important;
}

.mrg-top-0 {
margin-top: 0!important

}
.padding-btm-20 {
    padding-bottom: 20px !important;
}

.fa-aboutUs {
    color: #F2C532 !important; 
    font-size: 1.35em !important;
}

.padding55 {
  padding-top: 55px !important;
}

/*profiles countries*/

.arrow {
  text-align: center;
  margin: 1% 0;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*end profiles countries*/

/*List about us*/

  .list4-p {
    margin-left: 1% !important;
    font-size: 25px;
    color: black;
    font-weight: 600;
    margin-top: 2%;
  }

.listAboutUs {
    width: 100%;
    left: 15%;
    margin-top: 25px;
}

.listAnimated {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-animation: fadeIn 0.5s linear;
          animation: fadeIn 0.5s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.listAnimated:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.listAnimated:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.listAnimated:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.listAnimated:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.listAnimated:nth-child(5) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }

/*end list about us*/