/* Begin of About section  */
.inner-banber img {
    width: 100%;
    filter: brightness(0.5);
    position: relative;
    height: 540px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 330px;
    left: 120px;
    bottom: unset;
    display: flex;
    align-items: center;
}
.inner-banner-text h2 {
    font-family: "Barlow", Sans-serif;
    font-size: 89px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2em;
}

/* End of About section  */

.para-social-ul ul {
    list-style: none;
    padding: 0;
    height: 230px;
    overflow-y: scroll;
    padding-top: 20px;
}

.testi-para h2 {
    font-size: 31px;
    text-decoration: underline;
    line-height: 42px;
}
.testi-para {
    text-align: center;
    border: 1px solid;
    margin: 21px 20px;
    padding: 30px;
    height: 530px;
}

.only-para p {
    font-size: 22px;
    color: #000000;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
}

section.brandSlides {
    padding-top: 30px;
    padding-bottom: 110px;
    padding: 90px 70px;
    padding-bottom: 170px;
}

.para-social-ul {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}

.para-social-ul ul::-webkit-scrollbar {
    width: 0.3em !important;
  }
   
  .para-social-ul ul::-webkit-scrollbar-track {
    background:#ddd;
  }
   
  .para-social-ul ul::-webkit-scrollbar-thumb {
    background-color: darkgrey !important;
    border-radius:50px;
  }

  .para-social-ul li {
    border-bottom: 1px solid rgba(9,9,9,.04);
    line-height: 41px;
}

.services-packages a {
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2.5em;
    color: #FFFFFF;
    background-color: #170A38;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 25px 40px;
    text-decoration: unset;
}

.only-para {
    padding: 20px;
    position: relative;
}

.only-para::before {
    content: 'Price option';
    position: absolute;
    left: -16px;
    top: 46px;
    font-size: 14px;
    /* transform: rotate3d(1, 1, 1, 191deg); */
    transform: rotate(269deg);
    font-weight: 700;
}

li.for-bold {
    font-weight: 800;
}

.para-social-ul {
    position: relative;
}

.para-social-ul::before {
    content: 'Training Pacakges';
    position: absolute;
    font-size: 13px;
    transform: rotate(270deg);
    left: -31px;
    top: 96px;
    font-weight: 700;
}