/*FIRST BLOCK STYLES*/
.firstBlock-section {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.firstBlock-item {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    height: inherit !important;
    display: flex;
    align-items: center;
}

.firstBlock-info {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    padding: 25px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 600px;
}

.firstBlock-title {
    font-weight: 600;
    text-align: left;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 5px;
    color: #474747;
}

.firstBlock-dscr {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;

}
.firstBlock-bc-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
    z-index: -1;
    transition: all 0.2s;
}

.firstBlock-img-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('http://localhost:8080/test/wp-content/uploads/2023/07/cctv-background-4.webp') center/cover no-repeat;
    z-index: -2;
    transition: all 0.2s;
}

.firstBlock-section .slick-track {
    display: flex !important;
}

.firstBlock-section .firstBlock-item:not(:first-child) {
    display: none;
}

.firstBlock-section.slick-initialized .firstBlock-item:not(:first-child) {
    display: flex;
}

.firstBlock-section .slick-prev {
    left: 15px;
}

.firstBlock-section .slick-next {
    right: 15px;
}

.card-item {
    display: flex;
}

.card-item+.card-item {
    margin-top: 20px;
}

.card-item:nth-child(even) .image-column {
    order: 1;
}

.card-column {
    width: 50%;
}

.card-imageBox {
    position: sticky;
    top: 20px;
}

.card-image {
    width: 100%;
    border-radius: 20px;
    max-height: 400px;
    height: 100%;
    object-fit: cover;
}

.card-info {
    padding: 20px;
}

.card-section-foot {
    text-align: center;
    margin-top: 20px;
}

.info-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #474747;
}

.info-text {
    font-size: 16px;
    /* color: #919191; */
    margin-bottom: 20px;
    /* border-bottom: 1px solid #cfcfcf; */
}

.info-btnWrap button {
    margin-right: 20px;
}


/*WORK-BOX STYLES*/

.work-list {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -15px;
    margin-right: -15px; */
    margin: 0 -10px -20px;
}

.work-item {
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}

.work-item-col.left-col {
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.work-item-counter {
    position: absolute;
    left: -4px;
    top: -8px;
    background: #f0f0f0;
    font-weight: 800;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 30px;
    color: #474747;
}

.work-item-icon {
    position: relative;
    z-index: 3;
    background: #f0f0f0;
    border-radius: 50%;
    padding: 20px;
}

.work-item-icon>img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.work-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #474747;
}

.work-item-desc {
    font-size: 16px;
    /* color: #919191; */
    color: #4d4d4d;
}

.work-box-foot {
    text-align: center;
    margin-top: 20px;
}
/*ABOUT-US-BOX STYLES*/

.about-us-wrap {
    display: flex;
    align-items: flex-start;
}

.about-us-text {
    margin-bottom: 30px;
}

.about-us-img {
    margin-left: 30px;
    position: sticky;
    top: 20px;
}

.about-us-content,
.about-us-img {
    width: 50%;
}

.about-us-img>img {
    width: 100%;
    border-radius: 20px;
}

/*REVIEW-BOX STYLES*/

.reviews-section .slick-track {
    display: flex;
}

.reviews-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.reviews-item-wrap {
    width: 100%;
    margin: 0px 10px;
    height: auto;
    display: none;
    
}

.reviews-item {
    height: 100%;
}

.reviews-item-wrap:nth-child(1),
.reviews-item-wrap:nth-child(2) {
    display: block;
}

.slick-list .reviews-section {
    margin-bottom: 40px;
}

.slick-li .reviews-list {
    display: block;
}

.slick-list .reviews-item-wrap {
    display: block;
    padding: 10px 0;
}

.reviews-list .slick-dots {
    bottom: -40px;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
}

