*, ::after, ::before {
    box-sizing: border-box
}

section {
    display: block;
}

.reason-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.reason {
    background: url(../images/bg1.jpg) no-repeat top center/cover fixed;
    padding: 4rem 0;
    position: relative;
    margin-bottom: 8rem;

}

.reason img {
    vertical-align: middle;
    max-width: 100%;
}

.reason .choose_box {
    position: relative;
    top: 30px;
    margin: 0 0 -10rem
}

.reason h3 {
    font-size: 45px;
    color: #fff;
    line-height: 4.5rem;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "gilroyextrabold" !important;
}

.reason h2 {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    text-align: center
}

.reason .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.reason_box {
    background-color: #fbf8ff;
    padding: 3rem;
    position: relative;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.reason_box h4 {
    font-size: 25px;
    font-family: "gilroyextrabold";
    position: relative;
    z-index: 2;
    margin: 80px 0 10px;
    text-transform: capitalize;
}

.reason_box span {
    position: absolute;
    font-size: 160px;
    font-family: "gilroyextrabold";
    z-index: 1;
    color: #fbf8ff;
    text-shadow: 0 0 3px #010101;
    top: -20px;
    opacity: .5;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.reason_box p {
    color: #0e0e0e;
    font-size: 15px;
    text-align: left !important;
    line-height: 25px;
}

.reason_box-bg {
    background: linear-gradient(317deg, #f28c13, #010101);
}

.reason_box-bg h4 {
    color: #fff
}

.reason_box-bg p {
    color: #fff;
    font-size: 15px;
    text-align: left !important;
    line-height: 25px;
}

.reason_box-bg span {
    color: #f28c13
}

.reason_box:hover span {
    -webkit-transform: perspective(1000px) rotateY(45deg);
    transform: perspective(1000px) rotateY(45deg);
    overflow: hidden
}

@media (min-width: 1200px) {
    .reason-container {
        width: 1200px;
    }

    .reason .col-md-4 {
        padding: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 978px) {
    .reason .col-md-4 {
        padding: 0;
        position: relative;
        width: 100%;
        flex: none;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .reason .col-md-4 {
        padding: 0;
        position: relative;
        width: 100%;
        flex: none;
        max-width: none;
    }
}

.we__work {
    padding: 0 0 3rem;
    background: #f1f1f1;
}

.we__work h3 {
    font-size: 36px;
    font-family: "gilroyextrabold";
    margin-bottom: 1rem;
    line-height: 36px;
    margin-top: 20px;
}

.we__work .work__box {
    border-radius: 3px;
    border-top-right-radius: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem
}

.we__work .work__box img {
    border-radius: 3px;
    border-top-right-radius: 50px
}

.we__work .work__box.work__box-radius {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 50px
}

.we__work .work__box.work__box-radius img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 50px
}

.we__work .work__box.work__box-radius.work__box-img {
    border-radius: 5px;
    border-bottom-right-radius: 15.4rem
}

.we__work .work__box.work__box-radius.work__box-img img {
    height: 33rem;
}

.we__work .work__box.work__box-radius.work__box-img figcaption {
    top: 82%
}

.we__work .work__box figure {
    margin: 0;
    background: #f28c13;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.we__work .work__box figcaption {
    position: absolute;
    top: 65%;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 1.5rem;
    -webkit-transition: .5s all;
    transition: .5s all
}

.we__work .work__box figcaption h4 {
    margin: 0 0 2rem;
    font-size: 20px;
    color: #fff;
    font-family: "gilroyextrabold";
    text-shadow: 1px 1px 3px #00000087;
    text-transform: capitalize
}

.we__work .work__box figcaption p {
    visibility: hidden;
    color: #fff;
    -webkit-transition: 1s all;
    transition: 1s all;
    font-weight: 500
}

.we__work .work__box:hover figcaption {
    background: rgb(242 140 19 / 71%);
    top: 0
}

.we__work .work__box:hover figcaption p {
    visibility: visible
}

.we__work .work__box.work__box-radius.work__box-img:hover figcaption {
    background: rgb(242 140 19 / 71%);
    top: 0
}

.we__work .work__box.work__box-radius.work__box-img:hover figcaption p {
    visibility: visible
}

.we__work .work__box figure img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .9;
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .we__work h3 {
        font-size: 3.1rem;
        line-height: normal
    }

    .we__work .work__box.work__box-radius.work__box-img {
        border-radius: 5px;
        border-bottom-right-radius: 5.4rem;
    }

    .we__work .work__box.work__box-radius.work__box-img img {
        height: 30rem;
    }

    .we__work .work__box.work__box-radius.work__box-img figcaption {
        top: 73%;
    }
}