:root{
    --text-color: #0B0C0D;
    --color-one: #084C61;
    --color-two: #820080;
    --heading: 52px;
}

body{
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.9;
    color: var(--text-color);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
h1, .h1{
    font-size: 45px;
}
h2, .h2{
    font-size: 40px;
}
h3, .h3{
    font-size: 35px;
}
h4, .h4{
    font-size: 30px;
}
h5, .h5{
    font-size: 25px;
}
h6, .h6{
    font-size: 20px;
}
dl, ol, ul {
    margin: 0 0 1rem;
    padding-left: 18px;
}
.list-style-icons {
    list-style: none;
    padding-left: 0;
}
.list-style-icons li + li {
    margin-top: 10px;
}
.list-style-icons img, .list-style-icons svg {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ppc-v2-small-heading{
    font-weight: 600;
    font-size: 16px;
}
.ppc-v2-heading {
    position: relative;
    font-size: 52px;
    line-height: 1.3;
    font-family: "Heebo", Sans-serif;
    font-weight: 600;
    color: #000;
}
.ppc-v2-small-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ppc-v2-banner {
    z-index: 1;
    overflow: hidden;
}
.ppc-v2-banner .container-fluid {
    width: calc(100% - 111px);
    margin-top: 300px;
    margin-bottom: 80px;
}
.ppc-v2-banner-content {
    position: relative;
    height: 650px;
    color: #fff;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}
.ppc-v2-banner-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 64.38%);
}
.ppc-v2-banner-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.ppc-v2-banner-desc {
    font-size: 18px;
    margin-bottom: 20px;
}
.ppc-v2-banner .banner-image-v2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.ppc-v2-banner-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px;
    max-width: 70%;
}
.ppc-v2-banner-form {
    padding: 40px;
    border-radius: 16px;
    position: relative;
    background: rgb(251 185 11);
    height: 100%;
}
/* .ppc-v2-banner .banner-row {
    --bs-gutter-x: 60px;
} */
.ppc-v2-banner-form .form-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-one);
    line-height: 1.5;
}
.ppc-v2-banner-form .form-control {
    padding: 10px 15px;
    border-radius: 12px;
    border-color: #fff;
    background: #fff;
}
.ppc-v2-banner-form .form-group {
    margin-bottom: 32px;
}
.ppc-v2-banner-form .ppc-v2-btn {
    text-transform: uppercase;
    padding: 12px;
}
.ppc-v2-banner-form .wpcf7-form textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: auto;
}
body .ppc-v2-btn {
    background-color: #ee7a20;
    border-width: 2px;
    color: var(--btn-text-color);
    padding: 7px 20px 7px 20px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 500;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
}
body .ppc-v2-btn:hover{
background-color: #008080;
color: #fff;
}
.ppc-v2-btn.btn-white svg path {
    stroke: #fff;
}

body input.wpcf7-submit.ppc-v2-btn:hover {
    transition: 0.5s;
    color: #ffffff;
    background-color: #008080;
}
.ppc-v2-btn:hover{
    background-color: transparent;
    color: #ee7a20;
}
.ppc-v2-btn:hover svg path{
    stroke: #ee7a20;
}
.ppc-v2-btn.btn-white{
   transition: 0.5s;
    color: #ffffff;
    background-color: #008080;
}
.ppc-v2-btn.btn-white:hover{
    background-color: #ee7a20;
    color: #fff;
}
.ppc-v2-btn.btn-white:hover svg path{
    stroke: #fff;
}


body .ppc-v2-btn.btn-outline {
    background: transparent;
    color: var(--color-one);
}
body .ppc-v2-btn.btn-outline:hover{
    background: var(--color-one);
    color: #fff;
}
body .ppc-v2-btn.btn-outline:hover svg path{
    fill: #fff;
    stroke: #fff;
}
.ppc-v2-btn.btn-white-outline {
    background-color: transparent;
    border-color: #fff;
}
.ppc-v2-btn.btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--btn-bg-color);
}
.ppc-v2-btn.btn-white:hover svg path {
    fill: #fff;
    stroke: #fff;
}
.ppc-v2-btn svg{
    margin-left: 5px;
}

