@media (min-width: 1401px) {
    .container {
        max-width: 1464px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1224px;
    }
}

.pb-70 {
    padding-bottom: 70px;
}
.pt-75 {
    padding-top: 75px;
}

/* Page Banner */
.page-banner-content .breadcrumb-link li {
    color: #CC0D39;
}

.page-banner-content .breadcrumb-link li a {
    color: #CC0D39;
}

.page-banner-wrapper {
    position: relative;
    z-index: 1;
    padding: 135px 0 176px;
    background-color: #F9F3F0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-banner-wrapper {
        padding: 135px 0 145px;
    }
}

.page-banner-wrapper .lineanm {
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 340px;
    width: 100%;
    z-index: -1;
}

.page-banner-wrapper .lineanm .line {
    fill: none;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: line 1.5s ease-in-out reverse infinite;
    animation-direction: alternate-reverse;
}

.page-banner-wrapper .page-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
}

.page-banner-wrapper .page-svg img {
    width: 100%;
    height: 100%;
}

.page-banner-wrapper .page-image {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: -1;
}

@media (max-width: 1199px) {
    .page-banner-wrapper .page-image {
        display: none;
    }
}

.page-banner-wrapper .shape {
    position: absolute;
}

.page-banner-wrapper .shape.shape-one {
    top: 40px;
    left: -70px;
}

.page-banner-wrapper .shape.shape-one span {
    width: 155px;
    height: 180px;
    border: 1px dashed var(--secondary-light-color);
    border-radius: 50%;
}

.page-banner-wrapper .shape.shape-two {
    top: 25%;
    left: -65px;
}

.page-banner-wrapper .shape.shape-two span {
    width: 155px;
    height: 180px;
    border: 4px solid var(--white-color);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .page-banner-wrapper .shape.shape-two {
        display: none;
    }
}

.page-banner-wrapper .shape.shape-three {
    top: 19%;
    left: 38%;
}

@media (max-width: 767px) {
    .page-banner-wrapper .shape.shape-three {
        top: 5%;
        left: 8%;
    }
}

@media (max-width: 575px) {
    .page-banner-wrapper .shape.shape-three {
        left: 25%;
    }
}

.page-banner-wrapper .shape.shape-four {
    top: 19%;
    right: 17%;
    display:none;
}

@media (max-width: 767px) {
    .page-banner-wrapper .shape.shape-four {
        top: 70%;
        right: 10%;
    }
}

/* Page Banner Content */
.page-banner-content h1 {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.page-banner-content .breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-banner-content .breadcrumb-link li {
    font-size: 20px;
    font-weight: 500;
}

.page-banner-content .breadcrumb-link li i {
    font-size: 16px;
}

@keyframes line {
    to {
        stroke-dashoffset: 0;
    }
}

.contact-bg {
    background-color:#fffaf3;
}

/* Single Information Item */
.single-information-item {
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .single-information-item {
        flex-direction: column;
    }
}

.single-information-item:not(:last-child) {
    margin-bottom: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--secondary-light-color);
}

.single-information-item .content {
    max-width: 30%;
    flex: 0 0 auto;
}


@media (max-width: 575px) {
    .single-information-item .content {
        max-width: 35%;
    }
}

@media (max-width: 575px) {
    .single-information-item .content {
        max-width: 100%;
    }
}

.single-information-item .content h4 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    margin: 0px;
    font-family: "Aoboshi One", sans-serif;
    margin-bottom: 20px;
}

.single-information-item .content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

@media (max-width: 991px) {
    .single-information-item .content p {
        font-size: 16px;
    }
}

.single-information-item .content p {
    color: #13172B;
}

.single-information-item .content p a:hover,
.single-information-item .content h4 {
    color: #CC0D39;
}

/*---========================
        05. Contact CSS
=======================----*/

.form_control {
    width: 100%;
    border: none;
}

/* Single Information Item */
.pesco-contact-form .form_control {
    font-size: 16px;
    border: 1px solid #AEB0B6;
    background-color: transparent;
    padding: 18px 20px;
    border-radius: 10px;
    margin-bottom: 24px;
}
/* Contact Wrapper */
.contact-wrapper {
    background-color:#ffffff;
    padding: 55px 60px 60px;
}

@media (max-width: 767px) {
    .contact-wrapper {
        padding: 35px 30px 40px;
    }
}

.contact-wrapper .shape {
    position: absolute;
    z-index: -1;
}

.contact-wrapper .shape.shape-one {
    bottom: 0;
    right: 0;
}

.contact-wrapper h3 {
    font-size: 40px;
    font-w
    line-height: 1;
    color:#13172B;
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .contact-wrapper h3 {
        font-size: 30px;
        margin-bottom: 27px;
    }
}

.contact-wrapper .pesco-contact-form textarea.form_control {
    margin-bottom: 30px;
}
.theme-btn.style-one {
    font-weight: 500;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 16px;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}
.contact-wrapper .pesco-contact-form .theme-btn.style-one {
    padding: 21px 40px;
    font-size: 18px;
}

.form_group button {
    height: auto;
    width: auto;
    padding: 0 30px;
}
.z-1 {
    z-index: 1;
}
.p-r {
    position: relative;
}
.form-group {
    position: relative;
    margin-bottom: 0;
}
.contact-wrapper .pesco-contact-form .form_control {
    background-color: #fff;
}
/*.form_group button:hover {*/
/*    background: #CC1139;*/
/*}*/