@charset "utf-8";
/* CSS Document */

#banner {
    max-width: 100%;
    margin: 0 auto;
    background: var(--litebg);
}

.homebannerslider {
    width: 100%;
    clear: both;
    overflow: hidden;
    /* max-width: 1903px; */
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.homebannerslider .slidediv {
    background: var(--sitetext);
    position: relative;
    z-index: 0;
    height: 760px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.homebannerslider.slick-initialized .slidediv {
    display: flex !important;
}

.homebannerslider .slidediv:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: #000000;
    background: linear-gradient(128deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 90%); */
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
}

.homebannerslider .slidediv .container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

.desktop_banner {
    display: block !important;
    width: 100%;
    position: absolute;
    z-index: 0;
    /* transform: translate(-50%, -50%); */
    top: 0;
    left: 0;
    height: 820px !important;
    min-width: 1920px;
}

body.page-template-page-home .desktop_banner {
    transform: translate(-50%, -50%);
}

.bnrcontent {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    margin: 0;
    padding: 0;
    width: 870px;
}

.bannertxt {
    font-size: clamp(1.75rem, 1.35rem + 2vw, 3.75rem);
    color: var(--white);
    line-height: 0.9;
    font-weight: 700;
    width: 100%;
}

.bannersmalltxt {
    width: 100%;
    font-weight: 400;
    margin: 15px 0 25px;
    font-size: 20px;
    line-height: 1.3;
    max-width: 650px;
}

.homebannerslider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.homebannerslider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.homebannerslider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 100%;
    bottom: 0;
    right: 0;
    flex-wrap: wrap;
    margin: 0;
}

.homebannerslider .slick-dots li {
    margin: 0 8px !important;
}

.homebannerslider .slick-dots li:after {
    display: none;
}

.homebannerslider .slick-dots button {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    text-indent: -9999px !important;
    transition: none !important;
    border-radius: 50% !important;
    border: 2px solid var(--white) !important;
}

.homebannerslider .slick-dots li.slick-active {
    margin: 0
}

.homebannerslider .slick-dots li.slick-active button {
    background: var(--white) !important;
    width: 15px !important;
    border: 2px solid var(--white) !important;
}

.homebannerslider:not(.slick-initialized) .slidediv:not(:nth-child(-n+1)) {
    display: none;
}

.bnr-fb-reviewbx {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 5px 10px;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0 0 20px 0;

    & img {
        margin-right: 5px;
    }

    & p {
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        line-height: 1 !important;

        & span {
            color: var(--white);
            margin: 0 5px 0 0;
        }
    }
}

ul.bnr-feature {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 20px 0;

    & li {
        color: var(--white);
        display: flex;
        flex-wrap: wrap;
        margin-right: 40px;

        & img {
            margin-right: 10px;
        }
    }
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 10s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}


/* banner button style end */



/* home services link section style   */
.hm_serv_link {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;

    .hmservlink_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -70px;

        .hm_servlinkbx {
            /* -ms-transform: skewX(-5deg); 
            transform: skewX(-5deg); */
            font-size: 20px;
            font-weight: 600;
            margin: 0 3px;
            position: relative;

            &>a {
                background: var(--white);
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                padding: 22px 30px;
                align-items: center;
                -ms-transform: skewX(-5deg);
                transform: skewX(-5deg);

                &:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    background: var(--theme);
                    height: 2px;
                    left: 0;
                    bottom: 0;
                }

                &:hover {
                    background: var(--theme);
                    color: var(--white);

                    & img {
                        filter: brightness(0) invert(1);
                    }
                }
            }
        }
    }
}

ul.hm_sub_servbx {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 71px;
    left: 3px;
    background: var(--white);
    border-top: 2px solid var(--theme);
    z-index: -1;

    li {
        font-size: 20px;
        color: var(--darkgrey);
        font-weight: 600;
        margin: 0;

        &:first-child {
            /*margin-bottom: 15px;*/
        }

        & a {
            font-size: 14px;
            font-weight: 500;
            display: block;
            color: var(--sitetext);
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin: 0;
            padding: 6px 20px 6px 0;
            text-decoration: none;
            position: relative;

            &:hover {
                color: var(--theme);
            }

            &:before {
                content: '';
                position: absolute;
                background: url(../images/icon/ft-link-arrow.svg) no-repeat center center;
                right: 0;
                top: 9px;
                width: 20px;
                height: 20px;
                filter: brightness(0);
                opacity: 0.8;
            }

            &:hover:before {
                filter: invert(23%) sepia(95%) saturate(3820%) hue-rotate(347deg) brightness(93%) contrast(101%);
            }
        }
    }
}