.light-bg {
    background: #f4f4f4;
}
.ppc-sb-service-offered-section.light-bg{
    background: #fbfbfb;
}
.ppc-sb-footer-form {
    background: var(--color-one);
    color: #fff;
}
div.wpcf7-response-output {
    /* position: absolute; */
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    background-color: #dc3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: auto;
    line-height: 1;
    color: #fff;
}

.ppc-v2-header-left {
    width: 400px;
    display: flex;
    align-items: center;
    color: #fff;
}

.ppc-v2-header-right {
    width: calc(100% - 400px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 20px;
}

.ppc-v2-header {
    padding: 20px 0;
    background: #b5cece;
}
.ppc-v2-header-logo img{
   max-width: 162px;
    height: 155px;
}
.ppc-v2-header-logo svg {
  max-width: 162px;
    height: 155px;
}
.ppc-v2-phone-title-wrap {
    display: flex;
    align-items: center;
}
.ppc-v2-header-phone a {
    text-decoration: none;
    color: #fff;
    background: #ee7a20;
    border-color: #ee7a20;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 13px 25px;
    border-radius: 35px;
    line-height: 100%;
}
.ppc-v2-header-phone a:hover {
 background: #008080;
 border-color: #008080;
}

.ppc-v2-header-phone a svg, 
.ppc-v2-header-phone a img {
    position: static;
    top: 0px;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    margin-left: 0px;
}
.ppc-v2-header-phone a:hover {
    color: #fff;
    border-color: #fff;
}
.ppc-v2-header-phone .ppc-v2-phone-icon {
    width: 26px;
    height: 26px;
}

.ppc-v2-header-phone .ppc-v2-phone-title {
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    letter-spacing: 3px;
}
.ppc-v2-header-phone .ppc-v2-phone-no {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}




/****************************/
.ppc-footer {
    margin-top: 0px;
    background: #254441;
    padding-top: 50px;
}
.ppc-v2-copyright-area {
    width: 100%;
    background: #ee7a20;
    margin-top: 50px;
}
.footer-map iframe {
    width: 100%;
    height: 650px;
}
.footer-logo {
    margin-top: 50px;
}
.footer-logo svg {
    max-width: 400px;
    height: 85px;
    width: 100%;
}
.footer-logo img{
    max-width: 400px;
}

.ppc-v2-footer-social-links ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    position: relative;
}
.ppc-v2-footer-social-links li + li {
    margin-left: 15px;
}
.ppc-v2-footer-social-links li a {
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    padding: 5px;
    border: 1px solid transparent;
}
.ppc-v2-footer-social-links li a:hover {
    border: 1px solid var(--color-one);
}
.ppc-v2-footer-social-links li svg {
    width: 100%;
    height: 100%;
    fill: #000;
}
.ppc-v2-footer-social-links li svg path {
    fill: #000;
}
.ppc-v2-footer-social-links li a:hover svg, .ppc-v2-footer-social-links li a:hover svg path{
    fill: var(--color-one);
}
.ppc-v2-copyrights {
    padding: 30px 0;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #fff;
}
.ppc-v2-copyright-area .container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(11, 12, 13, 0.15);
}
.ppc-v2-footer-links ul {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
}
.ppc-v2-footer-links li a {
    color: var(--text-color);
}
.ppc-v2-footer-links li a:hover {
    color: var(--color-one);
}

/* Image with content */
.ppc-v2-image-with-content{
    background-size: cover;
    background-position: center;
}
.ppc-v2-image-with-content.image-right .row {
    flex-direction: row-reverse;
}
.ppc-v2-image-with-content .image {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.ppc-v2-image-with-content .image img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    object-fit: cover;
}

/* Image with content box */
.ppc-v2-image-with-content-box{
    background-size: cover;
    background-position: center;
}
.ppc-v2-image-with-content-box .row {
    background: #fff;
    align-items: center;
    --bs-gutter-x: 0;
    border-radius: 30px;
    overflow: hidden;
}
.ppc-v2-image-with-content-box .content-inner {
    padding: 50px;
}
.ppc-v2-image-with-content-box .image img {
    width: 100%;
height: auto;
object-fit: cover;
border-radius: 20px;
}

