/*--------------------------------------------------------------
 * General styles
 *--------------------------------------------------------------*/

.outer-wrapper {
    min-height: 100vh;
}

.icon-education {
    width: 22px;
    height: auto;
}

.icon-refund {
    width: 26px;
    height: auto;
}

.feature-faculty .faculty-image {
    display: block;
    width: 140px;
    height: auto;
}

.feature-faculty .faculty-image.size-md {
    width: 250px;
}

.feature-image-rolf-movement®-certification {
    max-width: 383px;
}

.list-faculty-bios.list-style-alternate-bg-color>:nth-child(odd) {
    background-color: var(--bs-gray-200);
}

.copper-card {
    background-color: var(--bs-copper);
}

.green-card {
    background-color: var(--bs-teal-500);
}

.green-card .btn-primary,
.green-card .btn-secondary {
    box-shadow: none;
}

.inner-page-wrapper ul li,
.inner-page-wrapper ol li {
    margin-bottom: 0.75rem;
}

.img-learning-outcomes-icons {
    max-width: 800px;
}

.feature-image-ida-teaches {
    max-width: 450px;
}

.img-sidebar-ida-rolf {
    max-width: 180px;
}

.feature-rolf-subject .feature-header img {
    width: 160px;
}

.link-item-rolfer {
    display: flex;
    flex-direction: column;
}

.list-ida-teaches {
    row-gap: 2rem;
}

.list-why-i-became-a-rolfer {
    row-gap: 2.25rem;
}

.list-why-i-became-a-rolfer>li {
    margin-bottom: 0 !important;
}

.list-why-i-became-a-rolfer .rolfer-name {
    font-size: 2rem;
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--bs-teal-400) 50%, var(--bs-teal-100) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFFFFF;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    /*animation-direction: forwards;*/
    animation-iteration-count: infinite;
    /*animation-timing-function: steps;*/
    opacity: 1;
    border-radius: 50%;
    border: 5px solid var(--bs-teal-400);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
    border-left: 15px solid var(--bs-teal-400);
    transform: scale(20);
}

.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFFFFF;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

section {
    padding: 30px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f8fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.section-title p {
    margin-bottom: 0;
}

.page-title-wrapper {
    background: var(--bs-teal-500) url(../img/bg-page-title.webp) no-repeat top center / cover;
    color: #FFFFFF;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.page-title-wrapper.bg-image-boysenberry,
.page-title-wrapper.bg-image-magenta {
    background: var(--bs-magenta) url(../img/title-pattern-red.webp) no-repeat top center / cover;
}

.page-title-wrapper.bg-image-copper {
    background: var(--bs-copper) url(../img/title-pattern-orange.webp) no-repeat top center / cover;
}

.page-title-content .h1,
.page-title-content h1 {
    color: #FFFFFF;
}

.page-title-content>:last-child {
    margin-bottom: 0 !important;
}

.page-title-wrapper-v2 {
    background: var(--bs-teal-500) url(../img/hero-bg.jpg) no-repeat top center / cover;
    color: var(--bs-body-text-color);
    padding: 40px 0;
}

.page-title-wrapper-v2::before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.page-title-wrapper-v2>.container {
    position: relative;
    z-index: 1;
}

.page-title-wrapper-v2 h1,
.page-title-wrapper-v2 h1 {
    color: var(--bs-teal-500);
    font-weight: 800;
}

.page-title-content>:last-child {
    margin-bottom: 0;
}

.button-image-certified-bodyworkers-click-here-button {
    width: 205px;
    height: auto;
}

.table-veterans-benefits-eligibility,
.table-general-tuition-information {
    width: 640px;
}

.table-veterans-benefits-eligibility td {
    width: 320px;
}

.table-si-certification-admission-requirements {
    width: 506px;
}

.table-advanced-training-for-non-rolfers {
    width: 786px;
}



.custom-quote-block {
    position: relative;
}

.custom-quote-block::before {
    content: '“';
    display: block;
    font-family: 'Sans-serif';
    font-size: 160px;
    position: absolute;
    top: -38px;
    left: 22px;
    opacity: 0.1;
}

.custom-quote-block.bg-light {
    color: var(--bs-lead-mouseover);
}

.custom-quote-block.bg-light .author {
    color: var(--bs-lead-light);
}

.custom-quote-block.bg-copper,
.custom-quote-block.bg-magenta,
.custom-quote-block.bg-teal {
    color: #fff;
}

.custom-quote-block.bg-copper::before,
.custom-quote-block.bg-magenta::before,
.custom-quote-block.bg-teal::before {
    color: #fff;
    opacity: 0.2;
}

.custom-quote-block.bg-copper .author,
.custom-quote-block.bg-magenta .author,
.custom-quote-block.bg-teal .author {
    color: var(--bs-lead-light);
    opacity: 0.6;
}

/*--------------------------------------------------------------
 * START Bootstrap One Theme
 * START Bootstrap One Theme
 *--------------------------------------------------------------*/
.icon-box {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.icon-box .icon {
    color: var(--bs-teal-400);
}

.icon-box .title {
    margin-bottom: 15px;
    font-size: 18px;
}

.icon-box .description {
    font-size: 15px;
    line-height: 28px;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
}

.icon-box:hover {
    transform: scale(1.08);
}

.icon-box>:last-child {
    margin-bottom: 0;
}


/* About */
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li+li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #2487ce;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #2487ce;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
    background: #2487ce;
    color: #FFFFFF;
    text-decoration: none;
}

/* Counts */
.counts {
    padding: 60px 0;
}

.counts .count-box {
    width: 100%;
    text-align: center;
}

.counts .count-box span {
    font-size: 48px;
    line-height: 48px;
    display: block;
    font-weight: 700;
    color: #124265;
    margin-left: 80px;
    margin: auto;
}

.counts .count-box p {
    padding: 8px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #1e6ca6;
}

/* About Video */

.about-video .content h3 {
    font-size: 24px;
}

.about-video .content ul {
    list-style: none;
    padding: 0;
}

.about-video .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.about-video .content ul i {
    font-size: 24px;
    color: var(--bs-teal-400);
    position: absolute;
    left: 0;
    top: -2px;
}

.about-video .content p:last-child {
    margin-bottom: 0;
}

.about-video .play-btn {
    position: absolute;
    left: calc(50% - 47px);
    top: calc(70% - 47px);
}

/* Clients */
.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.clients img:hover {
    filter: none;
    transform: scale(1.15);
}

/* Testimonials */
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    margin: 10px 0 5px 0;
    color: var(--bs-dark-heading);
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--bs-teal-200);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    background: #f0fafa;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
}

