:root{
    --text-color: #444444;
    --color-one: #9A2F2F;
    --color-two: #1344A5;
    --heading: 48px;
    --heading-color: #444444;
}

body{
    font-family: 'EuropaNuova', sans-serif;
    line-height: 1.9;
    color: var(--text-color);
}
.heading{
    color: var(--heading-color);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 700;
}
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;
}
.spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
body .ppc-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: 700;
    white-space: normal;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
}
body .ppc-btn:hover {
    background-color: transparent;
    border-color: var(--btn-bg-color);
    color: var(--btn-hover-text-color);
}
body .ppc-btn-white-outline {
    background-color: transparent;
    border: 2px solid #fff;
}
body .ppc-btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--btn-bg-color);
}
.light-bg {
    background: #f4f4f4;
}
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;
}
.form-btn {
    position: relative;
    width: 220px;
}
.form-btn .btn{
    width: 100%;
}

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

.ppc-header {
    padding: 10px 0;
}
.ppc-header.sticky {
    background: var(--color-one);
}
.phone-title-wrap {
    display: flex;
    align-items: center;
}
.header-phone a {
    text-decoration: none;
    color: #fff;
}
.header-phone a:hover {
    color: #fff;
}
.header-phone .phone-icon {
    width: 26px;
    height: 26px;
}
.header-phone .phone-title {
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    letter-spacing: 3px;
    color: #1f3954;
}
.header-phone .phone-no {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    color: #1f3954;
}

/*===== Home Page ====*/
.ppc-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: 150px;
}
.ppc-banner:before{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.ppc-banner .row {
    align-items: flex-end;
}
.ppc-banner-content {
    width: 50%;
    padding-bottom: 50px;
    padding-right: 20px;
}
.ppc-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
}
.ppc-banner .banner-subtitle {
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    margin-top: 20px;
}
.ppc-banner-btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.ppc-banner-btns a + a{
    margin-left: 10px;
}
.ppc-banner-btns span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
}
.ppc-banner-form .wpcf7-acceptance {
    font-size: 13px;
}

.ppc-banner-form {
    width: 50%;
    background: #f8f9fc8f;
    padding: 50px 30px;
    color: var(--text-color);
    max-width: 675px;
    margin-left: auto;
    position: relative;
}
.ppc-banner-form .form-group {
    margin-bottom: 0;
}
.ppc-banner-form .form-control {
    padding: 10px;
    border-radius: 0;
}
.ppc-banner-form .form-title {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--heading-color);
}
.ppc-banner-form .form-title p{
    margin: 0;
}
.ppc-banner-form .form-subtitle {
    font-size: 20px;
}
.ppc-banner-form .wpcf7-list-item {
    margin: 0;
}

.ppc-banner.has-no-form .ppc-banner-content {
    padding-top: 50px;
    padding-bottom: 150px;
    margin-left: auto;
    z-index: 1;
}

.ppc-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;
}
.ppc-banner-video video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.banner-video-btn {
    width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 20px;
}
.banner-video-btn .icon-play{
    width: 100%;
    height: 100%;
}

.banner-blocks{
    margin-top: 30px;
}
.banner-blocks .row {
    align-items: center;
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    justify-content: center;
}
.banner-blocks .block-inner {
    background: var(--color-one);
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .3);
}
.banner-blocks .block-item:nth-child(odd) .block-inner {
    background: var(--color-two);
}
.banner-blocks .block-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.banner-blocks .block-subtitle {
    font-size: 20px;
    line-height: 1;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
}
.banner-blocks .block-subtitle:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

/* image with conent*/
.image-with-content{
    background-size: cover;
}
.image-with-content .image{
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.image-with-content .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);
}
.image-with-content.image-right .row {
    flex-direction: row-reverse;
}

/* bg image with conent*/
.bg-image-with-content {
    background-position: center;
    background-size: cover;
}
.bg-image-with-content .content-box {
    background: #fff;
    padding: 50px;
}

/* Form Section */
.ppc-form-section {
    background: url(../ppc-page/images/bg-3.webp);
    background-size: cover;
    background-position: 100% 90%;
}
.ppc-form-section .form-group {
    margin-bottom: 10px;
}
.ppc-form-section .form-control {
    padding: 15px;
    border-radius: 0;
}

/* Testimonials Section */
.testimonials-section {
    background: url(../ppc-page/images/bg-2.webp);
    background-size: cover;
}
.testimonials-section .owl-stage{
    margin-top: 70px;
    display: flex;
}
.testimonials-section .item {
    background: #fff;
    border: 1px solid #1344A566;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%;
}
.testimonials-section .desc-wrap {
    padding: 20px;
    height: 100%;
}
.testimonials-section .name {
    padding: 10px 20px;
    border-top: 1px solid #1344A566;
    display: flex;
    align-items: center;
}
.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;
}
.testimonials-section .name span {
    font-size: 18px;
    font-weight: 700;
}
.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;
}
.testimonials-section .quote .icon{
    width: 45px;
    height: 45px;
}
.testimonials-section .star-rating {
    display: flex;
    margin-bottom: 10px;
}
.testimonials-section .star-rating .star {
    width: 28px;
    height: 28px;
}
.testimonials-section .star-rating .star + .star{
    margin-left: 3px;
}

.testimonials-section .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 0;
}
.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;
}
.testimonials-section .owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.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;
}
.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;
}
.testimonials-section button.owl-prev {
    margin-right: 15px;
}
.testimonials-section .owl-nav button:hover{
    background: var(--color-one) !important;
    color: #fff !important;
}
.testimonials-section button:hover span:before{
    border-color: #fff;
}

/****************************/
.ppc-footer {
    position: relative;
    margin-top: 80px;
}
.ppc-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: url(../ppc-page/images/bg-1.webp);
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.footer-map iframe {
    width: 100%;
    height: 650px;
}
.footer-logo {
    margin-top: 50px;
}
.footer-logo img{
    max-width: 400px;
}

.footer-social-links {
    margin-top: 50px;
}
.footer-social-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-social-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;
}
.footer-social-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;
}
.footer-social-links li + li {
    margin-left: 15px;
}
.footer-social-links li a {
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    padding: 15px;
    border: 1px solid #fff;
}
.footer-social-links li a:hover {
    background: #fff;
}
.footer-social-links li svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.footer-social-links li svg path {
    fill: #fff;
}
.footer-social-links li a:hover svg, .footer-social-links li a:hover svg path{
    fill: var(--color-one);
}
.copyrights {
    padding: 30px 0;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.awards-slider .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid transparent;
}
.awards-slider .item img {
    height: 90px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.awards-slider .item:hover {
    border-color: var(--color-one);
}
.awards-slider .item:hover img {
    filter: grayscale(1);
}
.services-box-image img {
    height: 250px;
    object-fit: cover;
    display: block;
}
.services-box-content {
    padding: 15px;
}
.services-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.services-box {
    height: 100%;
    border: 1px solid #ddd;
}
.services-list {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.accept-item img {
    width: auto !important;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.accept-item {
    height: 140px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: revert-layer;
}

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