/**breadcrumb**/
.breadcrumb-area {
    margin-top: 80px;
    padding: 150px 0px 90px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: -webkit-linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
    background: linear-gradient(45deg, #552ECD 0%, #673AB7 50%, #6ba3ff 100%);
}

.breadcrumb-area:after {
    content: '';
    z-index: 0;
    background: url(../images/banner/banner-shap-2.png);
    background-size: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 1;
    background-position: center right;
    background-size: contain;
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block;
}

.breadcrumb-area .bread-menu li a.active {
    text-decoration: underline;
}

.breadcrumb-area .bread-menu li+li::before {
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: bold;
    margin: 0 10px 0 0;
    position: relative;
    color: #ffd727;
}

.text-block {
    position: relative;
    z-index: 55;
}

.banner-6 {
    background: url(../images/banner/contact-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:991px) {
    .breadcrumb-area {
        padding: 120px 0px 60px 0px;
        text-align: center !important;
    }

    .breadcrumb-area .content-sec {
        text-align: center !important;
        align-items: center !important;
    }
}

@media only screen and (max-width:520px) {

    .bread-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.statistics-wrap {
    background-color: #fff;
    padding: 30px 0;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #673AB7;
}

.statistics {
    align-items: center;
    display: flex;
}

.statistics p {
    font-size: 20px;
    margin: 10px 0 0 0;
    font-weight: 500;
}

.statistics span {
    font-size: 45px;
    color: #673AB7;
    font-weight: 700;
    display: inline-block;
}

.statistics-img {
    width: 100px;
    height: 100px;
    float: left;
    padding: 15px;
    background: linear-gradient(to bottom, #6BA3FF 0%, #f5faff 100%);
    border: 2px solid #673AB7;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.statnumb {
    margin: 0 0 0 20px;
    text-align: left;
    float: left;
}

.small .statistics-img {
    width: 75px;
    height: 75px;
}

.t-ctr {
    text-align: center;
}

.small .statistics span {
    font-size: 35px;
    color: #673AB7;
}

.in-stats .statistics span {
    font-size: 35px;
    color: #673AB7;
}

.small .statistics p {
    font-size: 18px;
    line-height: 24px;
}


@media only screen and (max-width:767px) {
    .statistics {
        text-align: center;
        display: block;
        margin: 20px;
    }

    .statnumb {
        margin: 0 auto 20px auto;
        text-align: center;
        margin: auto;
        float: none;
    }

    .statistics p {
        font-size: 14px;
    }

    .statistics span {
        font-size: 28px;
    }

    .small .statistics-img {
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 5px 20px 5px 20px;
        margin-bottom: 10px;
    }

    .small .statistics-img img {
        width: 45px;
        height: 45px;
        margin: auto;
    }

    .small .statistics span {
        font-size: 24px;
    }

    .in-stats .statistics span {
        font-size: 24px;
    }

    .small .statistics p {
        font-size: 14px;
        line-height: 20px;
    }
}

.typer {
    color: #552ecd !important;
}

.cursorx {
    color: #6BA3FF;
    -webkit-animation: blink 2s infinite both;
    animation: blink 2s infinite both;
}

@-webkit-keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.get-quote-margin {
    margin-top: 20px;
}

.getintouchblock {
    margin-top: 30px;
}

.locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.icondive img {
    width: 35px;
    margin-right: 20px;
}

.icondive {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.getintouchinfo a {
    color: #673AB7;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: block;
    margin-top: 20px;
}

.getintouchinfo a span {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.office-text {
    padding: 20px 0 0 0;
}

.office-text h4 {
    margin: 0 0 10px 0;
}

.office-text p {
    padding: 0 50px 0 0;
    margin: 0 0 20px 0;
}

.skyline-img {
    background: #c9e1f9;
    padding: 10px;
    border-radius: 8px 30px 8px 0px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.skyline-img img {
    border-radius: 8px 20px 8px 0px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


@media only screen and (max-width:991px) {
    .office-card {
        margin-bottom: 60px
    }

    .office-text {
        text-align: center
    }

    .office-text p {
        padding: 0;
        margin: 0 0 20px
    }
}

@media only screen and (max-width:767px) {
    .locations {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .loc-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        align-items: center;
    }

    .getintouchinfo a {
        margin-top: 0;
    }

    .skyline-img {
        text-align: center;
    }
}


.niwax23form {
    background: #fff;
    padding: 50px 30px;
    border-radius: 14px;
    border: 1px solid #673AB7;
}

#contactForm .form-group {
    position: relative;
}

.help-block.with-errors {
    margin: 0px 0 0 15px;
    font-size: 11px;
    position: absolute;
    bottom: 16px;
}

.clientlogo img {
    margin: 0 auto;
}

#contactform .error-label .error {
    color: #ff0500;
    display: block;
    margin: 0;
    font-size: 12px;
    bottom: 10px;
    top: inherit;
    background: #fff;
    padding: 0 8px 0 8px;
}

.formicon {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #673AB7;
}

.iconin .form-block input,
.iconin .form-block select,
.iconin .form-block textarea {
    padding: 0px 25px 0px 35px;
    border-radius: 0;
}

.iconin .form-block textarea {
    padding: 15px 35px 15px 35px;
    margin-top: 1px;
    line-height: 25px;
}

.iconin .floating-label label {
    left: 50px;
}

.loader-icon {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #552ECD;
    background: -moz-linear-gradient(to right, #552ECD, #673AB7, #6772DA, #6BA3FF);
    background: -webkit-linear-gradient(to right, #552ECD, #673AB7, #6772DA, #6BA3FF);
    background: linear-gradient(to right, #552ECD, #673AB7, #6772DA, #6BA3FF);
}

.loader-icon:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: #fff;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.niwaxform input.error,
.niwaxform select.error,
.niwaxform textarea.error {
    border-bottom: 1px solid red !important;
}

.niwaxform input.valid,
.niwaxform select.valid,
.niwaxform textarea.valid {
    border-bottom: 1px solid #00a759 !important;
}

.niwaxform input.valid,
.niwaxform textarea.valid {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a759' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 28px !important;
    transition: none;
}

.niwaxform input.error,
.niwaxform textarea.error {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M13.41 12l4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59 7.71 6.29A1 1 0 0 0 6.29 7.71L10.59 12l-4.3 4.29a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L12 13.41l4.29 4.3a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 28px !important;
    transition: none;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -1px;
    font-size: 12px;
    color: #673AB7;
    width: 100%;
}

.textareax .floating-input:focus~label,
.textareax .floating-input:not(:placeholder-shown)~label,
.textareax .floating-select:focus~label,
.textareax .floating-select:not([value=""]):valid~label {
    background: #fff;
}

.niwaxform textarea.error,
.niwaxform textarea.valid {
    background-position-x: 98%;
    background-position-y: 10px;
}

label.error {
    height: auto;
}

#contactform .form-group {
    margin-bottom: 10px;
}

#contactform input:focus,
#contactform textarea:focus {
    border-bottom: 1px solid #673AB7;
}

.clientsicons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.clientsicons img {
    padding: 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.contact-review {
    background: linear-gradient(45deg, #fff 0%, #f5faff 100%);
    padding: 30px 20px;
    border-radius: 14px;
    overflow: hidden;
}

.contact-review::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px;
    opacity: .1;
    z-index: 1;
    background: url(../images/icons/namix-icon.svg) no-repeat center center / cover;
}

.contact-review::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    transform: rotate(-45deg);
    height: 100px;
    width: 100px;
    opacity: 0.5;
    z-index: 2;
    background: url(../images/icons/google.svg) no-repeat center center / cover;
}

.contact-review .testimonial-card {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.contact-review .owl-dots {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.user-image img {
    border-radius: 100%;
    width: 80px
}

.user-info {
    margin: 0px 0 0 20px;
    text-align: left;
}

.user-info p span {
    font-weight: 700;
}


@media only screen and (max-width:767px) {
    .niwax23form {
        padding: 20px 10px;
    }
}