/*How it works section*/



.font-mont {
    font-family: 'Montserrat', sans-serif;
}

.work-section {
    padding: 20px 0;
    background-color: #000;
    color: #fff !important;
}

.how-section-title {
    text-align: center !important;
    color: #ed1a24 !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.how-section-subtitle {
    text-align: center !important;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 25px;
}

.work-cad {
    text-align: center !important;
}

.work-cad-img {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-cad-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center !important;
}

.choose-service {
    margin-top: 40px;
    margin-bottom: 50px;
}

.work-cad-description {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center !important;
}

.work-step .work-cad {
    padding: 0 30px;
    position: relative;
}

.work-step .work-cad:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -40px;
    width: 60px;
    height: 40px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.work-step .col:last-child .work-cad:after {
    display: none;
}

.webinars-section {
    padding: 100px 0;
    background-color: #9b8d68;
}

.webinar-title {
    text-align: center !important;
    font-weight: 700;
    margin-bottom: 70px;
    color: #000 !important;
}

.webinar-card {
    background-color: #fff;
    border-radius: 45px 45px 25px 25px !important;
    overflow: hidden;
}

.webinar-card__inner {
    padding: 10px 25px 0 !important;
}

.webinar-card-header {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.webinar-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    line-height: 1.3rem;
}

.webinar-card-img {
    margin-bottom: 15px;
}

.webinar-card-auth {
    font-weight: 700;
    margin-bottom: 0;
    color: #000 !important;
}

.webinar-card-auth span {
    color: #c32a26;
}

.webinar-card-date {
    font-weight: 700;
    margin-bottom: 25px;
    color: #000 !important;
}

.webinar-card-link span {
    display: block;
    background-color: #c3bfbf;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
    transition: all ease-in-out 0.3s;
}

.swiper-slide {
    text-decoration: none !important;
}

.swiper-slide:hover .webinar-card-title {
    color: #fcb814 !important;
}

.swiper-slide:hover .webinar-card-link span {
    background: #fcb814 !important;
}

.work-cad-body:hover .std-pcb {
    color: #fcb814;
}

.work-cad-body:hover .turn-key {
    color: #fcb814;
}

@media(max-width:991px) {
    .work-step .col:nth-child(2) .work-cad:after {
        display: none;
    }

    .work-step .work-cad {
        margin-bottom: 30px;
    }

    .work-section {
        padding: 20px 0;
    }

    .webinars-section {
        padding: 60px 0;
    }

    .webinar-card {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .work-step .work-cad:after {
        top: unset;
        right: unset;
        bottom: -65px;
        transform: rotate(90deg);
        left: calc(50% - 35px);
    }

    .work-step .work-cad {
        margin-bottom: 90px;
    }

    .work-step .col:nth-child(2) .work-cad:after {
        display: block;
    }

    .choose-service .work-cad {
        margin-bottom: 30px;
    }

    .work-section {
        padding: 20px 0 0;
    }

    .webinar-card__inner {
        padding: 10px 15px 0;
    }


}


/* swiper carousel  */
.swiper-button-next, .swiper-button-prev {
    color: var(--swiper-navigation-color, #000) !important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #000) !important;
}

.homepage_header {
    padding-bottom: 20px;
}

@media screen and (min-width:992px) {
    .homepage_header {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:1650px) {
    .homepage_header {
        padding-bottom: 20px;
    }
}

.home-service-link {
    text-decoration: none !important;
}


/* Testimonial css */

.testimonial-section {
    padding: 50px 0;
    background: linear-gradient(to right, #000000, #313233);
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 120px;
    object-fit: contain;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background-color: #fcb814;
    /* padding: 0.3rem 0.4rem; */
    border-radius: 5px;
    box-shadow: 2px 3px 15px #000;
    width: calc(100% - 30px);
    text-align: center;
}

.name p {
    color: #000;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px !important;
    background: #bd9841 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px !important;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #fcb814 !important;
}

.designation {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}





.webinar-card-link span {
    display: block;
    background-color: #c3bfbf;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    padding: 12px;
    transition: all ease-in-out 0.3s;
}

.swiper-slide {
    text-decoration: none !important;
}

.swiper-slide:hover .webinar-card-title {
    color: #fcb814 !important;
}

.swiper-slide:hover .webinar-card-link span {
    background: #fcb814 !important;
}

.work-cad-body:hover .std-pcb {
    color: #fcb814;
}

.work-cad-body:hover .turn-key {
    color: #fcb814;
}







@media(max-width:991px) {
    .work-step .col:nth-child(2) .work-cad:after {
        display: none;
    }

    .work-step .work-cad {
        margin-bottom: 30px;
    }

    .work-section {
        padding: 20px 0;
    }

    .webinars-section {
        padding: 60px 0;
    }

    .webinar-card {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .work-step .work-cad:after {
        top: unset;
        right: unset;
        bottom: -65px;
        transform: rotate(90deg);
        left: calc(50% - 35px);
    }

    .work-step .work-cad {
        margin-bottom: 90px;
    }

    .work-step .col:nth-child(2) .work-cad:after {
        display: block;
    }

    .choose-service .work-cad {
        margin-bottom: 30px;
    }

    .work-section {
        padding: 20px 0 0;
    }

    .webinar-card__inner {
        padding: 10px 15px 0;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--swiper-navigation-color, #000) !important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #000) !important;
}


.homepage_header {
    padding-bottom: 20px;
}

@media screen and (min-width:992px) {
    .homepage_header {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:1650px) {
    .homepage_header {
        padding-bottom: 20px;
    }
}

.home-service-link {
    text-decoration: none !important;
}

.card {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.card .mt-4 {
    margin-top: 1.5rem !important;
}

.card .mb-2 {
    margin-top: 1.5rem !important;
}

.testimonial p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
}

.name .mb-0 {
    margin-bottom: 0 !important;
}

.name p {
    line-height: 1rem;
}


.formError {
    color: rgb(255, 0, 0) !important;
}