/*************** Home page css start here ******************/


/************* HOME BANNER CSS STARTS HERE ****************/
.banner-area-wrap {
    display: block;
    position: relative;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 55%);
    -moz-box-shadow: 5px 5px 30px rgb(0 0 0 / 55%);
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 55%);
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    background-color: var(--theme-color);
}

.home-page-banner .field__item {
    display: block;
}

.home-page-banner .field__item .paragraph {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.home-page-banner .owl-stage-outer::before {
    content: '';
    height: 100%;
    background-color: var(--theme-color);
    display: inline-block;
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
}

.home-page-banner .field__item .paragraph>div.banner-strapline-text {
    display: block;
    width: 100%;
    height: 100%;
}


.home-page-banner .field__item .paragraph>div.banner-strapline-text h1 {
    color: var(--white-color);
}


.home-page-banner .field__item .paragraph>div.banner-strapline-image {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
}
.banner-strapline-image.field__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(166,9,61,0.3);
}

.home-page-banner .field__item .paragraph>div.banner-strapline-image * {
    height: 100%;
    display: block;
}

.home-page-banner .field__item .paragraph>div.banner-strapline-image img{
    width: 100%;
}

.banner-area-wrap .fieldset-wrapper {
    position: relative;
}

.banner-area-wrap .callNow {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;    
    overflow: hidden;
}

.banner-area-wrap .callNow h2::before {
    content: '';
    height: 100%;
    border-top: 2px solid var(--white-color);
    background-color: var(--theme-color);
    display: inline-block;
    position: absolute;
    right: 0;
    width: 100vw;
    top: 0;
}


.banner-area-wrap .callNow h2 {
    padding: 5rem 2.5rem 5rem 0;
    color: var(--white-color);
    width: 50%;
    position: relative;
    background-color: var(--theme-color);
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    align-content: center;
}

.banner-area-wrap .callNow h2 span {
    position: relative;
    z-index: 99;
    white-space: nowrap;
    font-size: 28px;
    line-height: 36px;
}

.banner-area-wrap .callNow h2 span>a {
    color: var(--white-color);
    font-family: 'Century Gothic Pro';
    font-weight: bold;
    padding-left: 1rem;
    display: block;
    width: 100%;
}

/************* HOME BANNER CSS ENDS HERE ****************/
/*hero block css*/


/*welcome section css*/
.view-welcome-section .ps-area-img-wrap {
    position: relative;
    margin-left: -50vw;
    width: 100vw;
    left: 50%;
    order: 3;
}

.view-welcome-section .welcome-text-right {
    order: 2;
    position: relative;
    padding-left: 3rem;
}

.view-welcome-section .welcome-row .mobile-heading {
    font-family: 'Rodeo Girl BV';
    font-size: 5rem;
    line-height: 5.5rem;
    color: var(--theme-color);
}

.view-welcome-section .welcome-row .mobile-heading::after {
    content: '';
    background-image: url(../images/redline.png);
    display: inline-block;
    height: 1.1rem;
    background-size: cover;
    background-repeat: no-repeat;
    width: 11.4rem;
    position: relative;
    bottom: 2rem;
    margin-left: 1.5rem;
}

.view-welcome-section .welcome-text-right .welcome-col-iner {
    position: absolute;
    right: 0;
    padding-top: 15rem;
    max-width: 56rem;
}

.view-welcome-section .ps-area-img-wrap .ps-area-image > img {
    height: 74rem;
    width: 100%;
}

.view-welcome-section .container {
    max-width: 100%;
    padding: 0;
    position: relative;
}

.welcome-row {
    position: relative;
    order: 1;
}


.welcome-row .welcome-text-left p:not(:last-child) {
    margin-bottom: 2.5rem;
}

.view-welcome-section .welcome-col h2 {
    color: var(--theme-color);
}

.welcome-row .welcome-text-left h2 {
    padding: 7rem 0 4rem;
}

.view-welcome-section .welcome-text-right h2 {
    font-family: 'Rodeo Girl BV';
    font-size: 8rem;
    line-height: 5.5rem;
    max-width: 50rem;
    margin-bottom: 3rem;
    position: relative;
    right: 1rem;
}

.view-welcome-section .welcome-text-right h2::after {
    content: '';
    background-image: url(../images/redline.png);
    display: inline-block;
    height: 1.1rem;
    background-size: cover;
    background-repeat: no-repeat;
    width: 11.4rem;
    position: relative;
    bottom: 2rem;
    margin-left: 1.5rem;
}

