.about-section .content-inner-3 {
    padding-top: 70px;
    padding-bottom: 40px;
}


@media only screen and (max-width: 991px) {

    .about-section .content-inner-3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

}


.about-section .title-dashed-separator,
.about-section .title-dashed-gradient-separator,
.about-section .title-gradient-separator {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}


.about-section .title-dashed-separator::before,
.about-section .title-dashed-gradient-separator::before,
.about-section .title-gradient-separator::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(var(--bs-body-color-rgb), 0.3) 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}


.about-section .info-widget.style-1 {
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px 50px 10px 15px;
    min-height: 70px;
}


.about-section .info-widget.style-1 span {
    font-size: 16px;
    line-height: 1.3;
    display: block;
    color: var(--bs-secondary);
}


.about-section .info-widget.style-1 .font-20 {
    font-size: 20px;
    font-weight: 500;
}


@media only screen and (max-width: 1480px) {

    .about-section .info-widget.style-1 .font-20 {
        font-size: 16px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .info-widget.style-1 .font-20 {
        font-size: 12px !important;
    }

}


.about-section .info-widget.style-1 .avatar-group {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid rgba(var(--bs-secondary-rgb), 0.1);
}


@media only screen and (max-width: 1199px) {

    .about-section .info-widget.style-1 {
        padding: 10px 30px 10px 15px;
        min-height: 62px;
    }

    .about-section .info-widget.style-1 .avatar-group {
        padding-right: 10px;
        margin-right: 10px;
    }

    .about-section .info-widget.style-1 span {
        font-size: 14px;
    }

    .about-section .info-widget.style-1.m-r40 {
        margin-right: 20px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .info-widget.style-1 {
        padding: 8px 15px 8px 10px;
        min-height: 55px;
    }

    .about-section .info-widget.style-1.m-r40 {
        margin-right: 10px;
    }

    .about-section .info-widget.style-1 span {
        font-size: 12px;
    }

    .about-section .info-widget.style-1 .avatar-group .avatar {
        width: 32px;
    }

}


.about-section .info-widget.style-2 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 12px 20px;
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
    backdrop-filter: blur(5px);
}


.about-section .info-widget.style-2 .content-text {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
}


.about-section .info-widget.style-2 .title {
    font-size: 18px;
    text-align: justify;
}


@media only screen and (max-width: 1199px) {

    .about-section .info-widget.style-2 {
        padding: 10px 15px;
        gap: 12px;
    }

    .about-section .info-widget.style-2 .title {
        font-size: 16px;
    }

    .about-section .info-widget.style-2 .content-text {
        font-size: 45px;
    }

}


.about-section .info-widget.style-3 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}


.about-section .info-widget.style-3 .widget-media {
    width: 35px;
    height: 35px;
}


.about-section .info-widget.style-3 .widget-media i {
    font-size: 35px;
}


.about-section .info-widget.style-3 .widget-content .title {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}


.about-section .info-widget.style-3 .widget-content a {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);
    font-family: var(--font-family-title);
}


.about-section .info-widget.style-4 {
    border-radius: var(--radius-md);
    padding: 50px 60px;
    position: relative;
    box-shadow: 0 0 60px rgba(var(--bs-secondary-rgb), 0.05);
}


.about-section .info-widget.style-4 .title {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}


.about-section .info-widget.style-4 .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 0%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}


.about-section .info-widget.style-4 ul li {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: var(--bs-secondary);
}


.about-section .info-widget.style-4 ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.about-section .info-widget.style-4.widget-sm {
    padding: 30px 30px 25px;
}


.about-section .info-widget.style-4.widget-sm .title {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}


.about-section .info-widget.style-4.widget-sm .title:after {
    content: none;
}


.about-section .info-widget.style-4.widget-sm ul li {
    font-size: 15px;
    font-weight: 500;
}


