/*-----------------------------------------
#Last update : 06 April, 2022
-------------------------------------------*/

#content_block_09 .content-box #contact-form .form-group label.error {
    color: #f9326e;
}

.theme-btn.style-ten {
    background-image: linear-gradient(to right, #7302ea 0%, #e426fd 50%, #7302ea 100%);
}

.page-title.style-two {
    background-color: #f4f4f6;
}

.page-title .content-box .bread-crumb li,
.page-title .content-box h1,
.page-title .content-box .bread-crumb li a {
    color: #1d165c;
}

.service-block-five .inner-box:before {
    background: #1d165c;
}

.min-570 {
    min-height: 380px;
}

.process-style-two .inner-content .line {
    top: 28px;
}

.work-block-two .inner-box .content-box {
    padding: 20px 15px 5px 15px;
}

.work-block-two .inner-box .count-box {
    margin-bottom: 30px;
}

.work-block-two .inner-box .content-box:before {
    width: 30px;
    height: 30px;
}

.page-title {
    padding: 160px 0px 110px 0px;
}

.google-map-section {
    padding-top: 0;
}

.faq-page-section .accordion-box .acc-content {
    padding: 15px 0 0 0;
}

.service-block-five {
    margin-bottom: 10px;
}

.faq-page-section {
    padding: 60px 0px;
}

.main-header.style-five .logo-box .logo {
    padding-top: 15px;
}

.main-header.style-five .main-menu .navigation>li {
    padding-top: 20px;
}

.main-header {
    background-color: rgba(255, 255, 255, 0.4);
}

.sticky-header .logo-box {
    padding: 15px 0px 14px 0px !important;
}

.work-block-two .inner-box .count-box span {
    width: 90px;
    height: 90px;
}

.work-block-two .inner-box .count-box {
    width: 90px;
    height: 90px;
    padding: 0px;
}

.process-style-two.alternate-2 .work-block-two .inner-box .count-box span {
    background: transparent;
}

.process-style-two.alternate-2 .work-block-two .inner-box .count-box {
    background: transparent;
    margin-bottom: 15px;
}


/* Wizard */

.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}

.form-wizard {
    padding: 30px 40px;
}

.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}

.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type="radio"]~label {
    padding-left: 10px;
    cursor: pointer;
}

.form-wizard .form-wizard-header {
    text-align: center;
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}

.form-wizard .wizard-fieldset {
    display: none;
}

.form-wizard .wizard-fieldset.show {
    display: block;
}

/*.form-wizard .wizard-form-error {*/
/*    display: none;*/
/*    background-color: #d70b0b;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*}*/

.form-wizard .form-wizard-previous-btn {
    background-color: transparent;
    color: #1d165c;
    font-weight: 700;
    padding: 0;
    min-width: auto;
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #f1f1f1;
    border: none;
}

.form-wizard .form-control:focus {
    box-shadow: none;
}

.form-wizard .form-group {
    position: relative;
    margin: 0 0 30px;
}

.form-wizard .form-group label {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
    font-weight: 300;
}

.form-wizard .wizard-form-text-label {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: 0;
    left: 0;
    transition: 0.2s linear all;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}

.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #d65470;
    color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #d65470;
    left: 50%;
    width: 50%;
    border-color: #d65470;
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* update Jan 10 */

.custom-content-box {
    position: relative;
    overflow: hidden;
    display: block;
    background-image: url('../images/form-back.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0px 50px rgb(2 13 49 / 20%);
}

.custom-right-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 470px;
}

.custom-left-side {
    background-color: rgb(255 255 255 / 90%);
}

.custom-file .btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #666666;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    text-align: left;
    font-size: 16px;
    height: 50px;
    padding: 10px 10px;
}

.custom-file input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.banner-style-four {
    position: relative;
    padding: 333px 0px 200px 0px;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 20px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 0 0 5px 5px;
}

.news-block-one .inner-box .lower-content .text {
    margin-bottom: 0;
}

.testimonial-style-two .lower-content .testimonial-content .inner-box .content-box p {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    color: #ffffff;
    margin: 0px;
    transition: all 500ms ease;
}

.testimonial-style-two {
    padding: 200px 0 80px;
    background-color: transparent;
}

.title-h {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-style-two .lower-content .testimonial-content .inner-box,
.testimonial-style-two.alternate-2 .lower-content .testimonial-content .inner-box .content-box {
    min-height: 533px;
}

.testimonial-style-two .lower-content .testimonial-content .inner-box .content-box {
    padding: 150px 130px 92px 140px;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #007bff;
}

.news-block-one .inner-box .image-box:before {
    background: -webkit-linear-gradient( -45deg, #4b84df, #4b84df 100%);
}

.theme-btn.style-nine {
    background-image: linear-gradient(to right, #007bff 0%, #007bff 50%, #7302ea 100%);
}

.testimonial-style-two.alternate-2 .lower-content .testimonial-content .inner-box .content-box {
    background: #1d165c;
}

.page-title {
    background-image: url('../images/shape/title.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.footer-style-five,
.mobile-menu .menu-box {
    background-color: #0d083a;
}

#image_block_05 .image-box .elipse {
    background: #fb5155;
}

@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

.banner-style-four .content-box h1 {
    font-size: 54px;
    line-height: 54px;
}

.history-section {
    padding: 0 0px 120px 0px;
}

.history-section .inner-box .single-item .inner {
    padding: 0px 15px;
}

.history-section .pattern-layer {
    top: -340px;
}

.history-section .inner-box .single-item .inner .year span {
    background: #007bff;
    border: 2px solid #007bff;
}

.history-section .inner-box .single-item .inner:hover .year span {
    border-color: #86c1ff;
}

.news-block-one .inner-box {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    border-radius: 0 0 5px 5px;
}

.history-section .inner-box .single-item:nth-child(3) {
    margin-top: -280px;
}

.history-section .inner-box .single-item:last-child {
    margin-top: -280px;
}

.history-section .inner-box .single-item:first-child {
    padding-top: 0px;
}

.wizard-fieldset h3 {
    margin-bottom: 30px;
}

/* Media Query */

@media only screen and (max-width: 1200px) {
    .none-1200 {
        display: none;
    }
    .banner-style-four .pattern-layer {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

@media only screen and (max-width: 667px) {
    .banner-style-four {
        padding: 130px 0px 70px 0px;
    }
    .banner-style-four .pattern-layer {
        top: -250px;
    }
    .min-570 {
        min-height: auto;
    }
    .form-wizard {
        padding: 30px 10px;
    }
    br {
        display: none;
    }
    .banner-section .content-box h1,
    .banner-style-two .content-box h1,
    .banner-style-three .content-box h1,
    .banner-style-four .content-box h1,
    .banner-style-five .content-box h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .banner-style-four .content-box p {
        margin-bottom: 40px;
        line-height: 24px;
    }
    .testimonial-style-two {
        padding: 0;
        background-color: transparent;
    }
    .testimonial-style-two .lower-content .testimonial-content .inner-box .content-box {
        padding: 50px 15px 50px 15px;
    }
    .testimonial-style-two .lower-content .testimonial-content .inner-box,
    .testimonial-style-two.alternate-2 .lower-content .testimonial-content .inner-box .content-box {
        min-height: auto;
    }
    .testimonial-style-two .lower-content .testimonial-content .inner-box .content-box p {
        font-size: 18px;
    }
    .footer-style-five {
        padding-top: 0;
    }
    .page-title {
        padding: 60px 0px 60px 0px;
    }
}