.welcome-text-right .aboutPS img {
    max-width: 25.1rem;
    width: 25.1rem;
    margin-bottom: 3rem;
}

.welcome-text-right .aboutPS p {
    clear: both;
    color: var(--white-color);
    position: relative;
    z-index: 2;
}

.welcome-text-right .aboutPS p:not(:last-child) {
    margin-bottom: 3rem;
}

.welcome-row .welcome-text-left {
    padding-bottom: 10rem;
}

.view-welcome-section .aboutPS::after {
    content: '';
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
}

.view-welcome-section .aboutPS {
    position: relative;
    padding: 5rem;
    color: var(--white-color);
}

.view-welcome-section .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.welcome-row,
.view-welcome-section .welcome-text-right {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
}

.welcome-row .welcome-text-right {
    padding-top: 8rem;
    padding-left: 12rem;
}

/*our services section css*/
.service-block-slider.owl-carousel .owl-stage-outer {
    padding: 12rem 0;
}

.service-block-slider .owl-item {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    transition: .4s ease all;
}

.service-block-slider .owl-item.active.center img {
    border-bottom: 1rem solid var(--theme-color);
    height: 100%;
}

.service-block-slider .owl-item.active.center .field-wrapper,
.service-block-slider .owl-item.active.center .field-wrapper .field--name-field-default-image {
    height: 635px;
}

.service-block-slider .owl-item .field-wrapper {
    position: relative;
    height: 591px;
}

.service-block-slider .owl-item .field-wrapper h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 1rem 4.5rem;
    color: var(--white-color);
    margin-bottom: 0;
}

.service-block-slider .owl-item .field--name-body {
    padding: 5rem 9rem;
    text-align: center;
}

.service-block-slider .owl-item article>h2 {
    display: none;
}

.service-block-slider .owl-item .field--name-field-default-image {
    width: 100%;
    height: 591px;
}

.service-block-slider .owl-item .field--name-field-default-image img {
    height: 100%;
}

.service-block-slider .owl-item .field--name-body p {
    max-width: 100%;
}

.ourServicesBlock h2 {
    margin-top: 7rem;
    color: var(--theme-color);
    margin-bottom: 4.8rem;
}

.ourServicesBlock p {
    margin-bottom: 2.8rem;
}
.ourServicesBlock ul {
    padding-left: 20px;
    margin-bottom: 28px;
}
.ourServicesBlock ul li {
    position: relative;
    margin-bottom: 0.5rem;
}
.ourServicesBlock ul li:last-child{
    margin-bottom: 0; 
}
.ourServicesBlock ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 8px;
    background: var(--theme-color);
}
.ourServicesBlock p:last-child{
    margin-bottom: 0; 
}



.service-block-slider .owl-item:hover {
    cursor: url(../images/slider-drag-icon.png), auto;
}

/*testimonals section*/

.testimonial-wrapper {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;
}

.testimonial-wrapper > div{
    width: 50%;
}

.testimonial-wrapper > div.field--name-field-testimonial-banner img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: fill;
}

.testimonial-wrapper > div.contact-bar{
    width: 100%;
}

.testimonial-wrapper > div.Testimonials{
    background-color: var(--theme-color);
}

.testimonial-wrapper > div.Testimonials *{
    height: 100%;
}

.testimonial-wrapper > div.Testimonials .reviews-section *{
    height: auto;
}

