/*
Theme name: Parachute
Description: Parachute Theme
Version: 1.2.2
Author: Parachute
*/
/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.
	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/
.style-h2 {
    text-align: center;
    color: #0f4d99;
    margin-bottom: 20px;
}
div.article__author {
    display: none !important;
}
.button-container-desktop a.phone-click {
    display: none !important;
}
.wrapper__inner .header__body .shell--fluid {
    padding: 0 60px !important;
}
.header__offer a {
    background: #0e4d99 !important;
}
.header__offer a:hover {
    background: #0e4d99 !important;
}
#gform_wrapper_1 {
    display: block !important;
}
body.home .section-contact form {
    max-width: 1024px;
    margin: 0 auto;
}
.single-post .article__content p,
.single-post .article__content ul li {
    color: var(--fifth);
}
.single-post .article__content ul {
    padding-left: 1.2em;
}
.single-post .article__content figure.wp-block-image {
    margin-bottom: 1.2em;
}
/* Single post cta */
section.consulation_sec {
    width: 100% !important;
    min-height: 250px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
    background-color: #fbfaf8;
    margin-block: 20px !important;
}
section.consulation_sec .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.consulation_sec_inner {
    display: flex;
    width: 100%;
    min-height: 313px;
    background-color: #fbfaf8;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .75);
}
.consulation_sec_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    width: 60%;
    text-align: left;
    gap: 16px;
}
.consulation_sec_right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 40%;
}
.consulation_sec_left .main_btn {
    text-align: left;
    margin-left: 2px;
}
.consulation_sec_left .consulation_sec_title h2 {
    margin-bottom: 0;
}
.consulation_sec_left .main_btn a.site-btn {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid rgba(15, 77, 153, 1);
    text-align: center;
    line-height: 1;
    padding: 12px 20px;
    color: #fff;
    background: rgba(15, 77, 153, 1);
    border-radius: 4px;
    margin-top: 16px;
    transition: 0.3s all ease-in-out;
}
.consulation_sec_left .main_btn a.site-btn:hover {
    border-color: rgba(36, 41, 46, 1);
    background: rgba(36, 41, 46, 1);
}
section.consulation_sec .container {
    width: 100%;
}
/* Single post cta */
/* Book a Consultation */
.page-template-default section.section-default {
    padding: 120px 0px 80px;
    background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 100%);
    margin: 0;
}
.page-template-default .section__content h2 {
    text-align: center;
    font-weight: 600;
}
.page-template-default .section__body h3 {
    text-align: center;
    font-weight: 400 !important;
    font-size: 24px;
}
.page-template-default .section__body h3 strong {
    font-weight: 600;
}
.page-template-default .section__body .gform_wrapper {
    max-width: 850px;
    margin: auto;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_validation_message {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_error input {
    border-color: #c02b0a !important;
}
.page-template-default .section__body .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
    background-color: var(--secondary);
}
.page-template-default .section__body .gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
    color: #fff;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    margin: 0 0 10px !important;
}
.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1;
    color: rgba(36, 41, 46, 1);
}
.gform_wrapper.gravity-theme .gfield{
    text-align: left;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper select {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid transparent;
    font-family: var(--font-secondary);
    font-size: 15px;
    line-height: 1;
    color: var(--primary);
    background: rgba(var(--third-rgba), .12);
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 220px !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit],
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_previous_button {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    font-family: var(--font-secondary);
    cursor: pointer;
    margin-left: 0;
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: .09em;
    transition: .3s all ease-in-out;
    line-height: 1 !important;
    padding: 15px 20px;
    color: #fff;
    background: rgba(15, 77, 153, 1);
    border: 2px solid rgba(15, 77, 153, 1);
    border-radius: 4px;
}
body.home .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    width: 100%;
    max-width: 800px;
}
body.home .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_button:hover {
    border-color: rgba(36, 41, 46, 1) !important;
    color: #fff;
    background: rgba(36, 41, 46, 1) !important;
}
.gform_wrapper.gravity-theme .gform_previous_button:hover {
    border-color: rgba(36, 41, 46, 1) !important;
    color: #fff;
    background: transparent !important;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: var(--primary);
    font-weight: 600;
}
.gform_wrapper.gravity-theme .ginput_complex label {
    color: rgba(36, 41, 46, 1) !important;
}