.ppc-v2-image-with-content-box.image-right .row {
    flex-direction: row-reverse;
}
.ppc-v2-image-with-content-box.image-right .image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 20px;
}
.ppc-v2-image-with-content-box .ppc-v2-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}


/*===============*/
.ppc-sb-banner-btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.ppc-sb-banner-btns a + a{
    margin-left: 10px;
}
.ppc-sb-banner-btns span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
}
.ppc-sb-content-box {
    background: #fff;
    padding: 50px;
}
.ppc-page-with-sidebar .ppc-sb-bgimage-with-content {
    background-position: center right;
}
.ppc-sb-bgimage-with-content {
    background-position: center;
    background-size: cover;
}



/* Form Section */

.ppc-v2-form-section .form-group label {
    display: block;
}
.ppc-v2-footer-form .form-control,
.ppc-v2-form-section .form-control {
    padding: 15px 0;
    border-radius: 0;
    color: #666;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ppc-v2-form-section .form-select {
    border-radius: 0;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-left: 0;
    box-shadow: none;
}
.ppc-v2-form-section .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.ppc-v2-form-email, .ppc-v2-form-phone, .ppc-v2-form-address {
    position: relative;
    margin-top: 15px;
    padding-left: 35px;
    color: #ffffff;
}
.ppc-v2-form-address-icon path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}
.ppc-v2-form-email-icon, .ppc-v2-form-phone-icon, .ppc-v2-form-address-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ppc-v2-form-section .wpcf7-radio .wpcf7-list-item {
    width: 49%;
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.ppc-v2-form-section .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ppc-v2-form-section .wpcf7-acceptance [type="checkbox"]{
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
}
.ppc-v2-form-section .wpcf7-radio [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
}
.ppc-v2-form-section .form-group .wpcf7-radio label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
body .ppc-v2-form-section .ppc-v2-btn {
    background: #ee7a20;
    border-color: #ee7a20;
}
body .ppc-v2-form-section .ppc-v2-btn:hover {
    background: #008080 !important;
    border-color: #008080;
    color: #ffffff;
}

.ppc-v2-form-email a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--text-color);
}
.ppc-v2-form-email a:hover {
    color: var(--color-one);
}

.ppc-v2-form-phone a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--text-color);
    width: 100%;
}
.ppc-v2-form-phone a:hover {
    color: var(--color-one);
}
.ppc-v2-banner .row.banner-row {
    align-items: unset;
}

/* Testimonials Section */
.ppc-v2-testimonials-section {
    background: url(../ppc-page/images/bg-2.webp);
    background-size: cover;
}
.ppc-v2-testimonials-section .owl-stage{
    margin-top: 70px;
    display: flex;
}
.ppc-v2-testimonials-section .item {
    background: #fff;
    border: 1px solid #1344A566;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%;
}
.ppc-v2-testimonials-section .desc-wrap {
    padding: 20px;
    height: 100%;
}
.ppc-v2-testimonials-section .name {
    padding: 10px 20px;
    border-top: 1px solid #1344A566;
    display: flex;
    align-items: center;
}
.ppc-v2-testimonials-section .first-char {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: var(--color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
    padding: 4px;
}
.ppc-v2-testimonials-section .name span {
    font-size: 18px;
    font-weight: 700;
}
.ppc-v2-testimonials-section .quote {
    background: var(--color-two);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -70px;
    margin-bottom: 20px;
}
.ppc-v2-testimonials-section .quote .icon{
    width: 45px;
    height: 45px;
}
.ppc-v2-testimonials-section .star-rating {
    display: flex;
    margin-bottom: 10px;
}
.ppc-v2-testimonials-section .star-rating .star {
    width: 28px;
    height: 28px;
}
.ppc-v2-testimonials-section .star-rating .star + .star{
    margin-left: 3px;
}

.ppc-v2-testimonials-section .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 0;
}
.ppc-v2-testimonials-section .owl-nav button {
    width: 55px;
    height: 55px;
    background: transparent !important;
    color: var(--color-one) !important;
    font-size: 30px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid var(--color-one) !important;
}
.ppc-v2-testimonials-section .owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.ppc-v2-testimonials-section .owl-prev span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-one);
    border-left: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ppc-v2-testimonials-section .owl-next span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.ppc-v2-testimonials-section button.owl-prev {
    margin-right: 15px;
}
.ppc-v2-testimonials-section .owl-nav button:hover{
    background: var(--color-one) !important;
    color: #fff !important;
}
.ppc-v2-testimonials-section button:hover span:before{
    border-color: #fff;
}