.review-item-col.head-col {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-item-title {
    margin-left: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    color: #474747;
}

.review-item-image {
    border-radius: 50px;
    overflow: hidden;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border: 5px solid #f0f0f0;
}

.review-item-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

/*OUR-PARTNERS-BOX STYLES*/
.our-partners-section {
    margin-top: 100px;
}
.our-partners-list {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    overflow: hidden;
}

.our-partners-list.slick-initialized {
    display: block;
    overflow: visible;
}

.our-partners-item-wrap {
    margin-left: 10px;
    padding: 10px 0px;
    margin-right: 10px;
    display: inline-block;
    flex-shrink: 0;
    width: calc(20% - 20px);
}

.our-partners-list.slick-initialized .our-partners-item-wrap {
    width: auto;
    flex-shrink: 1;
}

.our-partners-img-wrap {
    width: 100%;
    height: 120px;
}

.our-partners-img-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .firstBlock-item {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our-partners-item-wrap {
        width: calc(25% - 20px);
    }
}

@media (max-width: 992px) {

    /*FIRST BLOCK STYLES*/
    .firstBlock-section {
        margin-left: -40px;
        margin-right: -40px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .firstBlock-item {
        border-radius: 0;
    }

    .firstBlock-title {
        font-size: 36px;
    }

    .firstBlock-dscr {
        font-size: 18px;
    }

    /*WORK-BOX STYLES*/
    .work-item-icon {
        padding: 17px;
    }

    .work-item-icon>img {
        width: 55px;
        height: 55px;
    }

    /*OUR-PARTNERS-BOX STYLES*/
    .our-partners-section {
        margin-top: 90px;
    }
    
    .our-partners-item-wrap {
        width: calc(33.333333333333% - 20px);
    }

    .info-btnWrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
    }

    .info-btnWrap button {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .reviews-section {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {

    /*FIRST BLOCK STYLES*/
    .firstBlock-item {
        justify-content: center;
    }

    .firstBlock-info {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
    }

    .firstBlock-title {
        /* font-size: 36px; */
        font-size: 33px;
        text-align: center;
    }

    .firstBlock-dscr {
        font-size: 17px;
    }
    /*WORK-BOX STYLES*/
    .work-list {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }

    .work-item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .work-item-col.left-col {
        width: 90px;
        height: 90px;
    }

    .work-item-title {
        font-size: 18px;
    }

    .work-item-desc {
        font-size: 15px;
    }

    /*ABOUT-US-BOX STYLES*/
    .about-us-wrap {
        flex-direction: column;
    }

    .about-us-img {
        order: -1;
        margin-left: 0px;
        text-align: center;
        position: static;
    }

    .about-us-content,
    .about-us-img {
        width: 100%;
    }

    .about-us-img>img {
        height: 40vw;
        object-fit: cover;
        object-position: top center;
    }

    .about-us-text>p {
        font-size: 15px;
    }

    .about-us-wrap-btn {
        text-align: center;
    }

    /*REVIEW-BOX STYLES*/

    .reviews-list {
        flex-wrap: wrap;
    }

    .slick-list .reviews-list {
        flex-wrap: nowrap;
    }

    .reviews-item-wrap +.reviews-item-wrap {
        margin-top: 20px;
    }

    .slick-list .reviews-item-wrap + .reviews-item-wrap {
        margin-top: 0;
    }

    .reviews-section .slick-track {
        display: block;
    }

    .review-item-image {
        width: 70px;
        height: 70px;
    }

    .review-item-title {
        margin-left: 12px;
        font-size: 18px;
    }

    .review-item-text {
        font-size: 15px;
    }

    .reviews-list .slick-dots {
        bottom: -38px;
    }

    /*OUR-PARTNERS-BOX STYLES*/
    .our-partners-item-wrap {
        width: calc(50% - 20px);
    }

    .card-item {
        flex-direction: column;
    }

    .card-column {
        width: 100%;
    }

    .card-item:nth-child(even) .image-column {
        order: 0;
    }

    .card-info {
        padding: 20px 0;
    }

    .card-imageBox {
        position: static;
        text-align: center;
    }

    /* .card-image {
        height: 28vw;
        max-width: 480px;
    } */

    .card-image {
        height: 35vw;
    }

    .info-title {
        font-size: 20px;
    }

    .info-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    /*FIRST BLOCK STYLES*/
    .firstBlock-section {
        margin-left: -25px;
        margin-right: -25px;
    }

    .firstBlock-item {
        padding-left: 28px;
        padding-right: 28px;
    }

    .firstBlock-info {
        margin-left: 0px;
        margin-right: 0px;
    }

    .firstBlock-title {
        font-size: 25px;
    }

    .firstBlock-dscr {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .firstBlock-section .slick-prev {
        left: 8px;
    }

    .firstBlock-section .slick-next {
        right: 8px;
    }

    /*WORK-BOX STYLES*/
    .work-item {
        flex-direction: column;
    }

    .work-item-col.left-col {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .work-item-icon {
        padding: 15px;
    }

    .work-item-col.right-col {
        text-align: center;
    }

    .work-item-title {
        font-size: 16px;
    }

    .work-item-desc {
        font-size: 14px;
    }

    /*ABOUT-US-BOX STYLES*/
    .about-us-text>p {
        font-size: 15px;
    }

    /*REVIEW-BOX STYLES*/
    .review-item-title {
        font-size: 16px;
    }

    .review-item-text {
        font-size: 14px;
    }

    /*OUR-PARTNERS-BOX STYLES*/
    .our-partners-section {
        margin-top: 80px;
    }
    
    .our-partners-item-wrap {
        width: calc(100% - 20px);
    }

    .card-image {
        height: 40vw;
    }

    .info-title {
        font-size: 18px;
    }

    .info-text {
        font-size: 14px;
    }
}