/*
    SECTION
    .other-forms-links-section
*/


.other-forms-links-section {
    background-color: #039be5;
    padding: 90px 0;
}
    .other-forms-links-section .other-forms-links-box {
        text-align: center;
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
    }
    .other-forms-links-section .section-header {
        font-size: 32px;
        text-align: center;
        color: #fff;
        margin-bottom: 35px;
        line-height: 1.3em;
    }

        .other-forms-links-section .form-link-item {
            width: 175px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            margin-bottom: 20px;
        }
            .other-forms-links-section .form-item-icon {
                width: 150px;
                height: 150px;
                border-radius: 150px;
                border: none; 
                display: inline-block;
                vertical-align: top;
            }
        
            .other-forms-links-section .form-link-item:hover .form-item-icon {
                -webkit-box-shadow: 0px 4px 6px 0px rgba(1,88,155,0.7);
                -moz-box-shadow: 0px 4px 6px 0px rgba(1,88,155,0.7);
                box-shadow: 0px 4px 6px 0px rgba(1,88,155,0.7);
            }

            .other-forms-links-section .form-item-title {
                color: #fff;
                font-size: 16px;
                font-weight: 100;
                line-height: 1.3em;
                width: 80%;
                padding-top: 20px;
                display: inline-block;
            }



@media screen and (max-width: 699px) {
       
    .other-forms-links-section .form-link-item {
        background-position: calc(100% - 20px) 50%;
        display: block;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 30px;
        margin: 0 0 4px 0; 
        background-color: #35afea;
        background-image: url('../storage/images/industry-page-2017-2/industry-link-arrow.png');
        background-repeat: no-repeat;
        vertical-align: middle;
    }

        .other-forms-links-section .form-item-icon {
            vertical-align: middle;
            width: 70px;
            height: 70px;
            margin-right: 20px;
            overflow: hidden;
        }

        .other-forms-links-section .form-item-title {
            font-size: 22px;
            line-height: 60px;
            font-weight: 100;
            padding-top: 0;
            line-height: 1.2em;
            vertical-align: middle;
            color: #fff;
            width: calc(100% - 110px);
        }


    .other-forms-links-section .show_all_mob_industries_row {
        display: block;
        text-align: center;
        color: #fff;
        padding: 40px 26px 20px 10px;
    }
        .other-forms-links-section  .show_all_mob_industries_row .show_all_mob_industries_row_btn {
            background-image: url("../storage/images/industry-page-2017-2/show-more-industries-arrow.png");
            background-repeat: no-repeat;
            background-position-x: right;
            padding-right: 26px;
            padding-left: 10px;
            font-size: 20px;
            line-height: 1em;
            font-weight: 100;
            background-position-y: 3px;
            color: #fff;
            display: inline-block;
        }
    
}