/* trailer range section style  */
.trailerrange_sec {}

.trailerrange_slidecontainer:not(.slick-initialized) {
    width: calc(100% + 36px);
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    /* background: aquamarine; */

    a.trailerbx {
        width: calc(33.33% - 36px);
        margin: 0 18px;
    }
}

.trailerrange_slidecontainer.slick-initialized {
    width: calc(100% + 36px);
    margin: 0 -18px;

    .slick-slide {
        margin: 0 18px;
    }

    a.trailerbx {
        margin: 0;
    }
}

.trailerrange_slidecontainer:not(.slick-initialized) a.trailerbx:not(:nth-child(-n+3)) {
    display: none;
}

/* browse trailer section style */
.browsetrailer_sec .heading-42 {
    text-align: center;
    margin-bottom: 40px;
}

.browtrailer_slide_container:not(.slick-initialized) {
    width: calc(100% + 36px);
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.browtrailer_slide_container {
    /* display: flex; */

    a.trailerbx {
        width: calc(25% - 36px);
        margin: 0 18px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* outline: 1px solid salmon; */

        .trailername {
            margin-top: 30px;
            padding: 0 25px;
        }

        & p {
            padding: 0 25px;
            height: 74px;
            font-size: 16px;
            -webkit-line-clamp: 3;
            margin-bottom: 0;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-wrap: balance;
            text-align: center;
        }
    }

    & p.button.themeborder {
        padding: 12px 30px 16px 30px;
        text-decoration: none;
        height: 48px;
        margin-bottom: 0;
    }

    /* &:hover p.button.themeborder {
        background: var(--theme);
        border: 2px solid var(--theme);

        & span {
            color: var(--white)
        }
    } */
}

a.trailerbx:hover {
    p.button.themeborder {
        background: var(--theme);
        border: 2px solid var(--theme);

        & span {
            color: var(--white)
        }
    }
}

.browtrailer_slide_container:not(.slick-initialized) a.trailerbx:not(:nth-child(-n+4)) {
    display: none;
}

.browtrailer_slide_container.slick-initialized .slick-slide {
    margin: 0 18px;
}

.browtrailer_slide_container.slick-initialized .slick-slide a.trailerbx {
    margin: 0;
}

.browsetrailer_sec.paddtpbt100.litebg p {
    margin-bottom: 0;
}



/* comprehensive trailer solution style start */
.comp_trailer_sol_sec {
    .container.paddtpbt100 {
        padding: 100px 30px 30px !important;
        text-align: center;

        & p {
            margin-bottom: 0
        }
    }
}

.solutionslide_container {
    display: flex;
    max-width: 1920px;
    flex-wrap: nowrap;
    margin: 0 auto 100px;

    a.solutionbx {
        position: relative;
        background: var(--black);
        overflow: hidden;
        outline: 1px solid var(--white);
        width: 33.33%;

        & figure {
            position: relative;
            min-height: 530px;
            width: 100%;

            & img {
                opacity: 0.4;
                position: absolute;
                height: 530px;
                transform: translate(-50%, -50%);
                top: 50%;
                left: 50%;
                min-width: 930px;
            }
        }

        .solutioninfobx {
            position: absolute;
            bottom: 100px;
            left: 100px;
            width: 70%;
            max-width: 500px;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            transition: all ease-out 0.3s !important;
            -webkit-transition: all ease-out 0.3s !important;
            -moz-transition: all ease-out 0.3s !important;
            -ms-transition: all ease-out 0.3s !important;
            /* background: gainsboro; */

            &:before {
                content: '';
                position: absolute;
                width: 2px;
                height: calc(100% + 100px);
                background: var(--theme);
                left: -40px;
                bottom: -100px;
            }

            & p {
                color: var(--white);
                text-align: left;
            }

            & .heading-40 {
                font-weight: 500;
                font-size: 34px;
            }


        }

        p.button.whiteborder span.noskew {
            color: var(--white) !important;
        }

        &:hover {
            .solutioninfobx {
                margin-bottom: -50px;
                transition: all ease-out 0.3s !important;
                -webkit-transition: all ease-out 0.3s !important;
                -moz-transition: all ease-out 0.3s !important;
                -ms-transition: all ease-out 0.3s !important;
            }

            p.button.whiteborder {
                background: var(--theme) !important;
                border-color: var(--theme);

                & span.noskew {
                    color: var(--white) !important;
                }
            }

        }
    }
}


/* what sets us - section style */
.whychoose_container.inwhatset_sec {
    border-top: 1px solid #d1d1d1;

    & dt {
        position: relative;

        &:after {
            content: '';
            position: absolute;
            width: 110px;
            height: 5px;
            background: var(--darkgrey);
            top: -71px;
            left: 0;
        }
    }
}


/* why choose section styles  */
.whychoose_container {
    padding: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;

    & dl.whychoosebx {
        width: 33.33%;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;

        & dt {
            min-width: 110px;
            min-height: 102px;
            position: relative;
            margin: 0 25px 0 0;
            display: flex;
            align-items: center;
            justify-content: center;

            &:before {
                content: '';
                position: absolute;
                -ms-transform: skewX(-5deg);
                transform: skewX(-5deg);
                border: 2px solid var(--black);
                width: 110px;
                height: 100px;
                left: 0;
                top: 0;
            }
        }

        & dd {
            padding: 0 50px 0 0;
            text-align: left;
            margin: 0;

            & span {
                font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
                font-weight: 600;
                color: var(--darkgrey);
                margin-bottom: 10px;
                display: block;
            }

            & p {
                color: var(--sitetext);
                line-height: 1.35 !important;
                font-size: 16px;
                margin: 0;
            }
        }

    }
}

.browsetrailer_sec.paddtpbt100 p {
    text-wrap: balance;
    text-align: center;
    margin-bottom: 30px;
}


/* satisfied customer section style  */
.satisfiedcust_sec {}

.satisfiedcustomer_slider,
.satisfiedcustomer_slider:not(.slick-initialized) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    .customercard {
        position: relative;
        width: 50%;
        margin: 0;
        max-height: 564px;
        overflow: hidden;

        & img.galleryimg {
            height: 100%;
            border-right: 1px solid var(--white);
        }

        .captiontxt {
            position: absolute;
            bottom: 0;
            left: 0;
            max-width: 400px;
            padding: 50px 80px 50px 80px;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);

            &:before {
                content: '';
                position: absolute;
                clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
                background: var(--theme);
                width: 2px;
                height: 100%;
                top: 0;
                right: 12px;
                transform: rotate(8deg);
            }

            & p {
                color: var(--white);
                font-size: 18px;
                position: relative;

                &:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 2px;
                    height: 100%;
                    left: -35px;
                    background: var(--white);
                }
            }
        }
    }
}

