.cppc-page:root {
    --text-color: #444444;
    --color-one: #9A2F2F;
    --color-two: #1344A5;
    --heading: 50px;
    --heading-color: #444444;
    --font-one: "Montserrat", serif;
}

.cppc-page body {
    font-family: var(--font-one);
    line-height: 1.9;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}

.cppc-page p:last-child {
    margin-bottom: 0;
}

.cppc-page h1,
.cppc-page .h1,
.cppc-page h2,
.cppc-page .h2,
.cppc-page h3,
.cppc-page .h3,
.cppc-page h4,
.cppc-page .h4,
.cppc-page h5,
.cppc-page .h5,
.cppc-page h6,
.cppc-page .h6 {
    font-family: var(--font-one);
    font-weight: 600;
}

.cppc-page h1,
.cppc-page .h1 {
    font-size: 45px;
}

.cppc-page h2,
.cppc-page .h2 {
    font-size: 40px;
}

.cppc-page h3,
.cppc-page .h3 {
    font-size: 35px;
}

.cppc-page h4,
.cppc-page .h4 {
    font-size: 30px;
}

.cppc-page h5,
.cppc-page .h5 {
    font-size: 25px;
}

.cppc-page h6,
.cppc-page .h6 {
    font-size: 20px;
}

.cppc-page .cppc-heading {
    color: var(--heading-color);
    font-size: var(--heading);
    line-height: 1.2;
    font-weight: 600;
}

.cppc-page dl,
.cppc-page ol,
.cppc-page ul {
    margin: 0 0 1rem;
    padding-left: 18px;
}

.cppc-page .cppc-spaced {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cppc-page .cppc-btn {
    background-color: var(--btn-bg-color);
    border: 2px solid var(--btn-bg-color);
    border-width: 2px;
    color: var(--btn-text-color);
    padding: 12px 25px 12px 25px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    font-weight: 600;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
}

.cppc-page .cppc-btn:hover {
    background-color: transparent;
    border-color: var(--btn-bg-color);
    color: var(--btn-hover-text-color);
}

.cppc-page .cppc-btn.cppc-btn-white-outline {
    background-color: transparent;
    border: 2px solid #fff;
}

.cppc-page .cppc-btn.cppc-btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--btn-bg-color);
}

.cppc-page .cppc-btn.cppc-btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: var(--color-one);
}

.cppc-page .cppc-btn.cppc-btn-white:hover {
    background-color: transparent;
    color: #fff;
}

.cppc-page .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.cppc-page .cppc-form-control {
    box-shadow: none;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    resize: none;
    padding: 12px;
    border-radius: 0;
    width: 100%;
    line-height: 1;
}

.cppc-page 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: 600;
    background: transparent;
    color: #f00;
}

.cppc-page .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.cppc-page .wpcf7-not-valid-tip,
.cppc-page .wpcf7 label.error {
    position: absolute;
    top: auto;
    bottom: -15px;
    right: 0;
    font-size: 11px;
    background-color: #dc3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: auto;
    line-height: 1;
    color: #fff;
    display: block !important;
}

.cppc-page .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
    margin: auto;
}

.cppc-dark-bg-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-dark-bg-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-dark-bg-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-dark-bg-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-dark-bg-form .cppc-form-control {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

/*====== custom ppc header ======*/

.cppc-header {
    padding: 15px 0;
}

.cppc-header .row {
    align-items: center;
}

.cppc-header.sticky {
    background: var(--color-one);
}

.cppc-header-left {
    width: 350px;
    display: flex;
    align-items: center;
    color: #fff;
}

.cppc-header-right {
    width: calc(100% - 350px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cppc-phone-title-wrap {
    display: flex;
    align-items: center;
}

.cppc-header-phone a {
    text-decoration: none;
    color: #000;
}

.cppc-header-phone a:hover {
    color: #000;
}

.cppc-header-phone .cppc-phone-icon {
    width: 26px;
    height: 26px;
}

.cppc-header-phone .cppc-phone-title {
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    letter-spacing: 3px;
}

.cppc-header-phone .cppc-phone-no {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}

.cppc-header-phone .text-white .cppc-phone-icon path {
    stroke: #fff;
}

/*===== custom ppc banner ====*/
.cppc-banner {
    background-size: cover;
    background-position: center 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    background-color: #000;
    padding-top: 300px;
    padding-bottom: 80px;
}

.cppc-banner:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cppc-banner .container {
    z-index: 1;
}

.cppc-banner .row {
    align-items: flex-end;
}

.cppc-banner .cppc-banner-content {
    z-index: 1;
}

.cppc-banner .cppc-banner-content.text-center {
    width: 70%;
    padding-right: 0;
}

.cppc-banner .cppc-banner-title {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}

.cppc-banner .cppc-banner-subtitle {
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: 600;
}

.cppc-banner .cppc-banner-desc {
    margin-top: 10px;
}

.cppc-banner .cppc-banner-btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.text-center .cppc-banner-btns {
    justify-content: center;
}

.cppc-banner .cppc-banner-btns a+a {
    margin-left: 10px;
}

.cppc-banner .cppc-banner-btns span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
}

.cppc-banner-form .wpcf7-acceptance label {
    font-size: 13px;
}

.cppc-banner-form input[type=checkbox],
.cppc-banner-form input[type=radio] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    top: 4px;
    margin-right: 4px;
}


.cppc-banner .cppc-banner-video-btn {
    display: inline-block;
    margin-bottom: 30px;
    width: 65px;
    height: 65px;
}

.cppc-banner .cppc-banner-video-btn .cppc-icon-play {
    width: 100%;
    height: 100%;
}

.cppc-banner .cppc-icon-play circle {
    stroke: #fff;
}

.cppc-banner .cppc-icon-play:hover {
    fill: var(--color-one);
}

.cppc-banner .cppc-icon-play:hover circle {
    stroke: var(--color-one);
}


/* cppc banner form */
.cppc-banner-form {
    background: #fff;
    padding: 40px 40px;
    color: var(--text-color);
    max-width: 600px;
    margin-left: auto;
}

.cppc-banner-form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 18px;
    margin-top: 0;
}