@media only screen and (max-width: 575px) {

    .about-section .info-widget.style-4.widget-sm {
        padding: 20px 20px 15px;
    }

    .about-section .info-widget.style-4.widget-sm ul li {
        font-size: 14px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .info-widget.style-4 {
        padding: 30px 40px;
    }

    .about-section .info-widget.style-4 .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-section .info-widget.style-4 ul li {
        font-size: 15px;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .info-widget.style-4 {
        padding: 20px 30px;
    }

    .about-section .info-widget.style-4 .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about-section .info-widget.style-4 ul li {
        font-size: 14px;
        padding: 8px 0;
    }

}


.about-section .info-widget.style-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.about-section .info-widget.style-5 .info-widget-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}


.about-section .info-widget.style-5 .info-widget-profile .widget-media {
    width: 60px;
    min-width: 60px;
    height: 60px;
}


.about-section .info-widget.style-5 .info-widget-profile .widget-media img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.about-section .info-widget.style-5 .info-widget-profile .widget-content .title {
    font-size: 18px;
}


.about-section .info-widget.style-5 .info-widget-profile .widget-content .text {
    color: var(--bs-primary);
    font-size: 14px;
    font-weight: 500;
}


.about-section .info-widget.style-5 .btn-square svg {
    fill: none !important;
}


.about-section .section-head {
    margin-bottom: 40px;
}


@media only screen and (max-width: 767px) {

    .about-section .section-head {
        margin-bottom: 20px;
    }

}


.about-section .section-head h2,
.about-section .section-head .h2 {
    font-size: 2.625rem;
    font-weight: 500;
    line-height: 1.3;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head h2,
    .about-section .section-head .h2 {
        font-size: 2.25rem;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .section-head h2,
    .about-section .section-head .h2 {
        font-size: 1.625rem;
    }

}


.about-section .section-head h3,
.about-section .section-head .h3 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
}


@media only screen and (max-width: 1200px) {

    .about-section .section-head h3,
    .about-section .section-head .h3 {
        font-size: 2.15rem;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head h3,
    .about-section .section-head .h3 {
        font-size: 1.75rem;
    }

}


.about-section .section-head h4,
.about-section .section-head .h4 {
    font-size: 2rem;
}


@media only screen and (max-width: 575px) {

    .about-section .section-head h4,
    .about-section .section-head .h4 {
        font-size: 1.5rem;
    }

}


.about-section .section-head p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}


@media only screen and (max-width: 767px) {

    .about-section .section-head p {
        font-size: 14px;
    }

}


.about-section .section-head .font-20 {
    font-size: 20px;
    font-weight: 600;
}


@media only screen and (max-width: 1199px) {

    .about-section .section-head .font-20 {
        font-size: 18px;
    }

}


.about-section .section-head .font-24 {
    font-size: 24px;
    font-weight: 600;
}


@media only screen and (max-width: 1199px) {

    .about-section .section-head .font-24 {
        font-size: 20px;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .section-head .font-24 {
        font-size: 18px;
    }

}


.about-section .section-head .font-28 {
    font-size: 28px;
    font-weight: 600;
}


@media only screen and (max-width: 1199px) {

    .about-section .section-head .font-28 {
        font-size: 24px;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .section-head .font-28 {
        font-size: 20px;
    }

}


.about-section .section-head.text-center p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


.about-section .section-head.m-b30 {
    margin-bottom: 30px;
}


@media only screen and (max-width: 575px) {

    .about-section .section-head.m-b30 {
        margin-bottom: 20px;
    }

}


.about-section .section-head.style-1 .title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}


.about-section .section-head.style-1 p {
    font-size: 18px;
    font-weight: 300;
}


.about-section .section-head.style-1 .small {
    font-size: 16px;
    font-weight: 400;
}


.about-section .section-head.style-1 .font-20 {
    font-size: 20px;
    font-weight: 400;
}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-1 .font-20 {
        font-size: 18px;
    }

}


.about-section .section-head.style-1 [class*=sub-title-icon] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}