.satisfiedcustomer_slider .slick-arrow {
    background: var(--white);
    border: 1px solid var(--darkgrey);

    &:hover {
        background: var(--theme) !important;

        &:after {
            filter: brightness(0) invert(1) !important
        }
    }
}

.satisfiedcustomer_slider:not(.slick-initialized) .customercard:not(:nth-child(-n+2)) {
    display: none;
}



/* home review section styles */
.hm_testimonial_sec {
    .container {}
}

.hm_reviewslider:not(.slick-initialized) {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    /* background: aquamarine; */

    .reviewcard {
        width: calc(33.33% - 30px);
        margin: 0 15px;
    }
}

.hm_reviewslider.slick-initialized {
    width: calc(100% + 30px);
    margin: 0 -15px;

    .slick-slide {
        margin: 0 15px;
    }

    .reviewcard {
        margin: 0;
    }
}

.reviewcard {
    .heading-24 {
        margin: 30px 0 15px 0;
        font-size: 24px;
        height: 56px;
        line-height: 1.1;
        -webkit-line-clamp: 2;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    & p {
        margin: 0 0 30px 0;
        height: 100px;
        text-align: left;
        /*-webkit-line-clamp: 4;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;*/
        /* background: greenyellow; */
        overflow-y: auto;
    }
}

.clientname {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #707070;
    padding: 30px 0 8px 40px;
    font-size: 16px;
    font-weight: 700;
    background: url(../images/icon/fb-icon.svg) no-repeat left 0 top 20px;
}

.reviewcard {
    background: var(--white);
    display: inline-flex;
    flex-wrap: wrap;
    padding: 55px 55px 38px;
}

.hm_reviewslider:not(.slick-initialized) .reviewcard:not(:nth-child(-n+3)) {
    display: none;
}

.browsetrailer_sec .container .heading-36 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    width: 100%;
}

main.innerpg .browsetrailer_sec .container a.trailerbx p {
    padding: 0;
    height: 72px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-wrap: balance;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    /* background: gainsboro; */
}