.cppc-banner-form .wpcf7 {
    position: relative;
}

.cppc-banner-form p {
    margin: 0;
}

.cppc-banner-form .cppc-form-control {
    padding: 10px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: block;
}

.cppc-banner-form textarea.cppc-form-control {
    height: 100px;
}

.cppc-banner-form .cppc-form-title {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--heading-color);
}

.cppc-banner-form .cppc-form-title p {
    margin: 0;
}

.cppc-banner-form .cppc-form-subtitle {
    font-size: 20px;
}

.cppc-banner-form .wpcf7-list-item {
    margin: 0;
}

.cppc-banner-bg-video .cppc-banner-form {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.cppc-banner-bg-video .cppc-form-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    color: #fff;
}

.cppc-banner-bg-video ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-banner-bg-video ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-banner-bg-video :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-banner-bg-video :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important;
}

.cppc-banner-bg-video .cppc-form-control {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.cppc-banner-bg-video .cppc-btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.cppc-banner-bg-video .cppc-banner-form .cppc-btn:hover {
    background-color: #fff;
    color: var(--color-one);
    border-color: #fff;
}

.cppc-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    user-select: none;
    overflow: hidden;
}

.cppc-banner-video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
    pointer-events: none;
}

.cppc-page .cppc-banner-form dl,
.cppc-page .cppc-banner-form ol,
.cppc-page .cppc-banner-form ul {
    margin: 0;
    padding: 0;
}

/* image with conent*/
.cppc-image-with-content {
    background-size: cover;
    overflow: hidden;
}

.cppc-image-with-content .cppc-image {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.cppc-image-with-content .cppc-image:before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    bottom: 0;
    z-index: -1;
    border: 0.98px solid var(--color-two);
}

.cppc-image-with-content.cppc-image-right .row {
    flex-direction: row-reverse;
}


/* bg image with conent*/
.cppc-bg-image-with-content {
    background-position: center;
    background-size: cover;
}

.cppc-bg-image-with-content .cppc-content-box {
    background: #fff;
    padding: 50px;
}

/* Form Section */
.cppc-form-section {
    background: url(../img/bg-3.webp);
    background-size: cover;
    background-position: 100% 90%;
    position: relative;
    background-color: var(--heading-color);
    padding: 35px 32px;
    margin-top: 40px;
}

.cppc-form-section input,
.cppc-form-section textarea {
    padding: 10px;
    color: white;
    outline: none;
    border-radius: 0;
    width: 100%;
    border: 1px solid rgba(243, 243, 243, 0.4);
}

.cppc-form-section .submit-btn input[type="submit"] {
    background: #fff;
    color: #062f54;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.cppc-form-section .submit-btn input[type=submit]:hover {
    background: transparent;
    color: #fff;
}

.cppc-form-section .contact-dropdown label {
    color: white;
}

.cppc-form-section .cppc-heading {
    color: white !important;
    font-size: 30px !important;
}

.cppc-form-section .wpcf7 {
    position: relative;
}

.cppc-form-section .cppc-form-group {
    margin-bottom: 25px;
}

.cppc-form-section .cppc-form-control {
    padding: 15px;
    border-radius: 0;
}

.cppc-form-section textarea.cppc-form-control {
    height: 175px;
    display: block;
}

.cppc-form-section p {
    margin: 0;
}