/* Images Box Section */
.ppc-v2-services-list {
    justify-content: center;
    --bs-gutter-x: 70px;
}
.ppc-v2-image-box-content {
    padding: 40px 25px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    transition: all 0.5s ease;
}
.ppc-v2-image-box-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ppc-v2-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}
.ppc-sb-services-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.ppc-v2-image-box {
    height: 650px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.ppc-v2-image-box:hover img {
    transform: scale(1.1);
}
.ppc-v2-images-box-section .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Awards Section */
.ppc-v2-awards-slider .award-item {
    height: 140px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 7px;
}
.ppc-v2-awards-slider .award-item img {
    width: auto !important;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.6) !important;
    border-radius: 50%;
    margin: 5px;
}
button.owl-dot.active{
    background: rgba(0,0,0,1) !important;
}
.ppc-sidebar-form {
    background: rgba(191, 191, 191, 0.35);
    padding: 25px;
}
.sidebar-form-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.ppc-sidebar-form .form-control {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
body input.wpcf7-submit.ppc-btn:hover {
    background-color: transparent;
    border-color: var(--btn-bg-color);
    color: var(--btn-bg-color);
}
.ppc-page-with-sidebar .bg-image-with-content {
    background-position: center right;
}
.powered-logo img {
    max-width: 200px;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_lab {
    width: 100%;
    text-align: left;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld input[type = text],
.ppc-sidebar-form  input[type = password],
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld textarea{
    width: 100%;
}
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld_slt,
.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld {
    width: 100%;
}
.page-id-2192 .image-with-video-content{
    background-color:#ebf3f8cc!important;
}
.image-with-video-content .description iframe{
    width: 100%;
    height: 500px;
}
.page-id-2192 .image-with-video-content .description{
    background: #ffffff;
    padding: 25px;
    height:100%;
}
.page-id-2192 .image-with-video-content .script-content{
    background: #ffffff;
    padding: 25px;
}
.page-id-2192 .image-with-video-content .script-content blockquote{
    margin-top:0px;
}
.privacy {
    text-align: left;
}
.privacy a {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.acceptance {
    text-align: left;
    padding-left: 0px;
}
.radio-group {
    text-align: left;
}
.address-title {
    font-size: 21px;
    font-weight: 600;
}
.ppc-address-box {
    padding: 30px 15px;
    border: 1px solid #ddd;
    height: 100%;
}
.ppc-address-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.address-phone a {
    color: var(--color-one);
    text-decoration: none;
}
.address-phone a:hover {
    color: #000;
}


/* Services Section */

.ppc-v2-services-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.ppc-v2-services-list .item {
    flex: 1 1 25%;
    transition: flex-basis 0.45s ease-in-out;
    position: relative;
    overflow: hidden;
}
.ppc-v2-services-list .item.active {
    flex: 1 1 70%;
}
.ppc-v2-services-list .inner {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    overflow: hidden;
    height: 600px;
    position: relative;
    z-index: 1;
}
.ppc-v2-services-list .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.ppc-v2-services-list .inner:hover:before {
    background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(0, 0, 0, 0.7) 57.19%);
}
.Green .ppc-v2-services-list .inner:hover:before,
.green .ppc-v2-services-list .inner:hover:before
 {
    background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(90, 168, 67, 0.9) 57.19%);
}
.blue .ppc-v2-services-list .inner:hover:before {
    background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(33, 150, 170, 0.9) 57.19%);
}
.royal_blue_dark .ppc-v2-services-list .inner:hover:before {
    background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(0, 74, 135, 0.8) 57.19%);
}
.purple .ppc-v2-services-list .inner:hover:before {
    background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(130, 0, 128, 0.8) 57.19%);
}
.ppc-v2-services-list .service-image-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    transform-origin: left bottom;
    transition: opacity 0.2s ease-in-out;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    padding: 20px;
}
.ppc-v2-services-list .service-image-title span{
    font-size: 75%;
}
.ppc-v2-services-list .service-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ppc-v2-services-list .service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ppc-v2-services-list .service-detail {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: #fff;
    visibility: hidden;
}
.ppc-v2-services-list .name {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.ppc-v2-services-list .name span {
    font-size: 75%;
}
.ppc-v2-services-list .desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}
.ppc-v2-services-list .item.active .service-image-title{
    opacity: 0;
}
.ppc-v2-services-list .item.active .service-detail{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.ppc-v2-services-list .btn {
    padding: 10px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
/* ================================= FAQS CSS ============================== */
.FAQs-section .faq-title {
    background: transparent;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0px;
    font-size: 18px;
}
.FAQs-section .accordion-item.faq-card {
    border: 0px;
    background: transparent;
    margin-bottom: 20px;
}
.FAQs-section .accordion-body {
    padding: 15px 10px;
    color: #616161;
    font-size: 16px;
}
.FAQs-section .accordion-button::after {
    background-image: url(images/plus.png);
    background-size: 14px;
    transform: none;
    transition: none;
}
.FAQs-section .accordion-button:not(.collapsed)::after {
    background-image: url(images/minus.png);
}
.FAQs-section .faq-title:hover {
    cursor: pointer;
    color: #cf9d58;
}
.ppc-footer.text-white * {
    color: #fff;
}
.ppc-footer.text-white .ppc-address-list svg path {
    stroke: #fff;
}
.ppc-footer.text-white .ppc-v2-footer-social-links svg path {
    fill: #fff;
}
.new-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.ppc-v2-form-section .ppc-v2-heading, .new-content {
    text-align: center;
}
header.shrink.ppc-v2-header {
    background: #282828;
}
.page-template-ppc-v2 span.wpcf7-not-valid-tip{display:block !important}
.awards-top-info .ppc-v2-heading {
    text-align: center;
}
.ppc-address-list a {
    color: #fff;
}
.ppc-address-list a:hover {
    color: #fff;
    text-decoration: underline 1px solid #fff;
}
form.wpcf7-form.init input {
    width: 100%;
}
form.wpcf7-form.init textarea {
    width: 100%;
    height: auto;
}
form.wpcf7-form.init label{
   width: 100%;
}

form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    border-width: 2px;
    padding: 7px 20px 7px 20px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 500;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    border: 0px;
    color: white !important;
    background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%);
    margin-top: 1rem;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
 width: auto;
    border-width: 2px;
    padding: 7px 20px 7px 20px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 500;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 16px;
    border: 0px;
    color: white !important;
    background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%);
    margin-top: 1rem;
}


.dul-btn-manager {
    display: flex;
    gap: 15px;
}

a.ppc-tel-btn {
    color: #000;
    display: flex;
    align-items: center;
    gap: 0px 8px;
    line-height: normal;
}
a.ppc-tel-btn svg{
width: 24px;
height: 24px;
}
a.ppc-tel-btn svg path {
    stroke: #000;
}
.video-thumbnail-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
}
.video-thumbnail-wrapper img {
    width: 100%;
    border-radius: 22px;
}
a.html5lightbox.play_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
a.html5lightbox.play_link svg circle {
    fill: #ededed;
}
.video-wrap.position-relative {
    position: relative;
}
div#html5-close {
    background-image: url(/wp-content/themes/the-maples/ppc-v2/images/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}
a.html5lightbox.play_link svg {
    width: 80px;
    height: 80px;
}
.ppc-v2-banner-form label{
    width: 100%;
    margin-bottom: 1rem;
}
.ppc-v2-banner-form label span input {
    width: 100%;
}
.ppc-v2-banner-form label span textarea {
    width: 100%;
    width: 100%;
    max-height: 150px;
}
.page-template-ppc-v2 ul {
    list-style: unset !important;
}