.about-section .section-head.style-1 [class*=sub-title-icon] img {
    height: 22px;
    width: 22px;
    display: inline-block;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-1 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-1 p {
        font-size: 16px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-1 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-1 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-2 .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}


.about-section .section-head.style-2 p {
    font-size: 18px;
    font-weight: 300;
}


.about-section .section-head.style-2 .sub-title {
    background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.2), transparent);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-2 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-2 p {
        font-size: 16px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-2 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-2 .title {
        font-size: 28px;
    }

    .about-section .section-head.style-2 p {
        font-size: 14px;
    }

}


.about-section .section-head.style-3 .title {
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}


.about-section .section-head.style-3 p {
    font-size: 18px;
    font-weight: 300;
}


.about-section .section-head.style-3 .sub-title {
    background-image: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.2), transparent);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}


.about-section .section-head.style-3.text-center p {
    max-width: 850px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-3 .title {
        font-size: 45px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-3 .title {
        font-size: 42px;
    }

    .about-section .section-head.style-3 p {
        font-size: 16px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-3 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-3 .title {
        font-size: 28px;
    }

    .about-section .section-head.style-3 p {
        font-size: 14px;
    }

}


.about-section .section-head.style-4 .title {
    font-size: 50px;
    font-weight: 700;
}


.about-section .section-head.style-4 .sub-title {
    color: var(--bs-primary);
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}


.about-section .section-head.style-4 p {
    font-size: 18px;
    font-weight: 300;
}


.about-section .section-head.style-4 .small {
    font-size: 16px;
    font-weight: 400;
}


.about-section .section-head.style-4 [class*=sub-title-icon] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}


.about-section .section-head.style-4 [class*=sub-title-icon] img {
    height: 22px;
    width: 22px;
    display: inline-block;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-4 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-4 p {
        font-size: 16px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-4 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-4 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-5 .title {
    font-size: 50px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-5 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-5 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-5 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-5 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none;
    padding: 0;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-5 .sub-title {
        margin-bottom: 10px;
    }

}


.about-section .section-head.style-6 .title {
    font-size: 45px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-6 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-6 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-6 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-6 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none;
    padding: 0;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-6 .sub-title {
        margin-bottom: 10px;
    }

}


.about-section .section-head.style-7 .title {
    font-size: 38px;
    font-weight: 700;
}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-7 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-7 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-7 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none;
    padding: 0;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-7 .sub-title {
        margin-bottom: 10px;
    }

}


.about-section .section-head.style-8 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;
    gap: 5px;
    align-items: center;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-8 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-8 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-8 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-8 .title {
    font-size: 55px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-8 .title {
        font-size: 45px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-8 .title {
        font-size: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-8 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-8 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-8 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-8 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-9 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;
    gap: 5px;
    align-items: center;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-9 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-9 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-9 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-9 .title {
    font-size: 50px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-9 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-9 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-9 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-9 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-9 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-10 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    font-style: normal;
    background-image: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;
    gap: 5px;
    align-items: center;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-10 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-10 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-10 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-10 .title {
    font-size: 45px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-10 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-10 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-10 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-10 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-10 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-11 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: var(--font-family-base);
    font-style: normal;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: linear-gradient(90deg, rgba(239, 87, 141, 0.2) 0%, rgba(255, 140, 112, 0) 100%);
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-11 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-11 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-11 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-11 .title {
    font-size: 55px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-11 .title {
        font-size: 45px;
    }

}


@media only screen and (max-width: 1199px) {

    .about-section .section-head.style-11 .title {
        font-size: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-11 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-11 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-11 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-11 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-12 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: var(--font-family-base);
    font-style: normal;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: linear-gradient(90deg, rgba(239, 87, 141, 0.2) 0%, rgba(255, 140, 112, 0) 100%);
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-12 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-12 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-12 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-12 .title {
    font-size: 50px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-12 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-12 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-12 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-12 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-12 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-13 .sub-title {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-family: var(--font-family-base);
    font-style: normal;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    background: linear-gradient(90deg, rgba(239, 87, 141, 0.2) 0%, rgba(255, 140, 112, 0) 100%);
    margin-bottom: 10px;
}


@media only screen and (max-width: 1680px) {

    .about-section .section-head.style-13 .sub-title {
        margin-bottom: 10px !important;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-13 .sub-title {
        font-size: 16px;
    }

    .about-section .section-head.style-13 .sub-title svg {
        width: 18px;
        height: 18px;
    }

}


.about-section .section-head.style-13 .title {
    font-size: 45px;
    font-weight: 700;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-13 .title {
        font-size: 38px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-13 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-13 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-13 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family-base);
}


.about-section .section-head.style-13 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-14 .sub-title {
    color: var(--bs-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    font-family: DM Serif Display;
    border-radius: 30px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-14 .sub-title {
        font-size: 16px;
    }

}


.about-section .section-head.style-14 .title {
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-14 .title {
        font-size: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-14 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-14 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-14 p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--bs-secondary);
}


.about-section .section-head.style-14 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-15 {
    margin-bottom: 60px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-15 {
        margin-bottom: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-15 {
        margin-bottom: 30px;
    }

}


.about-section .section-head.style-15 .title {
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    letter-spacing: 2px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-15 .title {
        font-size: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-15 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-15 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-15 p {
    font-size: 20px;
    font-weight: 300;
    font-family: var(--bs-body-font-family);
    color: #000;
    opacity: 0.7;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-15 p {
        font-size: 18px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-15 p {
        font-size: 16px;
    }

}


.about-section .section-head.style-15 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head.style-16 {
    margin-bottom: 60px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-16 {
        margin-bottom: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-16 {
        margin-bottom: 30px;
    }

}


.about-section .section-head.style-16 .title {
    font-size: 80px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    letter-spacing: 2px;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-16 .title {
        font-size: 40px;
    }

}


@media only screen and (max-width: 991px) {

    .about-section .section-head.style-16 .title {
        font-size: 32px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-16 .title {
        font-size: 28px;
    }

}


.about-section .section-head.style-16 p {
    font-size: 20px;
    font-weight: 300;
    font-family: var(--bs-body-font-family);
    color: #000;
    opacity: 0.7;
}


@media only screen and (max-width: 1480px) {

    .about-section .section-head.style-16 p {
        font-size: 18px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .section-head.style-16 p {
        font-size: 16px;
    }

}


.about-section .section-head.style-16 .btn {
    font-family: var(--font-family-base);
}


.about-section .section-head .sub-title.style-1 {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    color: var(--bs-primary);
    display: inline-block;
    padding: 0;
    background-image: none;
}


.about-section .testimonial-1 .testimonial-media .item1 .info-widget {
    width: 230px;
    background-color: #fff;
    border-radius: 15px;
    padding: 18px 25px;
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
}


.about-section .testimonial-1 .testimonial-media .item1 .info-widget .star-list {
    gap: 3px;
    margin-bottom: 3px;
}


.about-section .testimonial-1 .testimonial-media .item1 .info-widget .star-list li i {
    color: #FFBE17;
    font-size: 20px;
}


.about-section .testimonial-1 .testimonial-media .item1 .info-widget .title {
    font-size: 18px;
}


@media only screen and (max-width: 991px) {

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget .title {
        font-size: 14px;
    }

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget .star-list li i {
        font-size: 15px;
    }

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget {
        width: 180px;
        padding: 15px 20px;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget {
        width: 100%;
        padding: 10px 15px 12px;
    }

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget .star-list li i {
        font-size: 12px;
    }

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget .title {
        font-size: 13px;
    }

}


@media only screen and (max-width: 767px) {

    .about-section .testimonial-1 .testimonial-media .item1 .info-widget {
        box-shadow: none;
    }

}


.about-section .content-wrapper.style-3 .content-info {
    margin-bottom: 70px;
}


@media only screen and (max-width: 1480px) {

    .about-section .content-wrapper.style-3 .content-info {
        margin-bottom: 40px;
    }

}


@media only screen and (max-width: 575px) {

    .about-section .content-wrapper.style-3 .content-info {
        margin-bottom: 0;
    }

}


.about-section .content-wrapper.style-3 .content-media {
    position: relative;
}


.about-section .content-wrapper.style-3 .content-media > .dz-media {
    position: relative;
    z-index: 1;
    padding: 0 60px 0 50px;
}


@media only screen and (max-width: 767px) {

    .about-section .content-wrapper.style-3 .content-media > .dz-media {
        padding: 0 30px 0 30px;
    }

}


.about-section .content-wrapper.style-3 .item1,
.about-section .content-wrapper.style-3 .item2,
.about-section .content-wrapper.style-3 .item3 {
    position: absolute;
}


.about-section .content-wrapper.style-3 .item1 {
    bottom: -100px;
    left: -65px;
    text-align: center;
    right: 15px;
}


.about-section .content-wrapper.style-3 .item1 svg {
    animation: circleWrapper2 25s linear infinite;
}


.about-section .content-wrapper.style-3 .item2 {
    left: -15px;
    top: 45%;
    z-index: 1;
}


.about-section .content-wrapper.style-3 .item3 {
    bottom: 75px;
    right: 25px;
    width: 320px;
    z-index: 1;
}


@media only screen and (max-width: 575px) {

    .about-section .content-wrapper.style-3 .item2,
    .about-section .content-wrapper.style-3 .item3 {
        display: none;
    }

    .about-section .content-wrapper.style-3 .item1 {
        left: 0;
        right: 0;
    }

}


.about-section .dz-img-box.style-1 {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    padding: 18px 15px;
    gap: 12px;
    align-items: center;
    box-shadow: 0 0 35px rgba(var(--bs-secondary-rgb), 0.05);
}


.about-section .dz-img-box.style-1 .title {
    font-size: 18px;
    margin-bottom: 3px;
}


.about-section .dz-img-box.style-1 p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}


.about-section .dz-img-box.style-1 .btn-link {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 14px;
}


.about-section .dz-img-box.style-1.grid-bx {
    flex-direction: column;
}


.about-section .dz-img-box.style-1.box-lg {
    padding: 45px 35px;
}


.about-section .dz-img-box.style-1.box-lg .dz-media {
    width: 150px;
}


.about-section .dz-img-box.style-1.box-lg .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}


.about-section .dz-img-box.style-1.box-lg p {
    font-size: 16px;
    margin-bottom: 8px;
}


@media only screen and (max-width: 767px) {

    .about-section .dz-img-box.style-1.box-lg {
        padding: 35px 25px;
    }

    .about-section .dz-img-box.style-1.box-lg .title {
        font-size: 20px;
    }

    .about-section .dz-img-box.style-1.box-lg p {
        font-size: 14px;
    }

    .about-section .dz-img-box.style-1.box-lg .btn-link {
        font-size: 13px;
    }

    .about-section .dz-img-box.style-1.box-lg .dz-media {
        width: 120px;
    }

}


.about-section .dz-img-box.style-2 {
    background-color: #fff;
    border-radius: var(--radius-md);
    box-shadow: 0 0 30px rgba(var(--bs-secondary-rgb), 0.05);
    transition: all 0.2s;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.about-section .dz-img-box.style-2:hover {
    transform: translateY(-5px);
}


.about-section .dz-img-box.style-2 .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}


.about-section .dz-img-box.style-2 .title img {
    width: 24px;
}


.about-section .dz-img-box.style-2 .dz-content {
    padding: 18px 15px;
}


.about-section .dz-img-box.style-2 .dz-head {
    padding: 5px 20px;
}


.about-section .dz-img-box.style-2 .dz-footer {
    padding: 18px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto -10px -10px;
}


.about-section .dz-img-box.style-2 .dz-footer .btn-link {
    text-decoration: none;
    font-weight: 500;
}


.about-section .dz-img-box.style-2 .dz-media {
    min-width: 190px;
    height: 190px;
    border-radius: var(--radius-lg);
}


.about-section .dz-img-box.style-2 .dz-media img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


@keyframes circleWrapper {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes circleWrapper2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.about-section .list-check-circle li,
.about-section .list-check-circle-small li,
.about-section .list-check li,
.about-section .list-plus-circle li,
.about-section .list-check-try li {
    position: relative;
    padding: 5px 5px 5px 30px;
    font-family: var(--font-family-base);
    font-size: 16px;
}


@media only screen and (max-width: 1199px) {

    .about-section .list-check-circle li,
    .about-section .list-check-circle-small li,
    .about-section .list-check li,
    .about-section .list-plus-circle li,
    .about-section .list-check-try li {
        font-size: 15px;
    }

}


.about-section .list-check-circle li:before,
.about-section .list-check-circle-small li:before,
.about-section .list-check li:before,
.about-section .list-plus-circle li:before,
.about-section .list-check-try li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.about-section .list-check-circle.primary li:before,
.about-section .list-check-circle-small.primary li:before,
.about-section .list-check.primary li:before,
.about-section .list-plus-circle.primary li:before,
.about-section .list-check-try.primary li:before {
    color: var(--bs-primary);
}


.about-section .list-check-circle.white li:before,
.about-section .list-check-circle-small.white li:before,
.about-section .list-check.white li:before,
.about-section .list-plus-circle.white li:before,
.about-section .list-check-try.white li:before {
    color: #fff;
}


.about-section .list-check-circle.gray li:before,
.about-section .list-check-circle-small.gray li:before,
.about-section .list-check.gray li:before,
.about-section .list-plus-circle.gray li:before,
.about-section .list-check-try.gray li:before {
    color: #cbcbcb;
}


.about-section .list-check-circle.light-green li:before,
.about-section .list-check-circle-small.light-green li:before,
.about-section .list-check.light-green li:before,
.about-section .list-plus-circle.light-green li:before,
.about-section .list-check-try.light-green li:before {
    background-color: #36DBC7;
    color: var(--bs-secondary);
}


.about-section ul.list-check li:before {
    content: "\f109";
    font-family: flaticon;
    color: var(--bs-primary);
}


.about-section ul.grid-2 {
    display: flex;
    flex-wrap: wrap;
}


.about-section ul.grid-2 li {
    width: 50%;
}


@media only screen and (max-width: 575px) {

    .about-section ul.grid-2 li {
        width: 100%;
    }

}


.about-section .awards-swiper .dz-img-box {
    transition: all 0.5s;
    box-shadow: 0 0 25px rgba(var(--bs-secondary-rgb), 0.02);
}


.about-section .awards-swiper .swiper-slide:not(.swiper-slide-active) .dz-img-box {
    transform: scale(0.75);
    box-shadow: none;
}


.about-section .author-box .author-profile-info .author-profile-content .sub-title {
    font-size: 13px;
    display: block;
    color: var(--bs-primary);
    margin-bottom: 10px;
}


.about-section .site-header.style-3 .info-widget.style-5 .widget-content .title,
.about-section .site-header.style-3 .header-nav.w3menu .nav > li > a {
    font-family: var(--bs-body-font-family);
}


.about-section .dz-offcanvas.style-2 .widget .list-check li {
    color: rgba(0, 0, 0, 0.6);
}


.about-section .dz-offcanvas.style-2 .widget .list-check li a {
    color: rgba(0, 0, 0, 0.6);
}


.about-section .dz-offcanvas.style-2 .widget .list-check li::before {
    color: #000;
}



/* ===== about-section scoped overrides ===== */

.about-section.content-inner-3 {
    padding-top: 70px;
    padding-bottom: 40px;
}


@media only screen and (max-width: 991px) {

    .about-section.content-inner-3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

}