.page-template-default .section__body .gform_wrapper .gform_anchor {
    display: none;
}
.page-template-default .section__body .gform_wrapper.gravity-theme .gform_previous_button {
    color: #fff;
    margin-right: 10px;
    background: var(--primary);
    border-color: var(--primary);
}
.page-template-default .section__body .gform_wrapper.gravity-theme .gform_previous_button:hover {
    background-color: #fff;
    color: rgba(36, 41, 46, .8);
    border-color: rgba(36, 41, 46, .8);
}
.page-template-default .section__body .gform_wrapper.gravity-theme .gsection {
    padding: 0;
}

/* Book a Consultation */
/* testimonial */
.testi_sec {
    padding: 80px 0;
}
.testi_sec h2 {
    text-align: center;
    margin-bottom: 55px;
}
.testi_sec .owl-carousel {
    padding: 0px 70px;
}
.testi_sec .owl-carousel .owl-stage {
    display: flex;
}
.testi_sec .owl-carousel .owl-stage .owl-item {
    flex: 1;
}
.testi_sec .owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}
.testi_sec .sn_testi p:empty {
    display: none;
}
.testi_sec .sn_testi p {
    margin-bottom: 8px !important;
}
.testi_sec .sn_testi {
    padding: 0px 20px 0 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testi_sec .sn_testi::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    color: var(--primary);
    font-size: 90px;
    line-height: 80px;
    opacity: 0.1;
}
.testi_sec .wrap_content {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.testi_sec .wrap_content_text {
    width: 80%;
    margin-top: auto;
}
body .testi_sec .wrap_content_text h5 {
    font-size: 18px;
    line-height: 1.56;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    color: var(--primary);
}
body .testi_sec .sn_testi .sn_testi_desc:not(.readmore_on)+.expand {
    display: none;
}
body .testi_sec .sn_testi .sn_testi_desc.toggle {
    display: block;
    overflow: visible;
}
body .testi_sec .sn_testi .sn_testi_desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
}
body .testi_sec .sn_testi .expand {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-transform: capitalize;
    color: #0f4d99;
    margin-block: 10px;
    cursor: pointer;
    text-align: left;
}
body .testi_sec .wrap_content_text p {
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
}
.owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: calc(50% - 29px);
    transform: translate(-50%, -50%);
    justify-content: space-between;
    left: 50%;
    right: 0;
    z-index: 1;
    margin: 0;
    width: calc(100% + 50px);
}
.owl-carousel .owl-nav span {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    font-size: 0px;
    width: 42px;
    height: 42px;
    position: relative;
    background-color: var(--primary);
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}
.owl-carousel .owl-nav button span:before {
    content: "\f105";
    position: absolute;
    font-size: 32px;
    color: white;
    top: -6px;
    left: 17px;
    font-family: "FontAwesome";
    transform: rotate(180deg);
    font-weight: 600;
}
.owl-carousel button.owl-prev span::before {
    left: 13px !important;
}
.owl-carousel button.owl-next span:before {
    content: "\f104";
}
.owl-carousel .owl-nav button {
    margin: 0 !important;
}
/* testimonial */
.header__offer {
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0px !important;
}
.header .header__bar .header__bar-inner .header__offer strong {
    font-size: 16px;
    line-height: 26px;
}
.banner {
    margin-top: -120px;
    margin-bottom: -20px;
}
.header__bar-inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap !important;
}
.promo-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.promo-subtitle {
    margin: 10px;
    text-align: center;
    font-size: 22px;
}
.promo-date {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d00e30;
    text-shadow: 1px 1px #000;
}
.banner h2 {
    margin-bottom: -7px;
}
body>div.wrapper>div>div>section.section-hero.section-hero--center>div.section__inner>div>div>div {
    width: 620px !important;
}
.form .field,
.form .textarea,
.form .wpcf7-textarea {
    color: #000 !important;
}
.page-id-20 .section-intro .section__entry {
    width: 100%;
}
.service-areas {
    text-align: center;
    margin-bottom: 50px;
}
.service-areas ul {
    display: inline-block;
    text-align: left;
}
/* *************map-sec************* */
section.map-sec {
    padding: 0px 0px 80px;
}
.map-sec .map-sec_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.map-sec .shell {
    height: 100%;
    max-width: 100%;
    padding: 0;
}
.map-sec .map-sec_inner iframe {
    position: relative;
    inset: 0;
    height: 800px;
    width: 100% !important;
}
.map-sec .map-sec_inner .map_wrapper {
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 45px;
    background-color: #fff;
    max-width: 1170px;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.05);
    margin-top: -350px;
    margin-left: 20px;
    margin-right: 20px;
}
.map-sec_inner .map_wrapper .content_wrapper {
    width: calc(60% - 22.5px);
    padding: 40px 0px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.content_wrapper .title_wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}