/* Testimonials Section */
.cppc-testimonials-section:not(.cppc-inline-style) {
    background-image: url(../img/bg-2.webp);
}

.cppc-testimonials-section {
    background-size: cover;
    overflow: hidden;
}

.cppc-testimonials-section .cppc-heading {
    padding-right: 135px;
}

.cppc-testimonials-section .owl-stage {
    margin-top: 70px;
    display: flex;
}

.cppc-testimonials-section .cppc-item {
    background: #fff;
    border: 1px solid #1344A566;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%;
    margin-left: 2px;
}

.cppc-testimonials-section .cppc-desc {
    color: var(--text-color);
}

.cppc-testimonials-section .cppc-detail {
    padding: 20px;
    height: 100%;
}

.cppc-testimonials-section .cppc-name {
    padding: 10px 20px;
    border-top: 1px solid #1344A566;
    display: flex;
    align-items: center;
    color: var(--text-color);
}

.cppc-testimonials-section .cppc-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;
    font-weight: 500;
}

.cppc-testimonials-section .cppc-name span {
    font-size: 18px;
    font-weight: 700;
}

.cppc-testimonials-section .cppc-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;
    padding: 20px;
}

.cppc-testimonials-section .cppc-quote .icon {
    width: 100%;
    height: 100%;
}

.cppc-testimonials-section .cppc-star-rating {
    display: flex;
    margin-bottom: 10px;
}

.cppc-testimonials-section .cppc-star-rating .star {
    width: 28px;
    height: 28px;
}

.cppc-testimonials-section .cppc-star-rating .star+.star {
    margin-left: 3px;
}

.cppc-testimonials-section .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -70px;
    right: 0;
}

.cppc-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;
}

.cppc-testimonials-section .owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.cppc-testimonials-section .owl-prev span:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--color-one);
    border-left: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: 6px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cppc-testimonials-section .owl-next span:before {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    position: absolute;
    transform: rotate(-45deg);
    top: 0;
    left: -6px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cppc-testimonials-section button.owl-prev {
    margin-right: 15px;
}

.cppc-testimonials-section .owl-nav button:hover {
    background: var(--color-one) !important;
    color: #fff !important;
}

.cppc-testimonials-section button:hover span:before {
    border-color: #fff;
}


.cppc-testimonials-section.text-white .owl-nav button {
    color: #fff !important;
    border-color: #fff !important;
}

.cppc-testimonials-section.text-white .owl-prev span:before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.cppc-testimonials-section.text-white .owl-next span:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.cppc-testimonials-section.text-white .owl-nav button:hover {
    background: #fff !important;
    color: var(--color-one) !important;
}

.cppc-testimonials-section.text-white .owl-prev:hover span:before {
    border-top-color: var(--color-one);
    border-left-color: var(--color-one);
}

.cppc-testimonials-section.text-white .owl-next:hover span:before {
    border-bottom-color: var(--color-one);
    border-right-color: var(--color-one);
}

/****************************/
.cppc-footer {
    position: relative;
    padding-top: 80px;
}

.cppc-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg-1.webp);
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cppc-footer.cppc-has-map:before {
    height: 60%;
}

.cppc-footer-map iframe {
    width: 100%;
    height: 650px;
    display: block;
}

.cppc-has-map .cppc-footer-logo {
    margin-top: 50px;
}

.cppc-footer-logo {
    margin-bottom: 40px;
}

.cppc-footer-logo img {
    max-width: 400px;
}

.cppc-fsocial-links {
    margin-bottom: 40px;
}

.cppc-fsocial-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.cppc-fsocial-links ul:before {
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.cppc-fsocial-links ul:after {
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.cppc-fsocial-links li+li {
    margin-left: 15px;
}

.cppc-fsocial-links li a {
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    padding: 15px;
    border: 1px solid #fff;
}

.cppc-fsocial-links li a:hover {
    background: #fff;
}

.cppc-fsocial-links li svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.cppc-fsocial-links li svg path {
    fill: #fff;
}

.cppc-fsocial-links li a:hover svg,
.cppc-fsocial-links li a:hover svg path {
    fill: var(--color-one);
}

.cppc-copyrights {
    padding-bottom: 20px;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}


/* Awards Section */
.cppc-awards-slider .cppc-item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
}

.cppc-awards-slider .cppc-item img {
    height: 90px !important;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}

.cppc-awards-slider .cppc-item:hover {
    border-color: var(--color-one);
}

.cppc-awards-slider .cppc-item:hover img {
    filter: grayscale(1);
}



.footer_content p,
.footer_content a {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
}

.footer_content {
    margin-bottom: 23px;
}

.alignnone,
.mainpage img {
    margin: 0 0 25px 0;
    display: block;
}

div#contact-form {
    position: sticky;
    top: 15%;
}