

.dpt_box {
    width: 100%;
    float: left;
    padding: 30px 30px 50px 100px;
    background: #fff;
    position: relative;
    margin-bottom: 40px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.dpt_box:hover {
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15)
}


.dpt_box h5 {
    margin: 0
}

.dpt_box h5 a {
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 1.6
}

.link_arrow {
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #0c9aeb;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.link_arrow i {
    font-size: 20px;
    line-height: 1;
    top: -5px;
    position: relative
}

.dpt_box:hover .link_arrow {
    opacity: 1;
    visibility: visible;
    right: 25px
}

.inr_dpt_icon {
    position: absolute;
    left: 30px;
    top: 0;
    width: 50px;
    height: 50px;
    display: block
}

.inr_dpt_icon.aeronautical_icon {
    background: url("../images/aeronautical.svg") no-repeat;
    background-size: contain;
    top: 30px
}

.inr_dpt_icon.civil_icon {
    background: url("../images/civil-icon.svg") no-repeat;
    background-size: contain;
    top: 30px
}

.inr_dpt_icon.civila_icon {
    background: url("../images/award.png") no-repeat;
    background-size: contain;
    top: 30px
}

.inr_dpt_icon.mechanical_icon {
    background: url("../images/mechanical.svg") no-repeat;
    background-size: contain;
    width: 47px;
    height: 47px;
    top: 32px
}

.inr_dpt_icon.electronics_icon {
    background: url("../images/electronics.svg") no-repeat;
    background-size: contain;
    top: 32px
}

.inr_dpt_icon.communication_icon {
    background: url("../images/el-com.svg") no-repeat;
    background-size: contain;
    top: 30px
}

.inr_dpt_icon.computer_icon {
    background: url("../images/computer.svg") no-repeat;
    background-size: contain;
    top: 32px
}

.inr_dpt_icon.mba_icon {
    background: url("../images/mba.svg") no-repeat;
    background-size: contain;
    top: 22px
}

.inr_dpt_icon.dpt-science-and-humanities {
    background: url("../images/humanities-r.svg") no-repeat;
    background-size: contain;
    top: 27px
}

.inr_dpt_icon.indpt_elc_and_communicaton {
    background: url("../images/course-icon/mtech-electronics-r.svg") no-repeat;
    background-size: contain;
    top: 30px
}

.inr_dpt_icon.indpt_commun_engg_signal {
    background: url("../images/course-icon/mtech-communication-pro-r.svg") no-repeat;
    background-size: contain;
    top: 32px
}


@media (max-width:1500px) {
    .dpt_box h5 a {
        font-size: 16px
    }
    .inr_dpt_icon.computer_icon {
        top: 30px
    }
}

@media (max-width:570px) {
    .inr_dpt_icon {
        position: inherit;
        left: auto;
        right: auto;
        top: auto!important;
        margin: auto auto 20px auto
    }
    .dpt_box {
        text-align: center;
        padding: 50px 30px 30px 30px;
        -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06)
    }
    .link_arrow {
        position: inherit;
        margin: auto;
        right: 0;
        opacity: 1;
        visibility: visible
    }
    .dpt_box h5 {
        margin-bottom: 45px
    }
    .dpt_box h5 br {
        display: none
    }
    .dpt_box:hover .link_arrow {
        right: 0
    }
}