.content_wrapper .title_wrapper h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
}
.map-sec_inner .map_wrapper .content_wrapper .info_wrp ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 20px;
    column-gap: 10px;
    justify-content: space-between;
}
.map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li {
    position: relative;
    width: calc(50% - 5px);
    font-size: 18px;
    color: #222;
    padding-left: 27px;
    margin: 0px;
    list-style: none;
    letter-spacing: 0;
}
.map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    content: "\f058";
    color: var(--primary);
}
.map-sec .map_wrapper .img_wrapper {
    width: calc(40% - 22.5px);
    position: relative;
}
.map-sec_inner .map_wrapper .img_wrapper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-sec_inner .map_wrapper .img_wrapper .info_wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.map-sec_inner .map_wrapper .img_wrapper .info_wrapper p {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 18px;
}
.map-sec_inner .map_wrapper .img_wrapper::after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/* *************map-sec************* */
/* ************* style ************* */
.section-contact .gform_title {
    display: none !important;
}
.section-services-slider-layout-2 .service figure.service__icon img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
    display: none;
}
.footer-2024 .footer__inner .footer__contacts .section__contacts.contacts {
    display: block;
}
.header__offer .header__button.btn {
    margin-left: auto;
    width: auto;
    padding: 0px;
    display: flex;
    justify-content: end;
}
.header .header__bar .header__bar-inner {
    justify-content: center;
}
.header__offer .header__button.btn i {
    border: 1px solid currentColor;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
/* ************* style ************* */

/* ************* Case Studies Page ************* */
body.page-template-case-study-listing section {
    padding: 60px 20px;
    position: relative;
}
body.page-template-case-study-listing section .container {
    padding-inline: 0;
}
body.page-template-case-study-listing .content-sidebar-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
body.page-template-case-study-listing .content-sidebar-wrap h2 {
    text-align: center;
}
/* ************* Case Studies Page ************* */

/* ************* Case Studies Single Page ************* */
body.page-template-case-study .case-study-main,
body.page-template-case-study .Project-Details {
    padding: 80px 20px;
}
body.page-template-case-study .case-study-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
}
body.page-template-case-study .case-study-main::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    background-image: unset;
}
body.page-template-case-study .case-study-main .container,
body.page-template-case-study .Project-Details .container {
    position: relative;
    padding: 0;
}
body.page-template-case-study .case-study-main .container .case-study__inner {
    margin: auto;
    text-align: center;
}
body.page-template-case-study .case-study-main .container .case-study__inner h1 {
    font-size: 40px;
    max-width: 810px;
    padding: 0px 20px;
    margin: auto;
}
body.page-template-case-study .Project-Details .container {
    max-width: 1280px;
}
body.page-template-case-study .Project-Details .Project-Details__inner .project_main_wrap.new_float_wrap ul {
    padding: 0px 0px 0px 20px;
}
body.page-template-case-study .Project-Details .inner_wrapper, 
body.page-template-case-study .Project-Details .Project-Details__inner {
    display: flex;
    gap: 40px;
    flex-direction: column;
}
body.page-template-case-study .Project-Details .Project-Details__title-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: anchor-center;
    gap: 22px;
    max-width: 950px;
    text-align: center;
    margin: auto;
}
body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    float: right;
    margin-left: 80px;
    margin-bottom: 20px;
}
body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap .col_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
body.page-template-case-study .Project-Details .title_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: anchor-center;
    gap: 22px;
    max-width: 950px;
    text-align: center;
    margin: auto;
}
body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap .col_wrap .title_wrap {
    text-align: left;
}
body.page-template-case-study .Project-Details .project_main_wrap h3:not(:first-of-type) {
    margin-top: 20px;
}
body.page-template-case-study .Project-Details .project_main_wrap h3 {
    margin-bottom: 8px;
}
body.page-template-case-study .case-study-testimonial-sec {
    padding: 80px 0 120px;
    background: var(--primary);
    position: relative;
}
body.page-template-case-study .case-study-testimonial-sec .case-study-testimonial__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
}
body.page-template-case-study .case-study-testimonial-sec .case-study-testimonial__content {
    text-align: center;
}
body.page-template-case-study .case-study-testimonial-sec h2 {
    text-align: center;
    color: white;
}
body.page-template-case-study .case-study__slider {
    padding: 80px 20px;
}
body.page-template-case-study .case-study__slider .case-study__slider-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
body.page-template-case-study .case-study__slider .case-study__slider-inner .case-study__slider-title-wrap {
    text-align: center;
}
body.page-template-case-study .case-study__slider .case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    grid-template-rows: 1fr;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img, 
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img {
    display: flex;
    flex-direction: column;
    position: relative;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img img, 
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 637/400;
    border: 2px solid var(--primary);
    height: 100%;
    box-shadow: 0 10px 40px 10px rgba(0,0,0,.05);
    position: relative;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content, 
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    transform: translate(-50%);
    left: 50%;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content h2, 
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content h2 {
    margin: 0;
    position: relative;
    z-index: 1;
    color: #fff;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content:after, 
body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content:after {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: linear-gradient(0deg,var(--primary),transparent);
    opacity: .5;
    pointer-events: none;
}
body.page-template-case-study .case-study__slider-wrap .owl-carousel .owl-nav {
    top: 50%;
}
.video_popup {
    position: relative;
    display: block;
    height: 100%;
}
.video_popup::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    inset: 0;
    position: absolute;
    background-color: #000;
    opacity: .3;
}
.video_popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_popup .icon_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.video_popup .icon_wrap::after, 
.video_popup .icon_wrap::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffd;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    animation: button-glow 3s infinite;
    opacity: .6;
    z-index: 0;
}
.video_popup .icon_wrap::before {
    animation-delay: .3s;
}
.page-id-6 section.faqs_sec {
	padding-block: 60px;
}
@keyframes button-glow {
    70% {
        box-shadow: 0 0 0 15px #fff;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0;
    }
}
/* ************* Case Studies Single Page ************* */

