.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mt-0 {
    margin-top: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.pt-3 {
    padding-top: 30px;
}
.banner-services {
    position: relative;
    overflow: hidden;
}
.banner-services img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    height: 100%;
}
.banner-services:after {
    content: '';
     background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-services .banner-content {
    position: relative;
    z-index: 1;
    padding: 230px 0px 180px 0px;
    color: #ffffff;
}
.banner-services .banner-content .title {
    font-size: 45px;
    color: #fff;
    margin: 0px;
}
.banner-services .banner-content .content-text {
    width: 700px;
    color: #ffffff;
    font-size: 18px;
}
.stats-wrapper {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    z-index: 2;
}
.stats-wrapper .stats-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.stats-wrapper .stats-inner-wrapper .stat-text {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
}
.stats-wrapper .stats-inner-wrapper .stat-line {
    width: 15px;
    height: 1px;
    background-color: #cfaa40;
    margin: 0;
}
.common-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.container {
    margin: 0 auto;
}
.section {
    width: 100%;
    padding: 90px 0;
}
.section p {
    line-height: 27px;
    font-size: 18px;
}
.content-text {
    line-height: 27px;
    font-size: 18px;
}
.subheading_new {
    font-size: 41px;
    font-weight: 600;
}
.subheading_new2 {
    font-size: 30px !important;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 14px;
}
.text-left-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.text-left-right-wrapper .text-left-wrappper {
    padding-right: 130px;
}
.text-left-right-wrapper .text-left-wrappper, .text-left-right-wrapper .text-right-wrappper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px;
    height: 0;
    width: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image_video img {
    width: 100%;
}
.button-black {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block
}
.button-black:hover {
    background-color: #9d906c;
}
.button-outline {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #BFBFAD;
    background-color: #9d906c;
    text-decoration: none;
}
.button-outline:hover {
    background-color: #000000;
}
.steps-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.steps-list-wrapper .steps-description-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: calc(100% - 800px);
    padding-right: 40px;
}
.steps-list-wrapper .steps-description-wrapper .steps-inner-description-content {
    width: 100%;
    max-width: 350px;
}
.steps-description-wrapper .add-box-wrapper {
    background-color: #e6e1d3;
    margin-top: 40px;
    padding: 30px;
    max-width: 440px;
    border-radius: 25px;
    color: #000000;
}
.steps-list-content {
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    max-width: 800px;
}
.steps-list-content .step-list-item {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.steps-list-content .step-list-item .step-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}
.steps-list-content .step-list-item .step-heading-wrapper .step-number {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    background-color: #a89d80;
    color: #fff;
    font-weight: 500;
    margin: 0 20px 0 0;
    font-size: 36px;
    line-height: 1;
    position: relative;
}
.steps-list-content .step-list-item .step-heading-wrapper .step-number span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ad-block-box {
    background-color: #0c0c0c;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 25px;
    color: #ffffff;
}
.ad-block-box a {
    color: #fff;
    text-decoration: underline;
}
.ad-block-box a:hover {
    color: #fff;
    text-decoration: none;
}
.ad-block-box-content {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
}
.ad-block-box-button {
    text-align: center;
    width: 500px;
}
.accordion {
    margin: 0 auto;
    width: 100%;
}
.accordion {
    display: block;
    font-family: 'Poppins', sans-serif;
}
.accordion section {
    display: block;
}
.accordion section header {
    cursor: pointer;
    padding: 10px 18px 10px 0px;
    transition: background 1s ease-in-out;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    height: auto;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    display: block;
}
.accordion section header h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: none !important;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-primary);
    padding: 0px;
    margin: 0px;
}
.accordion section header h5:after {
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    color: #323131;
    font-weight: 300;
}
.accordion section .accord-content {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 0px;
}
.accordion section .accord-content p {
    margin-bottom: 0;
}
.accordion section .selected h5::after {
    content: "-" !important;
    font-weight: 600 !important;
    font-size: 27px;
    transform: rotate(360deg);
}
.accordion section h5::after {
    content: "+" !important;
    font-weight: 600 !important;
    font-size: 27px;
    transition: transform 0.3s ease;
}
.faq-block-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.heading-section {
    width: 500px;
    padding-right: 70px;
}
@media only screen and (max-width: 1408px) {
    .steps-list-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .steps-list-wrapper .steps-description-wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0px;
        display: block;
        width: 100%;
    }
    .steps-description-wrapper .add-box-wrapper {
        display: none;
    }
    .steps-list-wrapper .steps-description-wrapper .steps-inner-description-content {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1300px) {
    .faq-block-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .heading-section {
        width: 100%;
        padding-right: 0px;
    }
    .banner-services .banner-content {
        position: relative;
        z-index: 1;
        padding: 100px 0px 100px 0px;
        color: #ffffff;
    }
    .banner-services .banner-content .title {
        font-size: 36px;
    }
    .banner-services .banner-content .content-text {
        width: 100%;
    }
    .section {
        width: 100%;
        padding: 45px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .stats-wrapper {
        display: none;
    }
    .text-left-right-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 900px;
    }
    .text-left-right-wrapper .text-left-wrappper {
        padding-right: 0px;
    }
    .accordion section header h5 {
        font-size: 17px;
    }
    .accordion section header {
        padding: 10px 10px 10px 10px;
    }
}