#section-style-0016 {
    background-color: #f7f9f9;
    font-family: "Poppins", sans-serif;
}
#section-style-0016 .collapse:not(.show) {
    display: none;
}
#section-style-0016 .card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
#section-style-0016 .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}
#section-style-0016 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#section-style-0016 .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#section-style-0016 .accordion > .card {
    overflow: hidden;
}
#section-style-0016
.accordion
> .card:not(:first-of-type)
.card-header:first-child {
    border-radius: 0;
}
#section-style-0016 .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
#section-style-0016 .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#section-style-0016 .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#section-style-0016 .accordion > .card .card-header {
    margin-bottom: -1px;
}
#section-style-0016 .mb-0 {
    margin-bottom: 0 !important;
}
#section-style-0016 .mt-4 {
    margin-top: 1.5rem !important;
}
@media (min-width: 1200px) {
    #section-style-0016 .mt-xl-0 {
        margin-top: 0 !important;
    }
}
#section-style-0016 .text-capitalize {
    text-transform: capitalize !important;
}
#section-style-0016 h1 {
    font-family: Poppins, sans-serif;
    margin: 0;
    font-weight: 600;
    color: #00235a;
}
#section-style-0016 h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px;
}
@media (max-width: 991px) {
    #section-style-0016 h1 {
        font-size: 2.25rem;
        line-height: 3rem;
    }
}
#section-style-0016 a {
    text-decoration: none;
    font-weight: 400;
    outline: 0 !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #00235a;
}
#section-style-0016 p {
    margin: 0;
    padding-bottom: 0;
}
#section-style-0016 .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
@media (max-width: 991px) {
    #section-style-0016.section-padding {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    #section-style-0016.section-padding {
        padding: 70px 0;
    }
}
#section-style-0016.faq-section .content-block .bg-img {
    position: relative;
}
#section-style-0016.faq-section .content-block .man {
    border-style: solid;
    border-width: 4px;
    border-color: #fff;
    border-radius: 50%;
    background-color: #bfbfbf;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50px;
    left: 80px;
    -webkit-animation: bounce 3s infinite linear;
    animation: bounce 3s infinite linear;
}
#section-style-0016.faq-section .content-block .man-2 {
    right: 140px;
    left: auto;
    top: 80px;
    -webkit-animation: bounce 5s infinite linear;
    animation: bounce 5s infinite linear;
}
#section-style-0016.faq-section .content-block .man-3 {
    left: 25%;
    top: auto;
    bottom: 60px;
    -webkit-animation: bounce 4s infinite linear;
    animation: bounce 4s infinite linear;
}
#section-style-0016 .accordion {
    color: #666;
}
#section-style-0016 .accordion .card {
    margin-top: 10px;
    border: 0;
}
#section-style-0016 .accordion .card-header {
    padding: 0 28px;
    border: 0;
    background-color: transparent;
}
@media (max-width: 480px) {
    #section-style-0016 .accordion .card-header {
        padding: 8px 20px;
    }
}
#section-style-0016 .accordion .card-header a {
    display: block;
    font-weight: 600;
    line-height: 50px;
    padding: 10px 0;
    position: relative;
    color: #00235a;
    font-size: 18px;
}
#section-style-0016 .accordion .card-header a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff5e14;
}
@media (max-width: 767px) {
    #section-style-0016 .accordion .card-header a {
        line-height: 40px;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    #section-style-0016 .accordion .card-header a {
        line-height: 30px;
        font-size: 15px;
    }
}
#section-style-0016 .accordion .card-header a:hover {
    color: #ff5e14;
}
#section-style-0016 .accordion .card-body {
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 30px;
}
#section-style-0016.faq-section {
    padding: 90px 0;
}
@media (max-width: 991px) {
    #section-style-0016.faq-section {
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    #section-style-0016.faq-section {
        padding-top: 50px;
    }
}
#section-style-0016.faq-section .accordion .card {
    margin-top: 30px;
    border: 0;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
#section-style-0016.faq-section .accordion .card-header {
    padding: 0 28px;
    border: 0;
    background-color: #fff;
}
@media (max-width: 480px) {
    #section-style-0016.faq-section .accordion .card-header {
        padding: 8px 20px;
    }
}
#section-style-0016.faq-section .accordion .card-header a {
    display: block;
    line-height: 50px;
    padding: 10px 0;
    position: relative;
}
#section-style-0016.faq-section .accordion .card-header a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    #section-style-0016.faq-section .accordion .card-header a:after {
        right: -28px;
    }
}
@media (max-width: 500px) {
    #section-style-0016.faq-section .accordion .card-header a:after {
        right: -10px;
    }
}
@media (max-width: 767px) {
    #section-style-0016.faq-section .accordion .card-header a {
        line-height: 40px;
        font-size: 16px;
        padding: 6px 0;
    }
}
@media (max-width: 567px) {
    #section-style-0016.faq-section .accordion .card-header a {
        line-height: 30px;
    }
}
#section-style-0016.faq-section .accordion .card-header a:hover {
    color: #ff5e14;
}
#section-style-0016.faq-section .accordion .card-body {
    padding-left: 28px;
    padding-top: 10px;
    padding-bottom: 30px;
}
#section-style-0016.faq-section
.accordion
.card-header
a[aria-expanded="true"]:after {
    content: "\f068";
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
                0.755,
                0.05,
                0.855,
                0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
                0.755,
                0.05,
                0.855,
                0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
                0.755,
                0.05,
                0.855,
                0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
                0.755,
                0.05,
                0.855,
                0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
#section-style-0016 .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
    #section-style-0016 .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