/* ************* areas-we-serve-2 ************* */


.services_banner_sec.hero_sec {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: 50% 50%;
    position: relative;
    padding: 80px 0px;
    min-height: 430px;
    display: flex;
    align-items: center;
}
.services_banner_sec::before {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
}
.services_banner_sec .main_wrapper .hero_sec_content{
color: #fff;
}
.services_banner_sec .main_wrapper .hero_sec_content h1 {
    margin-bottom: 10px;
}
.services_banner_sec .main_wrapper {
    max-width: 630px;
    position: relative;
    z-index: 1;
}
.main_sec_wrapper section:first-child {
    padding-bottom: 0;
}

/* *********** Wilshire_sec  ************ */
.Wilshire_sec {
    padding-top: 48px;
}
.Wilshire_sec .Wilshire_sec_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading {
    max-width: 850px;
    width: 100%;
}   
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading h4 {
    text-align: center;
    letter-spacing: 0;
}
.Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading h4 p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

/* *********** Wilshire_sec  ************ */

/* *********** Orange_sec  ************ */
.Orange_sec {
    padding-block: 60px;
}
.Orange_sec .orange_sec_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.Orange_sec .orange_sec_wrapper .orange_sec_heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Orange_sec .orange_sec_wrapper .orange_info_wrapper {
    width: 100%;
    max-width: 920px;
}
.Orange_sec .orange_sec_wrapper .orange_info_wrapper .orange_info_box {
    display: flex;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
    display: flex;
    align-items: baseline;
    gap: 15px;
    width: calc(33.33% - 16.66px);
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
    font-size: 18px;
    line-height: 28px;
}
.Orange_sec:nth-child(odd) {
    background-color: var(--body-background-secondary);
}
.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    display: flex;
    gap: 12px;
}

.Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content a::before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    content: "\f058";
    color: var(--primary);
}


/* *********** Orange_sec  ************ */

/* ******** repair_Luxury_sec ********* */
.repair_Luxury_sec {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
}
.repair_Luxury_sec::before {
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}
.repair_Luxury_sec .repair_Luxury_sec_heading {
    position: relative;
    z-index: 1;
}
.repair_Luxury_sec .repair_Luxury_sec_heading h4 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500 !important;
}
/* ******** repair_Luxury_sec ********* */

.contact_sec {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    position: relative;
    background-position: 50% 50%;
    padding: 80px 0px;
}
.contact_sec:after {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.2;
}
.contact_sec .contact_form_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
}
.contact_sec .contact_form_wrapper .contact_form {
    max-width: 718px;
    background: rgba(255, 255, 255, .8);
    width: 100%;
}
.contact_sec .contact_form_wrapper .contact_form .form_heading {
    background-color: var(--primary);
    text-align: center;
    padding: 28px;
}
.contact_sec .contact_form_wrapper .contact_form .form_heading h2 {
    margin: 0;
    color: #fff;
}
.contact_sec .contact_form_wrapper .contact_form .contact_form_info {
    height: 100%;
    width: 100%;
    padding: 35px 30px;
    text-align: center;
}
.contact_form .contact_form_info .contact_block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.offers-cards .offers-cards__inner .offers-card .offers-card__content .btn {
    margin-top: auto;
}
.offers-cards .offers-cards__inner .offers-card .offers-card__content .btn a{
    text-decoration: none;
}

.page-template-areas-we-serve .faqs_sec {
    padding: 80px 0px;
}


/* ************* areas-we-serve-2 ************* */

/***************** section-cols *******************/
body .section-cols.section-cols--fullwidth .section__inner {
	width:1000px;
    text-align: center;
}
body .section-cols--fullwidth .section__inner .section__content .section__entry {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

body .section-cols--fullwidth .section__inner .section__content .section__entr table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	display: flex;
	flex-direction: column;
}

body .section__content .section__entry table tr {
	width: 100%;
	display: grid !important;
	grid-template-columns: repeat(3,1fr) !important;
	padding: 0 !important;
	gap: 0 !important;
}

body .section__content .section__entry table tr td, body .section__content .section__entry table tr th {
	padding: 15px;
}

body .section__content .section__entry table tr td {
	text-align: left;
}

body .section__content .section__entry table tbody tr th {
	font-size: 16px;
	line-height: 1.4;
}

.section-cols--fullwidth .section__actions {
	text-align: center !important;
}


@media(max-width:575px){
	body .section-cols--fullwidth .section__inner .section__content .section__entry .table_wrapper {
		overflow: auto;
	}
	
	body .section-cols--fullwidth .section__inner .section__content .section__entry table{
		min-width:650px
	}
	.slider-services {
		padding-top: 30px !important;
	}
}
    /***************** section-cols *******************/


