.main-sec {
    background-image: url(../images/bg-wide.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem;
    position: relative
}

.main-sec:before {
    background-color: #084594;
    content: "";
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.title-heading {
    align-content: center;
    display: flex;
    justify-content: center
}

.main-sec h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700
}

.main-sec .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 1.2rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.main-sec .breadcrumb {
    background-color: transparent;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 29rem
}

.para-sec p {
    color: #fe4c1c;
    font-size: 1.2rem;
    font-weight: 800
}

.box {
    border: 1px solid silver;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    height: 22rem;
    margin: 1rem 0;
    padding: 1rem
}

.paragraph-sec h6 {
    background-color: #4f738b;
    color: #fff;
    font-size: 14px;
    margin: auto;
    padding: 5px;
    position: relative;
    text-align: center;
    top: -21px;
    width: 200px;
    z-index: 7
}

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

.paragraph-sec h5 {
    color: #084594
}

.paragraph-sec p {
    font-size: 1.2rem
}

.buttons {
    border: none;
    font-weight: 600;
    letter-spacing: 1.7px;
    margin-bottom: 1rem;
    padding: .2rem 1.3rem;
    transition: all .8s ease
}

.buttons,
.buttons:hover {
    background-color: #fe4c1c;
    color: #fff
}

.buttons:hover {
    transform: translateX(15px)
}

.img-zoom {
    overflow: hidden;
    text-align: center
}

.box img {
    position: relative;
    transition: all .8s ease
}

.box img:hover {
    transform: scale(1.2)
}

.box.box-1 {
    height: 15rem
}

.box.box-2 {
    height: 16rem
}

.box.box-3 {
    height: 17rem
}

@media only screen and (min-width:1601px) and (max-width:1920px) {

    .box.box-1,
    .box.box-2 {
        height: 18rem
    }

    .box.box-3 {
        height: 19rem
    }

    .box.box-4 {
        height: 21rem
    }
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
    .box.box-1 {
        height: 18rem;
        height: 15rem
    }

    .box.box-2,
    .box.box-3 {
        height: 16rem
    }

    .box.box-4 {
        height: 17rem
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .client_head h5 {
        font-size: 22px
    }

    .paragraph-sec h5 {
        font-size: 16px
    }

    .box.box-1 {
        height: 15rem
    }

    .box.box-2,
    .box.box-3 {
        height: 16rem
    }

    .box.box-4 {
        height: 17rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1119px) {
    .client_head h5 {
        font-size: 22px
    }

    .box {
        height: 17rem
    }

    .paragraph-sec h5 {
        font-size: 16px
    }

    .box.box-1 {
        height: 13rem
    }

    .box.box-2,
    .box.box-3 {
        height: 14rem
    }

    .box.box-4 {
        height: 16rem
    }
}

@media only screen and (min-width:901px) and (max-width:1023px) {
    .client_head h5 {
        font-size: 22px
    }

    .box {
        height: 17rem
    }

    .project-sec .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .paragraph-sec h5 {
        font-size: 16px
    }

    .box.box-1 {
        height: 13rem
    }

    .box.box-2,
    .box.box-3,
    .box.box-4 {
        height: 15rem
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {
    .client_head h5 {
        font-size: 22px
    }

    .box {
        height: 17rem
    }

    .project-sec .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .paragraph-sec h5 {
        font-size: 16px
    }

    .box.box-1 {
        height: 13rem
    }

    .box.box-2,
    .box.box-3,
    .box.box-4 {
        height: 15rem
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .client_head h5 {
        font-size: 22px
    }

    .box {
        height: 18rem
    }

    .project-sec .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .paragraph-sec h5 {
        font-size: 16px
    }

    .box.box-1 {
        height: 13rem
    }

    .box.box-2,
    .box.box-3,
    .box.box-4 {
        height: 15rem
    }
}

@media only screen and (min-width:420px) and (max-width:575px) {
    .client_head h5 {
        font-size: 22px
    }

    .box {
        height: 18rem
    }

    .project-sec .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .paragraph-sec h5 {
        font-size: 14px
    }

    .box.box-1 {
        height: 13rem
    }

    .box.box-2,
    .box.box-3,
    .box.box-4 {
        height: 15rem
    }
}

@media only screen and (min-width:100px) and (max-width:419px) {
    .client_head h5 {
        font-size: 22px
    }

    .paragraph-sec h5 {
        font-size: 18px
    }

    .box.box-1 {
        height: 19rem
    }

    .box.box-2 {
        height: 20rem
    }

    .box.box-3 {
        height: 21rem
    }

    .box.box-4 {
        height: 22rem
    }
}