main.innerpg .browsetrailer_sec .container a.trailerbx {
    .trailername {
        height: 62px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: var(--darkgrey);
        margin-bottom: 15px;
    }

    .button-group p {
        padding: 12px 20px 5px;
        height: auto;
        -webkit-line-clamp: none;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-wrap: balance;
        text-align: center;
        font-size: 16px;
    }
}

.trailerdtlpg.innerpg .browsetrailer_sec .container a.trailerbx p {
    font-size: 18px;
}

.hm_testimonial_sec  .sectitle:before { 
	display:none;
}
/* ------- with max width ----------- */
@media (min-width: 1920px) {


    .inrpgbnr .desktop_banner {
        height: 820px !important;
    }

    .desktop_banner {
        transform: translate(0, 0);
        top: -90px
    }



}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {

    /* .solutionslide_container {
        & a.solutionbx {
            .solutioninfobx {
                width: 400px;
            }
        }
    } */

    .trailerrange_slidecontainer.slick-initialized {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .trailerrange_slidecontainer.slick-initialized .slick-slide {
        margin: 0 10px;
    }

    /* a.trailerbx {
        .trailername {
            font-size: 24px;
        }
    } */

    main.innerpg .browsetrailer_sec .container a.trailerbx {
        .trailername {
            font-size: 24px;
            height: 50px;
        }
    }

}

@media (max-width: 1200px) {



    .whychoose_container {
        row-gap: 30px;

        & dl.whychoosebx {
            width: 50%;

            & dt {
                min-width: 70px;
                min-height: 70px;

                &:before {
                    width: 70px;
                    height: 70px;
                }
            }
        }
    }

    .whychoose_container.inwhatset_sec dt:after {
        display: none;
    }

    .solutionslide_container {
        & a.solutionbx {
            min-height: 300px;

            .solutioninfobx {
                width: 70%;
                bottom: 20px;
                /* background: #72c784; */
                left: 50px;

                .heading-40 {
                    margin-bottom: 10px;
                }

                &:before {
                    left: -20px;
                }

                & p {
                    margin-bottom: 10px;
                }
            }

            &:hover {
                .solutioninfobx {
                    margin-bottom: -10px;
                }
            }
        }
    }

    .solutionslide_container {
        margin: 0 auto 60px;
    }

    .comp_trailer_sol_sec {
        .container.paddtpbt100 {
            padding: 60px 30px !important;
        }
    }

    .whychoose_container {
        padding: 60px 0 0;
    }

    main.innerpg .browsetrailer_sec .container a.trailerbx {
        .trailername {
            font-size: 24px;
            height: 50px !important;
        }
    }

    .browtrailer_slide_container {
        & a.trailerbx {
            .trailername {
                height: 60px;
                -webkit-line-clamp: 2;
                margin-bottom: 10px;
                overflow: hidden;
                position: relative;
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }
        }
    }

    .hm_serv_link {
        & .hmservlink_container {
            margin-top: -46px;

            & .hm_servlinkbx {
                &>a {
                    padding: 10px 15px;
                }
            }
        }
    }

    ul.hm_sub_servbx {
        bottom: 48px;
    }

    nav ul.hm_sub_servbx li:first-child {
        padding: 0 0 10px !important;
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    }


    nav ul.hm_sub_servbx li:first-child {
        padding: 0 !important;
        margin: 0;
        font-size: 16px;
        border-bottom: 0 solid rgba(255, 255, 255, 0.3) !important;
    }

    .browtrailer_slide_container {
        & a.trailerbx {
            & p {
                height: 70px;
            }
        }
    }

    .solutionslide_container {
        & a.solutionbx {
            & figure {
                min-height: 400px;
            }

            & .heading-40 {
                font-weight: 500;
                font-size: 28px !important;
            }
        }
    }
}

@media (max-width: 992px) {

    .hm_reviewslider.slick-initialized {
        .slick-slide {
            margin: 0 5px;

            .reviewcard {
                padding: 30px 30px;
            }
        }
    }

    a.trailerbx {
        & .trailerinfobx {
            padding: 30px 30px 0 30px;

            &:after {
                top: -50px;
            }
        }
    }

    a.trailerbx .trailername {
        font-size: 20px;
        height: 42px;
    }

    .hm_serv_link ul.hm_sub_servbx {
        display: none !important;
    }

    .hm_serv_link {
        & .hmservlink_container {
            width: 90%;
            display: flex;
            overflow-x: scroll;
            justify-content: space-between;
            scrollbar-width: none;
            -ms-overflow-style: none;
            -webkit-overflow-scrolling: touch;
            flex-wrap: nowrap;

            & .hm_servlinkbx {
                min-width: 280px;
            }

            & .hm_servlinkbx {
                &>a {
                    padding: 10px 15px;
                    font-size: 16px;
                }
            }
        }
    }

    .homebannerslider .slidediv:before {
        background: rgb(0 0 0 / 75%);
    }

    .satisfiedcustomer_slider .customercard.wow.animate__bounceInUp {
        animation-name: none !important;
    }

    .satisfiedcustomer_slider,
    .satisfiedcustomer_slider:not(.slick-initialized) {
        & .customercard {
            .captiontxt {
                padding: 20px;
            }
        }
    }

    .browtrailer_slide_container {
        & a.trailerbx {
            .trailername {
                height: 42px;
            }
        }
    }

}

@media (max-width: 768px) {


    .whychoose_container {
        & dl.whychoosebx {
            width: 100%;

            & dd {
                padding: 0;
            }
        }
    }

    .solutionslide_container {
        max-width: 90%;
        flex-wrap: wrap;
        margin: 0 auto 100px;

        & a.solutionbx {
            width: 100%;

            .solutioninfobx {
                width: calc(85% - 30px);
                left: 20px;
            }

            & figure {
                position: relative;
                min-height: 300px;
                width: 100%;
            }
        }
    }

    .sectitle_cont {
        margin-bottom: 0;
    }

    .browtrailer_slide_container.slick-initialized .slick-slide {
        margin: 0 5px;
    }

    .browtrailer_slide_container {
        & a.trailerbx {
            .trailername {
                margin-top: 30px;
                padding: 0 10px;
            }

            & p {
                padding: 0 10px;
                height: 68px;
            }
        }
    }

    .homebannerslider .slidediv {
        height: 550px;
    }

    .bannersmalltxt {
        margin: 15px 0;
        font-size: 18px;
    }

    .bnrcontent {
        text-align: left;
        width: 94%;

        .button-group {
            justify-content: flex-start;
        }
    }

    .hm_serv_link {
        & .hmservlink_container {
            & .hm_servlinkbx {
                &>a {
                    justify-content: center;
                }
            }
        }
    }

    .bannertxt br {
        display: none;
    }

    /* .trailerdtlpg.innerpg .browsetrailer_sec .container a.trailerbx p {
        font-size: 16px;
    } */

    .sitecontentsec {
        .hm-item {
            margin-top: 0;
        }
    }

}

@media (max-width: 576px) {

    .design_trailer_ctasec {
        width: 90%;
        margin: 0 auto;

        .container {
            padding: 50px 30px;
            align-content: center;
            min-height: 250px;

            .cta_semititle {
                margin: 15px 0;
            }
        }
    }


    .whychoose_container {

        & dl.whychoosebx {

            & dt {
                min-width: 50px;
                min-height: 50px;
                margin-right: 15px;

                & img {
                    max-width: 60%;
                }

                &:before {
                    width: 50px;
                    height: 50px;
                }
            }
        }
    }

    .solutionslide_container {
        margin: 0 auto 30px;
    }

    .comp_trailer_sol_sec {
        .container.paddtpbt100 {
            padding: 30px !important;
        }
    }

    .whychoose_container {
        padding: 30px 0 0;
    }

    .browtrailer_slide_container {
        & a.trailerbx {
            & p {
                height: 48px;
                -webkit-line-clamp: 2;
                margin: 0 0 15px;
            }

            & p.button.themeborder {
                padding: 12px 20px;
                height: 42px;
            }
        }
    }

    .sectitle_cont {
        .sectitle {
            font-size: 18px;
        }
    }

    .homebannerslider .slidediv {
        height: 550px;
    }

    .hm_serv_link {
        .hmservlink_container {
            .hm_servlinkbx {
                min-width: 250px;

                &>a {
                    padding: 10px 0;
                    font-size: 16px;
                }
            }
        }
    }

    a.trailerbx .trailername {
        font-size: 20px;
        height: auto;
    }

    main.innerpg .browsetrailer_sec .container a.trailerbx {
        .trailername {
            height: auto;
            margin-bottom: 10px;
        }
    }

    .reviewcard {
        & p {
            height: 150px;
        }
    }

    .hm_reviewslider .slick-prev {
        left: -10px;
    }

    .hm_reviewslider .slick-next {
        right: -10px;
    }

    .browsetrailer_sec .heading-42 {
        margin-bottom: 10px;
    }


    .bnrcontent {
        width: 100%;

        & ul.bnr-feature {
            & li {
                flex-wrap: nowrap;
                font-size: 16px;
            }
        }
    }
}


@media (max-width: 360px) {}