/* Responsive */
@media (min-width: 768px) {
    .service-areas {
        display: flex;
        justify-content: space-around;
        text-align: unset;
    }
    .service-areas ul {
        display: unset;
        text-align: unset;
    }
	body .page-template-page-builder section.faqs_sec {
    padding-top: 0px !important;
}
}
@media(max-width:1200px) {
    .owl-carousel .owl-nav span {
        width: 38px;
        height: 38px;
    }
    .owl-carousel .owl-nav button span:before {
        font-size: 28px;
        top: -5px;
        background: transparent;
    }
    .testi_sec .owl-carousel {
        padding: 0px 60px;
    }
    .owl-carousel button.owl-next span:before {
        left: 16px;
    }
}
@media(max-width:812px) {
    .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
        width: 100%;
        padding: 16px 5px;
    }
    .consulation_sec_left {
        width: 55%;
    }
    .consulation_sec_right {
        width: 45%;
    }
    .map-sec .map-sec_inner .map_wrapper {
        flex-direction: column;
        gap: 0px !important;
    }
    .map-sec_inner .map_wrapper .content_wrapper {
        width: 100%;
        padding: 24px !important;
    }
    .map-sec_inner .map_wrapper .img_wrapper {
        width: 100%;
    }
    .map-sec_inner .map_wrapper .img_wrapper>img {
        height: 450px;
    }
}
@media(max-width:1024px) {
    .map-sec .map-sec_inner .map_wrapper {
        flex-direction: column;
    }
    .map-sec_inner .map_wrapper .content_wrapper {
        width: 100%;
    }
    .map-sec_inner .map_wrapper .img_wrapper {
        width: 100%;
    }
    .map-sec_inner .map_wrapper .img_wrapper>img {
        height: 500px;
    }
}
@media(max-width:767px) {
    .page-template-default section.section-default {
        padding: 88px 0px 60px;
    }
    .gform_wrapper.gravity-theme .gform_page_footer input {
        line-height: 1.58 !important;
    }
    .gform_wrapper.gravity-theme .ginput_complex label,
    .gform_wrapper.gravity-theme .ginput_complex legend {
        font-size: 12px;
        line-height: 1;
    }
    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 14px;
        line-height: 1.2;
    }
    .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex,
    .gform_wrapper.gravity-theme .gform_fields {
        gap: 16px;
    }
    body .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 150px !important; 
    }
    .consulation_sec_inner {
        flex-direction: column;
    }
    .consulation_sec_left,
    .consulation_sec_right {
        width: 100%;
    }
    .consulation_sec_right {
        min-height: 300px;
    }
    .consulation_sec_left .main_btn a.site-btn {
        margin-top: 12px;
    }
    .consulation_sec_left {
        gap: 12px;
        padding: 32px 20px;
    }
    .map-sec_inner .map_wrapper .img_wrapper>img {
        height: 380px;
    }
    .map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li {
        width: calc(50% - 5px);
    }
    .header__offer .header__button.btn {
        display: none;
    }
    .header .header__bar .header__bar-inner .header__offer {
        justify-content: center;
    }
    .section-cols {
        padding: 40px 0px;
    }
    .section-articles--projects {
        padding: 36px 0 22px;
    }
    body.page-template-case-study .case-study-main .container .case-study__inner h1 {
        font-size: 30px;
    }
    body.page-template-case-study .Project-Details .Project-Details__title-wrap h2 {
        font-size: 24px !important;
    }
    body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap .col_wrap {
        gap: 20px;
    }
    body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap .col_wrap iframe {
        max-height: 250px;
    }
    body.page-template-case-study .Project-Details .project_main_wrap .map_video_wrap {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
    body.page-template-case-study .Project-Details .project_main_wrap h3 {
        font-size: 22px;
    }
    body.page-template-case-study .case-study-main, 
    body.page-template-case-study .Project-Details,
    body.page-template-case-study .case-study-testimonial-sec,
    body.page-template-case-study .case-study__slider {
        padding-block: 50px;
    }
    body.page-template-case-study .case-study__slider .case-study__slider-inner {
        gap: 30px;
    }
    body.page-template-case-study .case-study__slider .case-study__slider-wrap .owl-carousel .item .slider-image-wrap {
        grid-template-columns: 1fr;
        background-color: transparent;
    }
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content, 
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content {
        bottom: 20px;
    }
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content h2, 
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content h2 {
        font-size: 22px !important;
    }
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-after-img .case-study__slider-after-content:after, 
    body.page-template-case-study .case-study__slider-wrap .owl-carousel .item .slider-image-wrap .case-study__slider-before-img .case-study__slider-before-content:after {
        bottom: -20px;
    }

    /* **************** */
    .Orange_sec {
        padding-block: 48px;
    }
    .repair_Luxury_sec {
        padding: 60px 0px;
    }
    .contact_sec {
        padding: 60px 0px;
    }
    .Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
        width: calc(50% - 12.5px);
    }
    .page-template-areas-we-serve .faqs_sec {
        padding: 60px 0px;
    }

    body .cta_banner_row {
        flex-direction: column;
        gap: 25px;
    }
    .content-bullet-points-layout-2.section-advantages {
        padding: 60px 0px 40px 0px !important;
    }
    .section-cols {
        padding: 0px 0 60px !important;
    }
    .page-template-local .faqs_sec {
     padding: 40px 0px !important;
    }
}
@media(max-width:575px) {
    .logo>img,
    .footer__logo img {
        max-width: 80px !important;
    }
    .testi_sec {
        padding: 60px 0;
    }
    .testi_sec h2 {
        margin-bottom: 40px;
    }
    .owl-carousel .owl-nav span {
        width: 30px;
        height: 30px;
    }
    .owl-carousel .owl-nav button span:before {
        font-size: 24px;
        top: -4px;
    }
    .owl-carousel button.owl-next span:before {
        left: 13px;
    }
    .owl-carousel button.owl-prev span::before {
        left: 10px !important;
    }
    .testi_sec .sn_testi {
        padding: 0px 15px 0 15px;
    }
    .testi_sec .owl-carousel {
        padding: 0px 40px;
    }
    .map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li {
        font-size: 16px;
    }
    .map-sec_inner .map_wrapper .img_wrapper>img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .map-sec_inner .map_wrapper .img_wrapper .info_wrapper {
        margin-bottom: 0px;
    }
    section.map-sec {
        padding: 0px 0px 60px 0px;
    }
    .map-sec_inner .map_wrapper .content_wrapper .info_wrp ul {
        margin-bottom: 0px;
    }
    .map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li {
        width: 100% !important;
    }
    .header .header__bar .header__bar-inner .header__offer {
        flex-direction: column;
    }

    /* **************** */
    .services_banner_sec .main_wrapper .hero_sec_content h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .Wilshire_sec .Wilshire_sec_wrapper .Wilshire_sec_heading h4 p {
        font-size: 18px;
        line-height: 28px;
    }
    .repair_Luxury_sec .repair_Luxury_sec_heading h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .contact_sec .contact_form_wrapper .contact_form .form_heading h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .contact_sec .contact_form_wrapper .contact_form .contact_form_info {
        padding: 35px 20px !important;
    }
    .contact_sec .contact_form_wrapper .contact_form .form_heading {
        background-color: var(--primary);
        text-align: center;
        padding: 28px 20px !important;
    }
    .Orange_sec .orange_info_wrapper .orange_info_box .orange_info_content {
        width: 100% !important;
    }
    .Orange_sec .orange_sec_wrapper {
        gap: 30px;
    }
    .offers-top__content h2 {
        margin-bottom: 0 !important;
    }
    .Orange_sec .orange_sec_wrapper .orange_info_wrapper .orange_info_box {
        gap: 20px;
    }
    body .cta_banner__title h4 {
        font-size: 26px;
        line-height: 1.3;
        font-weight: 500 !important;
        text-align: center;
    }
    body .cta_banner {
        padding-block: 40px;
    }
    .offers-top__content{
        padding: 60px 0px 48px 0px !important;
    }
    .services_banner_sec.hero_sec{
        min-height: auto;
    }
}
@media(max-width:1282px) and (min-width:1024px) {
    .map-sec_inner .map_wrapper .content_wrapper .info_wrp ul li {
        width: calc(50% - 5px);
    }
}
@media(max-width:1282px) {
    .header__menus .nav>ul>li>a {
        padding: 8px 10px;
    }
    .header__menus .nav ul li.menu-item-has-children>a {
        padding: 8px 25px 8px 8px;
    }
    .nav ul li.menu-item-has-children>a:before {
        content: '';
        right: 7px !important;
    }
    .header .button-container-desktop .btn.oc.phone-click:first-child {
        padding-inline: 30px 13px !important;
    }
}
@media(max-width:1095px) {
    .header__menus .nav>ul>li>a {
        font-size: 12px;
        line-height: 20px;
    }
    .header .header__bar .header__bar-inner .header__offer strong {
        font-size: 14px;
        line-height: 20px;
    }
}