.reviews-section {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.reviews-section .review-col {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.reviews-section .text-part {
    padding: 9rem 8rem;
    max-width: 74rem;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.reviews-section .image-part img {
    height: 100%;
}

.reviews-section .text-part p,
.reviews-section .text-part h5 {
    color: var(--white-color);
}

.reviews-section h2 {
    font-family: 'Rodeo Girl BV';
    font-size: 6.2rem;
    line-height: 5.5rem;
    font-weight: normal;
    margin: 0 auto 7rem;
    color: var(--white-color);
    position: relative;
    max-width: 52rem;
}

.reviews-section h2::after {
    content: '';
    background-image: url(../images/heading-line.png);
    display: inline-block;
    height: 1.151rem;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20.4rem;
    position: absolute;
    bottom: -1.5rem;
    right: 1rem;
}

.reviews-section .text-part h5 {
    margin-top: 4rem;
    font-weight: bold;
    font-family: 'Century Gothic Pro';
}

.reviews-section .text-part h5 i {
    font-weight: 400;
    font-family: 'Century Gothic';
}

.reviews-section .text-part h5 span,
.reviews-section .text-part h5 i {
    display: block;
}

/**how to work css**/
.how-we-work-section h2 {
    color: var(--theme-color);
    margin-bottom: 4.8rem;
}

/*.how-we-work-section p {
    max-width: 65rem;
}*/
.how-we-work-section p {
    margin-bottom: 2.8rem;
}
.how-we-work-section ul {
    padding-left: 20px;
    margin-bottom: 28px;
}
.how-we-work-section ul li {
    position: relative;
    margin-bottom: 0.5rem;
}
.how-we-work-section ul li:last-child{
    margin-bottom: 0; 
}
.how-we-work-section ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    top: 8px;
    background: var(--theme-color);
}
.how-we-work-section p:last-child{
    margin-bottom: 0; 
}

.how-we-work-section .block-how-we-work-block {
    margin-top: 12rem;
    position: relative;
}

.block-how-we-work-block .tab {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border-bottom: 2px solid var(--lightgray-color);
    width: calc(100% - 29rem);
    margin-left: auto;
    position: relative;
}

.block-how-we-work-block .tab .tablinks {
    display: inline-block;
    width: 100%;
}

.block-how-we-work-block .work-tab-content p {
    max-width: 100%;
}

.block-how-we-work-block .work-tab-content {
    width: 100%;
}

.block-how-we-work-block .tab .tablinks span {
    font-size: 6rem;
    font-weight: bold;
    line-height: 3.2rem;
    font-family: 'Century Gothic Pro';
    color: var(--lightgray-color);
    width: 100%;
    text-align: center;
    padding: 4rem 3rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.block-how-we-work-block .tab .tablinks.active span {
    color: var(--theme-color);
}

.block-how-we-work-block .work-tab-content .tabcontent {
    display: none;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.block-how-we-work-block .tab .tablinks.active span::after {
    content: '';
    background-color: var(--theme-color);
    height: 7px;
    width: 100%;
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.block-how-we-work-block .work-tab-content .tabcontent .img-wrap img {
    width: 100%;
}

.block-how-we-work-block .work-tab-content .tabcontent .body-title-wrap {
    width: calc(100% - 30rem);
    margin-top: 6rem;
}

.tabcontent .body-title-wrap h3 {
    color: var(--theme-color);
    margin-bottom: 3rem;
}

/*latest news and documents css*/
.view-quilter-ps h2 {
    color: var(--theme-color);
}

.block-quilterpdf-block {
    padding: 3rem 0 8rem;
}

.view-quilter-ps .owl-carousel .owl-item img {
    border: 1px solid #f6f5f5;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .19);
    -moz-box-shadow: 3px 3px 12px rgba(0, 0, 0, .19);
    -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, .19);
    height: 44rem;
}

.view-quilter-ps .owl-carousel .owl-item {
    opacity: 0;
    transition: opacity .75s linear;
}

.view-quilter-ps .owl-carousel .owl-item.active {
    opacity: 1;
}

.view-quilter-ps .owl-carousel .owl-stage-outer {
    padding-top: 5rem;
    overflow: initial;
}

.quilter-block-slider.owl-carousel .owl-nav {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 42%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}

.quilter-block-slider.owl-carousel .owl-nav button {
    position: relative;
}

.quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
    left: -7rem;
}

.quilter-block-slider.owl-carousel .owl-nav button.owl-next {
    right: -7rem;
}

.view-quilter-ps .owl-carousel .owl-item .views-field-field-pdf-upload {
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 4rem;
    margin-bottom: 2.5rem;
}

.view-quilter-ps .owl-carousel .owl-item h5 {
    font-size: 2rem;
    line-height: 3rem;
    color: var(--black-color);
}

.view-quilter-ps .owl-carousel .owl-item h5 a {
    color: var(--black-color);
}

.view-quilter-ps .owl-carousel .owl-item h5 a:hover {
    color: var(--theme-color);
}

.view-quilter-ps .owl-carousel .owl-item .datetime {
    font-size: 2rem;
    line-height: 3rem;
    color: var(--theme-color);
}

.quilter-block-slider.owl-carousel .owl-nav button span {
    font-size: 0;
    background-size: 3.7rem;
    width: 3.7rem;
    background-repeat: no-repeat;
    height: 3.1rem;
    display: inline-block;
}

.quilter-block-slider.owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/prev-arrow.png);
}

.quilter-block-slider.owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/next-arrow.png);
}