.testimonials .testimonial-item p::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #f0fafa;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}


/* Services */
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #FFFFFF;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.services .icon-box h4 a {
    color: #124265;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #FFFFFF;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #FFFFFF;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

/* CTA */
.cta {
    background: #2487ce;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #FFFFFF;
}

.cta .cta-btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.cta .cta-btn:hover {
    background: #FFFFFF;
    color: #2487ce;
}

/* Portfolio */
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(36, 135, 206, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #FFFFFF;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/* Portfolio Details */
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    opacity: 1;
    border: 1px solid #2487ce;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2487ce;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Team */
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #124265;
    margin: 0 10px;
    display: inline-block;
}

.team .member .social a:hover {
    color: #2487ce;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
    line-height: 0;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #124265;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
}

/* Pricing */
.pricing .box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
    font-weight: 400;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #124265;
}

.pricing .box h4 {
    font-size: 42px;
    color: #2487ce;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #124265;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing .box ul li {
    padding-bottom: 16px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .box .btn-wrap {
    padding: 15px;
    text-align: center;
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    color: #2487ce;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #2487ce;
}

.pricing .box .btn-buy:hover {
    background: #2487ce;
    color: #FFFFFF;
}

.pricing .featured {
    background: #2487ce;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
    color: #FFFFFF;
}

.pricing .featured .btn-wrap {
    padding: 15px;
    text-align: center;
}

.pricing .featured .btn-buy {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.pricing .featured .btn-buy:hover {
    background: #FFFFFF;
    color: #2487ce;
}


/* Contact */
.contact .info {
    width: 100%;
    background: #FFFFFF;
}

.contact .info i {
    font-size: 20px;
    color: #2487ce;
    float: left;
    width: 44px;
    height: 44px;
    background: #e3f0fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #124265;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #217bbc;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #2487ce;
    color: #FFFFFF;
}

.contact .php-email-form {
    width: 100%;
    background: #FFFFFF;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #FFFFFF;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #FFFFFF;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #FFFFFF;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #2487ce;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #2487ce;
    border: 0;
    padding: 10px 30px;
    color: #FFFFFF;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #3194db;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 15px 0;
    background: #f8fbfe;
    min-height: 40px;
    margin-top: 72px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #1a5e90;
    content: "/";
}

/* END Bootstrap One Theme */
/* END Bootstrap One Theme */

/*--------------------------------------------------------------
 * Components
 *--------------------------------------------------------------*/
.circle-copper-feature .feature-header {
    background-color: var(--bs-copper);
    border-radius: 50%;
    color: #FFFFFF;
    width: 280px;
    height: 280px;
}

.circle-copper-feature .feature-header img {
    max-width: 80px;
}

.circle-copper-feature h4 a {
    color: var(--bs-copper);
}

.list-why-choose-rolf .feature-header img {
    width: 150px;
    height: auto;
}

.list-why-choose-rolf>li {
    width: 100%;
}

.rolf-blockquote {
    font-size: 1.25rem;
    min-height: 350px;
    position: relative;
}

.rolf-blockquote.align-items-center .quote {
    margin-top: -1rem;
}

.rolf-blockquote footer {
    background: var(--bs-lead);
    font-size: 70%;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    width: max-content;
}

.rolf-blockquote cite {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    display: inline-block;
}

.why-choose-rolf-contact-content .talking-head img {
    max-width: 300px;
}

/*--------------------------------------------------------------
 * Themes
 *--------------------------------------------------------------*/
.theme-light,
.theme-light .h1,
.theme-light .h2,
.theme-light .h3,
.theme-light .h4,
.theme-light .h5,
.theme-light .h6,
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6,
.theme-light a {
    color: #FFFFFF;
}