.about-area {
    position: relative;
    display: block;
}

.py-120 {
    padding: 120px 0;
}

.align-items-center {
    align-items: center !important;
}

.about-left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.about-img {
    position: relative;
}

.about-img img {
    border-radius: 50%;
    border: 10px solid #ffffff;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.about-img .img-2 {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 280px;
    box-shadow: none;
}


.about-img .img-3 {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 200px;
    box-shadow: none;
}

.about-experience {
/*    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);*/
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: absolute;
    left: -30px;
    bottom: 80px;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
}

.about-experience span {
    color: var(--color-white);
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.about-experience h5 {
    color: var(--color-white);
    font-size: 20px;
}

.about-right {
    position: relative;
    display: block;
    padding-left: 30px;
}

.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.about-list-wrap {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 35px;
}

.about-list {
    position: relative;
    display: block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-info-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.theme-btn {
    font-size: 16px;
    color: var(--color-white);
    padding: 10px 24px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme-gradient);
    box-shadow: var(--box-shadow);
    z-index: 1;
}


.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}







.partner-bg {
    position: relative;
    background: rgba(252, 34, 106, .03);
}

.py-80 {
    padding: 80px 0;
}

.partner-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/shape/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
}

.partner-wrapper {
    position: relative;
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}



.counter-area {
    position: relative;
    background-image: url(/assets/img/shape/02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.counter-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    background: #ffffff;
    padding: 30px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.counter-box .icon {
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 35px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
    position: relative;
}

.counter-box .icon::before {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px dashed #FC226A;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    z-index: -1;
}


.counter-box .icon img {
    width: 42px;
    filter: brightness(0) invert(1);
}


.counter-box .counter-info {
    display: flex;
    align-items: center;
    gap: 2px;
}


.counter-info {
    padding-right: 20px;
}

.counter-box .title {
    color: #01054C;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.pb-80 {
    padding-bottom: 80px;

    padding-top: 80px;
}


.counter-box .counter {
    display: block;
    line-height: 1;
    color: var(--color-dark);
    font-size: 33px;
    font-weight: 900;
}


@media (max-width: 767px) {
    .about-experience {
        left: -7px;
        padding: 20px 10px;
    }
}



@media (max-width: 767px) {
    .about-img {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .about-img .img-2 {
        width: 150px;
        right: -10px;
    }
}


@media (max-width: 767px) {
    .about-img .img-3 {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .about-left {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-right {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .about-right {
        margin-top: 90px;
    }
}



@media only screen and (max-width: 600px) {


    .header .logo img {
        padding-top: 10px;
    }

    .hero {

        min-height: 490px;
        max-height: 490px;
        height: 490px!important;
}

 .header_book_space_btn{

    display: none;

}

    .hero {
    background: url(../images/ibex-bannr-mob-11-nov.jpg) center center;
  }

  .about-area-mobile-padding{
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .partner-area-mobile-padding{
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .supported-by-head-padding{
    padding-bottom: 30px;
  }

  .clients-mobile-padding{
    padding:60px 0;
  }

}