/*get in touch css*/
.region-content-bottom .block-webform-block {
    background-color: var(--theme-color);
    padding: 7rem 0 12rem;
    filter: drop-shadow(4.95px 4.95px 17.5px rgba(0, 0, 0, 0.55));
}

.region-content-bottom .block-webform-block .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.footer-top-right h2 {
    color: var(--white-color);
    margin-bottom: 3.5rem;
}

.footer-top-right form input.button {
    border-color: var(--white-color);
    color: var(--white-color);
    width: auto;
}

.footer-top-right form input.button:hover,
.footer-top-right form input.button:active,
.footer-top-right form input.button:focus {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.footer-top-left,
.footer-top-right {
    width: 100%;
}

.footer-top-left p {
    color: var(--white-color);
}

.footer-top-left p:not(:last-child) {
    margin-bottom: 2rem;
}

.footer-top-left .contact-info {
    margin-top: 7rem;
}

.footer-top-left .contact-info h3 {
    color: var(--white-color);
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 5.5rem;
}

.footer-top-left .contact-info h3.phone-contact {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
    -webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
    align-content: center;
}

.footer-top-left .contact-info h3.phone-contact span.callnowcontent{
    margin-left: 10px;
}

.footer-top-left .contact-info h3.phone-contact a{
    display: block;
    width: 100%;
    line-height: 40px;
}

.footer-top-left .contact-info h3 a {
    color: var(--white-color);
    font-family: 'Century Gothic Pro';
    font-weight: bold;
}

.footer-top-left>div {
    max-width: 55rem;
}

.footer-top-left .footer-logo {
    margin-bottom: 5.2rem;
}

.footer-top-left.footer-top-sole {
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-top-left.footer-top-sole .footer-logo {
    max-width: 100%;
    flex: 0 0 100%;
}

.footer-top-left.footer-top-sole .contact-info {
    margin-top: 0;
    padding-right: 1rem;
    padding-left: 11rem;
}

.footer-top-left.footer-top-sole div>p {
    max-width: 56rem;
}

/*contact bar css*/
.view-welcome-section {
    position: relative;
}

.welcome-row .ps-area-image {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 74rem;
}

.welcome-row .ps-area-image img {
    height: 100%;
}

.contact-bar.footer-welcome-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.contact-bar.footer-welcome-area::after {
    content: '';
    background-color: #4298B5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    mix-blend-mode: multiply;
}

.footer-testimonial-area {
    background-color: var(--gray-color);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    -moz-box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    margin-bottom: 8rem;
}

.contact-bar {
    padding: 3rem 0;
}

.contact-bar .container {
    display: flex;
    align-items: center;
    max-width: 90rem;
    justify-content: space-between;
}

.contact-bar div>a {
    color: var(--white-color);
}

.contact-bar.footer-welcome-area span.slash, .contact-bar.footer-testimonial-area span.slash{
    margin: 0 7px;
}

.contact-bar.footer-welcome-area span:not(.slash), .contact-bar.footer-testimonial-area span:not(.slash){
    margin: 0 5px 0 0;
}
.contact-bar div>a:hover {
    color: var(--theme-color);
}

.contact-bar div img {
    max-width: 3.4rem;
    margin-right: 2rem;
}

.contact-bar div>div {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 2.4rem;
    line-height: 3.9rem;
    font-family: 'Century Gothic';
    font-weight: normal;
    z-index: 2;
    position: relative;
}

.contact-bar div>div:first-child img {
    max-width: 3.5rem;
}

.welcome-wrap-main.no-left-section .welcome-row{
    min-height: 46rem;  
}
.welcome-wrap-main.no-left-section.no-right-section .welcome-row{
    min-height: auto;   
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.welcome-wrap-main.no-left-section.no-image-section .welcome-row,
.welcome-wrap-main.no-left-section.no-image-section .welcome-text-right{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.welcome-wrap-main.no-left-section.no-image-section .welcome-text-right{
    padding-left: 0;
}
.welcome-wrap-main.no-left-section.no-image-section .welcome-text-right .welcome-col-iner{
    position: relative;
    padding-left: 0;
    max-width: 100%;
}

.welcome-wrap-main.no-image-section .welcome-text-right .welcome-col-iner{
    position: relative;
}
@media(max-width: 767px){
    .welcome-wrap-main.no-left-section .welcome-row{
        min-height: auto;  
    }
}

/*************** Home page css end here ******************/

/*************** responsive css start here ******************/
@media screen and (max-width: 1199px) {
    .page-wraper #header-wrap .fieldset-wrapper {
        padding: 0;
        max-width: 100%;
    }

    .service-block-slider .owl-item.active img {
        border-bottom: 6px solid var(--theme-color);
    }

    .service-block-slider .owl-item.active {
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        top: 0;
        z-index: unset;
    }

    .service-block-slider.owl-carousel .owl-nav button span {
        font-size: 0;
        position: relative;
    }

    .service-block-slider.owl-carousel .owl-nav button span::after {
        content: '';
        border-width: 0px 2px 2px 0 !important;
        display: inline-block;
        padding: 7px;
        position: absolute;
        border: solid #fff;
    }

    .service-block-slider.owl-carousel .owl-nav button.owl-next>span::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .service-block-slider.owl-carousel .owl-nav button.owl-prev>span::after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .service-block-slider.owl-carousel .owl-nav {
        display: flex !important;
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 42%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
    }

    .service-block-slider.owl-carousel .owl-nav button {
        position: relative;
    }

    .service-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: 2rem;
    }

    .service-block-slider.owl-carousel .owl-nav button.owl-next {
        right: 4rem;
    }

    #header-wrap .fieldset-wrapper .field--name-field-header-text {
        padding: 0 2.5rem;
        margin: 0 auto;
    }

    .service-block-slider .owl-item .field--name-field-default-image,
    .service-block-slider .owl-item.active.center .field-wrapper,
    .service-block-slider .owl-item.active.center .field-wrapper .field--name-field-default-image {
        height: 100%;
    }
}

@media screen and (min-width: 1200px) {

    #header-wrap .fieldset-wrapper .field--name-field-header-text,
    #header-wrap .fieldset-wrapper .field--name-field-header-image {
        flex: 0 0 50%;
        width: 100%;
        position: relative;
        max-width: 50%;
        height: 100%;
    }

    #header-wrap .fieldset-wrapper {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
    }

    #header-wrap .fieldset-wrapper .field--name-field-header-image {
        position: absolute;
        right: 0;
        box-shadow: 4.95px 4.95px 17.5px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 4.95px 4.95px 17.5px rgba(0, 0, 0, 0.55);
        -webkit-box-shadow: 4.95px 4.95px 17.5px rgba(0, 0, 0, 0.55);
    }

    #header-wrap .fieldset-wrapper .field--name-field-header-image * {
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .home-page-banner .field__item .paragraph>div.banner-strapline-text h1 {
        max-width: 50rem;
        padding: 22rem 0;
    }

    .service-block-slider .owl-item.active.center {
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        -moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .43);
        top: -2rem;
        z-index: 99;
    }

    .how-we-work-section::after {
        content: '';
        background: #F6F7F7;
        height: 2rem;
        width: 100%;
        display: inline-block;
        bottom: 4.5rem;
        position: relative;
        z-index: 1;
    }

    .block-how-we-work-block .work-tab-content .tabcontent.active {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .block-how-we-work-block .work-tab-content .tabcontent .img-wrap {
        width: 30rem;
        max-width: 100%;
        position: relative;
        left: -3rem;
    }

    .reviews-section {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        align-content: center;
        -webkit-align-content: center;
    }

    .footer-top-left,
    .footer-top-right {
        flex: 0 0 50%;
        position: relative;
        max-width: 50%;
        width: 100%;
    }

    .footer-top-left {
        padding-right: 9rem;
    }

    .footer-top-left.footer-top-sole>div {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .banner-area-wrap .callNow h2 {
        font-size: 2rem;
        line-height: 5.2rem;
    }
}

@media screen and (max-width: 1023px) {
    .banner-area-wrap .callNow h2 {
        font-size: 2.4rem;
        line-height: 5.5rem;
        width: 100%;
    }

    .banner-area-wrap .callNow {
        position: relative;
    }

    .welcome-row .welcome-text-left h2{
        padding: 5rem 0 2.5rem;    
    }

    .welcome-text-right .aboutPS img {
        max-width: 20.6rem;
        width: 20.6rem;
        margin-bottom: 2rem;
    }

    .welcome-text-right .aboutPS p:not(:last-child) {
        margin-bottom: 2rem;
    }

    .view-welcome-section .welcome-text-right h2 {
        font-size: 5rem;
        line-height: 5.5rem;
        margin-bottom: 2rem;
    }

    .how-we-work-section {
        border-bottom: 2rem solid #F6F7F7;
        padding-bottom: 4.5rem;
    }

    .ourServicesBlock {
        filter: drop-shadow(2.828px 2.828px 8.5px rgba(0, 0, 0, 0.43));
        position: relative;
        z-index: 2;
    }

    .service-block-slider .owl-item .field-wrapper {
        height: 100%;
    }

    .service-block-slider .owl-item .field--name-field-default-image {
        height: 38rem !important;
    }

    .block-how-we-work-block .work-tab-content .tabcontent.active {
        display: block;
    }

    .block-how-we-work-block .work-tab-content .tabcontent .img-wrap {
        width: 30rem;
        margin: 0 auto;
        max-width: 100%;
    }

    .block-how-we-work-block .work-tab-content .tabcontent .body-title-wrap {
        width: 100%;
        margin-top: 4.5rem;
    }

    .block-how-we-work-block .tab {
        width: 100%;
        position: absolute;
        transform: translateY(-50%);
        z-index: 4;
        left: 0;
        border-width: 1px;
    }

    .block-how-we-work-block .tab::after {
        width: 100vw;
        right: 100%;
        left: 50%;
        margin-left: -50vw;
        height: 1px !important;
        bottom: -1px !important;
    }

    .block-how-we-work-block .tab .tablinks.active span::after {
        height: 3px !important;
        bottom: -1px !important;
    }

    .block-how-we-work-block .tab .tablinks span {
        font-size: 4rem;
        padding: 2rem;
    }

    .quilter-block-slider.owl-carousel,
    .quilter-block-slider.owl-carousel .owl-nav {
        padding: 0 3rem;
    }

    .reviews-section h2 {
        font-size: 4.5rem;
        line-height: 4.5rem;
        margin: 0 auto 5rem;
    }

    .contact-bar div>div {
        font-size: 1.8rem;
    }

    .block-quilterpdf-block {
        padding: 4rem 0;
    }

    .service-block-slider .owl-item .field--name-body {
        padding: 3rem 0;
        max-width: 30rem;
        margin: 0 auto;
    }

    .service-block-slider .owl-item .field-wrapper h2 {
        padding-bottom: 2.5rem;
    }

    .ourServicesBlock h2 {
        margin-top: 5rem;
        margin-bottom: 2.5rem;
    }

    .contact-bar div img {
        max-width: 1.7rem;
        margin-right: 1rem;
    }

    .contact-bar {
        margin-bottom: 5rem;
    }

    .contact-bar div>div:first-child img {
        max-width: 1.7rem;
    }

    .service-block-slider.owl-carousel .owl-stage-outer {
        padding: 5rem 0 0;
    }

    .how-we-work-section h2 {
        margin-bottom: 2.5rem;
    }

    .welcome-row .welcome-text-left {
        padding-bottom: 5rem;
        max-width: 42rem;
    }

    .footer-top-left.footer-top-sole .contact-info {
        padding: 0;
        margin-top: 4rem;
    }

    .region-content-bottom .block-webform-block {
        padding: 5rem 0;
    }

    .footer-top-left .contact-info h3 {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .footer-top-left .contact-info h3:not(:last-child) {
        margin-bottom: .8rem;
    }

    .footer-top-left .contact-info h3 a {
        word-break: break-word;
    }

    .footer-top-left .contact-info {
        margin-top: 4rem;
    }

    .footer-top-right h2 {
        margin: 5rem 0 2.5rem;
    }

    .footer-top-right form input.button {
        width: 16rem;
    }
}

@media screen and (max-width: 2200px) {
    .block-how-we-work-block .tab::after {
        content: '';
        background: var(--lightgray-color);
        height: 2px;
        display: inline-block;
        width: 100%;
        position: absolute;
        bottom: -2px;
        right: -100%;
    }
}

@media screen and (min-width: 768px) {
    .footer-top-right #edit-container-03 {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

    .welcome-row .mobile-heading {
        display: none;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .reviews-section .text-part {
        padding: 7rem 4rem;
    }

    .service-block-slider .owl-item .field--name-field-default-image,
    .service-block-slider .owl-item .field-wrapper {
        height: 490px;
    }

    .service-block-slider .owl-item.active.center .field-wrapper,
    .service-block-slider .owl-item.active.center .field-wrapper .field--name-field-default-image {
        height: 540px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .view-welcome-section .welcome-text-right .welcome-col-iner {
        padding-top: 12rem;
        max-width: 50rem;
        padding-left: 4rem;
    }

    .view-welcome-section .ps-area-img-wrap .ps-area-image > img {
        height: 62rem;
    }

    .reviews-section .text-part {
        padding: 5rem 2rem;
    }

    .how-we-work-section .block-how-we-work-block {
        margin-top: 7rem;
    }

    .service-block-slider.owl-carousel .owl-stage-outer {
        padding: 7rem 0;
    }

    .reviews-section h2 {
        font-size: 5.2rem;
        line-height: 4.5rem;
        margin: 0 auto 5rem;
    }

    .footer-top-left .contact-info h3 {
        font-size: 2.8rem;
        line-height: 5rem;
    }

    .service-block-slider .owl-item .field-wrapper {
        height: 420px;
    }

    .service-block-slider .owl-item.active.center .field-wrapper,
    .service-block-slider .owl-item.active.center .field-wrapper .field--name-field-default-image {
        height: 465px;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -4.2rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -4.2rem;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1024px) {
    .service-block-slider .owl-item .field--name-body {
        padding: 3rem;
    }

    .view-welcome-section .aboutPS {
        padding: 3rem;
    }
}

@media screen and (max-width: 1699px) and (min-width: 1300px) {
    .service-block-slider .owl-item .field--name-body {
        padding: 4rem;
    }
}

@media screen and (max-width: 1549px) and (min-width: 1300px) {
    .footer-top-left.footer-top-sole .contact-info {
        padding-left: 3rem;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1300px) {
    .view-welcome-section .welcome-text-right .welcome-col-iner {
        max-width: 50rem;
    }

    .view-welcome-section .ps-area-img-wrap .ps-area-image > img {
        height: 72rem;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .view-welcome-section .welcome-text-right .welcome-col-iner {
        max-width: 46rem;
    }

    .view-welcome-section .ps-area-img-wrap .ps-area-image > img {
        height: 66rem;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .home-page-banner .field__item .paragraph>div.banner-strapline-text h1 {
        font-size: 4rem;
        line-height: 5.2rem;
        max-width: 48rem;
    }
}

@media screen and (max-width: 767px) and (min-width: 700px) {
    .view-quilter-ps .owl-carousel .owl-item img {
        height: 40rem !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
    .view-quilter-ps .owl-carousel .owl-item img {
        height: 34rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -4.5rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -4.5rem;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .view-welcome-section .aboutPS {
        padding: 2.5rem;
    }

    .view-welcome-section .welcome-text-right .welcome-col-iner {
        padding-left: 3.5rem;
        padding-top: 10rem;
    }

    .view-welcome-section .ps-area-img-wrap .ps-area-image > img {
        height: 60rem;
    }

    #header-wrap .fieldset-wrapper .field--name-field-header-text {
        padding-top: 15rem;
    }

    .block-how-we-work-block .tab {
        top: 58%;
    }

    .banner-area-wrap .callNow h2 {
        padding: 2rem 0 1rem;
    }

    .contact-bar .container {
        max-width: 65rem;
    }

    .contact-bar {
        padding: 2.4rem 0;
    }

    .view-quilter-ps .owl-carousel .owl-item img {
        height: 30rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -4rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -4rem;
    }
}

@media screen and (max-width: 425px) {
    .reviews-section h2 {
        max-width: 32rem;
    }

    .reviews-section h2::after {
        right: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .home-page-banner .field__item .paragraph>div.banner-strapline-text h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
        max-width: 34rem;
    }

    .contact-bar div>a>span {
        display: none;
    }

    .view-welcome-section .welcome-text-right h2 {
        display: none;
    }

    .welcome-row,
    .view-welcome-section .welcome-text-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .view-welcome-section .ps-area-img-wrap .ps-area-image > img {
        height: 41rem;
    }

    .view-welcome-section .welcome-text-right .welcome-col-iner {
        position: relative;
        padding: 0;
        max-width: 100%;
    }

    .view-welcome-section .welcome-text-right {
        order: 3;
        padding-left: 0;
    }

    .view-welcome-section .field--name-field-ps-area-image {
        order: 2;
    }

    .view-welcome-section .aboutPS {
        background-color: var(--theme-color);
        padding: 3rem 3rem 5rem;
        margin: 0 -2.5rem;
        box-shadow: 3px 3px 15px rgb(0 0 0 / 55%);
    }

    .view-welcome-section .aboutPS::after {
        display: none;
    }

    .block-how-we-work-block .tabcontent .body-title-wrap h3 {
        margin-bottom: 2rem;
    }

    .block-how-we-work-block .tab .tablinks span {
        padding: 2rem 1rem !important;
    }

    .reviews-section .review-col.image-part {
        height: 40rem;
    }

    #header-wrap {
        padding-top: 10rem;
    }

    .block-how-we-work-block .tab {
        top: 53%;
    }

    .banner-area-wrap .callNow h2 {
        padding: 1rem 0;
    }

    .reviews-section .text-part {
        padding: 3rem 2.5rem;
    }

    .reviews-section h2::after {
        width: 11.9rem;
        height: 0.675rem;
    }

    .contact-bar .container {
        display: block;
        text-align: center;
        max-width: 100%;
    }

    .contact-bar div>div {
        justify-content: center;
    }

    .contact-bar {
        padding: 1.5rem 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 402px) {
    .page-wraper .contact-bar div img {
        margin-right: 5px;
    }

    .page-wraper .contact-bar div>div {
        line-height: 2.9rem;
    }

    .page-wraper .contact-bar {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 359px) {
    .page-wraper .contact-bar div img {
        max-width: 1.5rem;
    }

    .how-we-work-section .block-how-we-work-block .tab {
        top: 46.5%;
    }

    .view-quilter-ps .quilter-block-slider.owl-carousel {
        width: 25rem;
    }

    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -2.5rem;
    }

    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -4rem;
    }
}

@media screen and (max-width: 500px) and (min-width: 400px) {
    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -5rem;
    }

    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -3rem;
    }
}

@media screen and (max-width: 399px) and (min-width: 360px) {
    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -4rem;
    }

    .view-quilter-ps .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -2.5rem;
    }
}

@media screen and (max-width: 599px) {
    .quilter-block-slider.owl-carousel {
        width: 30rem;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }

    .quilter-block-slider.owl-carousel .owl-nav {
        padding: 0;
    }

    .view-quilter-ps .owl-carousel .owl-item img {
        height: 100%;
    }

    .quilter-block-slider.owl-carousel .owl-nav button span {
        background-image: none !important;
        position: relative;
    }

    .quilter-block-slider.owl-carousel .owl-nav button span::after {
        content: '';
        border-width: 0px 2px 2px 0 !important;
        display: inline-block;
        padding: 7px;
        position: absolute;
        border: solid #D0D0D0;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-next>span::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-prev>span::after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-prev {
        left: -6rem;
    }

    .quilter-block-slider.owl-carousel .owl-nav button.owl-next {
        right: -5rem;
    }
}

.path-frontpage form.user-login-form {
    padding: 25rem 2.5rem 8rem;
    max-width: 70rem;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper > div{
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .home-page-banner .field__item .paragraph {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-page-banner .field__item .paragraph>div.banner-strapline-image {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .home-page-banner .field__item .paragraph>div.banner-strapline-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 0;
    }

    .home-page-banner .field__item .paragraph>div.banner-strapline-text h1{
        padding: 4rem 0;
    }

    .banner-area-wrap .callNow h2::before {
        left: -2.5rem;
        right: auto;
    }
}
@media screen and (max-width: 1199px) {
    .path-frontpage .path-user .page-wraper .page-content form {
        padding: 15rem 2.5rem 5rem;
    }
}

@media screen and (min-width: 1200px) {
    .welcome-text-left .field--name-field-welcome-body {
        min-height: 150px;
    }
}

/*************** responsive css end here ******************/

.seven-details__wrapper.details-wrapper {
    color: #fff;
}

.seven-details__wrapper.details-wrapper div.description{
    color: #fff;
    opacity: .7;
}