﻿/*
    layout fixes
*/
.footer1 {
    margin-top: 0;
}

html,
body,
#content,
.s_industry {
    background-color: #fff;
}

/* 
    shared elements
*/
#content {
    padding-top: 30px;
}
.s_industry_container_hd {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-item {
    text-align: center;
}

.bullets_list_min_height .bulletpoints li {
    min-height: 0;
    padding-top: 5px;
    display: block;
}
.s_industry {
}
.s_industry .show_more_content_btn {
    display: inline-block;
    white-space: nowrap;
    font-weight: 100;
}
.s_industry .show_more_content_btn:hover {
    cursor: pointer;
}



/*
    Industy section 1
    .s_heading
*/

.s_heading {
    height: 390px;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-weight: 100;
    box-sizing: content-box;
    padding-bottom: 20px;
    background-color: #01579b;
}
    .s_heading .sc_main_h_and_sub_h_row {
        color: #fff;
        padding-top: 100px;
        margin-bottom: 32px;
    }
        .s_heading h1#title {
            font-size: 36px;
            margin: 0;
            font-weight: 100;
            text-align: center;
            margin-bottom: 20px;
        }
        .s_heading .sc_sub_h {
            font-size: 26px;
            line-height: 1.3em;
        }
    .s_heading .sc_action_btns_row {

    }
        .s_heading .sc_scroll_btn {
            color: #212121;
            width: 260px;
            line-height: 65px;
            display: inline-block;
            white-space: nowrap;
            font-size: 22px;
            margin-bottom: 28px;
        }
        .s_heading .sc_run_video_btn {
            width: 40px;
            height: 40px;
            display: inline-block;
            background-image: url("../storage/images/industry-page-2017-2/run-video-btn-big.png");
            background-repeat: no-repeat;
            color: #fff;
            opacity: 0.6;
            vertical-align: middle;
            background-size: contain;
        }
        .s_heading .sc_run_video_btn:hover {
            cursor: pointer;
            opacity: 1;
        }

/*
    Industy section 2
    .s_features_and_description
*/

.s_features {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .s_features .sc_main_h {
        font-size: 26px;
        padding-bottom: 38px;
        color: #212121;
    }
    .s_features .sc_features_list_and_show_more_wrap {
        text-align: center;
        width: 100%;
        max-width: 570px;
        box-sizing: border-box;
        padding: 0 30px;
        margin: 10px auto 10px auto;
    }
        .s_features .skp_grey_list-ul_box {
            display: inline-block;
            
        }
            .kp_grey_list-ul_box li {
                background-position: 0 4px;
            }
            #js__industry_features_list ul li {
                /*display: none;*/
                display: block;
                text-align: left;
                font-size: 18px;
                line-height: 1.3em;     
            }
            /*#js__industry_features_list ul li:nth-child(-n+4) {
                display: block;
            }*/
            
        .s_features .show_industry_features_btn_row {
            text-align: center;
            padding-top: 18px;
        }
            #js__show_industry_features_btn {
                font-weight: 100;
                background-image: url(../storage/images/industry-page-2017-2/show-more-arrow.png);
                background-repeat: no-repeat;
                background-position-x: right;
                padding-right: 26px;
                font-size: 20px;
                line-height: 1em;
                background-position-y: 5px;
                color: #9e9e9e;
                display: inline-block;
                white-space: nowrap;
            }
            #js__show_industry_features_btn:hover {
                cursor: pointer;
            }
       

/*
    .s_testimonial
*/
.s_testimonial {
    text-align: center;
    padding: 55px 0 10px 0;
}

/*
    Industy section 3
    .s_related_apps
*/

.s_related_apps {
    text-align: center;
    font-weight: 100;
    padding-top: 63px;
}
    .s_related_apps .sc_main_h {
        font-size: 30px;
        color: #212121;
    }
    .s_related_apps .sc_related_apps_box {
        padding: 30px 0 30px 0;
    }
        .s_related_apps .related_app_box {
            width: 140px;
            margin: 20px 18px;
            vertical-align: top;
            display: none;
        }
        .s_related_apps .related_app_box.show_app_box {
            display: inline-block;
            vertical-align: top;
        }
        .s_related_apps .related_app_box.show_app_box:hover {
            text-decoration: none;
        }
            .s_related_apps img {
                border-radius: 30px;
                width: 130px;
                height: 130px;
                display: inline-block;
                vertical-align: top;
            }
            .s_related_apps h3 {
                padding-top: 20px;
                line-height: 1.25em;
                font-size: 16px;
                color: #212121;
            }
        .s_related_apps .sc_show_more_related_apps_row {
            padding-top: 5px;
        }
            .s_related_apps .sc_show_more_related_apps_btn {
                background-image: url("../storage/images/industry-page-2017-2/show-more-arrow.png");
                background-repeat: no-repeat;
                background-position-x: right;
                padding-right: 26px;
                font-size: 20px;
                line-height: 1em;
                background-position-y: 3px;
                color: #9e9e9e;
                display: inline-block;
            }
         

/*
    Industy section 4
    .s_related_apps
*/
.s_industry_main_text_description {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 0 75px 0;
    text-align: center;
}
    .kp_text_with_cut-main-box {

    }
     
      
 
.s_other_industries {
    background-color: #039be5;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 55px;
}
    .s_other_industries .sc_main_h {
        text-align: center;
        font-size: 36px;
        padding-bottom: 32px;
        font-weight: 100;
        color: #fff;
    }

    .s_other_industries .our_industries_feature {
        text-align: center;
        margin-bottom: 55px;
    }

    .s_other_industries .mainIndustries_desktop {
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
    }
        .s_other_industries .mainIndustries_desktop .industry-owl-item {
            width: 175px;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            margin-bottom: 20px;
        }
            .s_other_industries .mainIndustries_desktop .industry-owl-icon {
                width: 150px;
                height: 150px;
                border-radius: 150px;
                border: none; 
                display: inline-block;
                vertical-align: top;
            }
            .s_other_industries .industry-owl-icon-mobile {
                display: none;
            }
        
            .s_other_industries .mainIndustries_desktop .industry-owl-item:hover .industry-owl-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);
            }

            .s_other_industries .mainIndustries_desktop .industry-owl-title {
                color: #fff;
                font-size: 16px;
                font-weight: 100;
                line-height: 1.3em;
                width: 80%;
                padding-top: 20px;
                display: inline-block;
            }
    
    .s_other_industries .owl-theme .owl-controls .owl-page span {
        background: #fff;
    }
    .s_other_industries .owl-theme .owl-controls .owl-page span:hover {
        background: #fff;
        opacity: 0.6;
    }

    /*.s_other_industries .show_all_mob_industries_row {
        display: none;
    }*/

    /* 
        mobile industry list 

    */
    
    .s_other_industries .allIndustries_mobile .industry-owl-icon {
        display: none;
    }
    .s_other_industries .allIndustries_mobile .industry-owl-icon-mobile {
        display: inline-block;
    }
    .s_other_industries_mobile .show_all_mob_industries_row {
        display: block;
        text-align: center;
        color: #fff;
        padding: 40px 26px 20px 10px;
    }
        .s_other_industries_mobile .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;
        }
    
    .s_other_industries .allIndustries_mobile .industry-owl-item {
        background-position: calc(100% - 20px) 50%;
        display: block;
        /*display: none;*/
        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;
    }
    
    /*.s_other_industries .allIndustries_mobile .industry-owl-item:nth-child(-n+4) {
        display: block;
    }*/

        .s_other_industries .industry-owl-icon-mobile {
            width: 70px;
            height: 70px;
            margin-right: 20px;
            border-radius: 70px;
            overflow: hidden;
        }

        .s_other_industries .allIndustries_mobile .industry-owl-title {
            font-size: 22px;
            line-height: 60px;
            font-weight: 100;
            padding-top: 0;
            display: inline-block;
            line-height: 1.2em;
            vertical-align: middle;
            color: #fff;
            width: calc(100% - 110px);
            
        }

/*
    ==================================================================
    LAYOUT FIXES AND PATCH
    ==================================================================
*/

@media screen and (max-width: 1024px) {
    #content {
        padding-top: 0;
    }

    .s_heading {
        height: 350px;
    }
        .s_heading .sc_run_video_btn {
            opacity: 1;
        }
    .s_features {
        padding-top: 59px;
    }
    .s_related_apps {
        padding-top: 45px;
    }
    .s_related_apps .sc_related_apps_box {
        padding: 25px 0 30px 0;
    }
    
    .s_industry_main_text_description {
        max-width: 100%;
        padding: 30px 0 75px 0;
        box-sizing: border-box;
    }
    .kp_text_with_cut-main-box {
        width: 100%;
    }

    .s_heading h1#title,
    .s_related_apps .sc_main_h,
    .s_other_industries .sc_main_h {
        font-size: 29px;
    }
    .s_heading .sc_sub_h {
        font-size: 26px;
    }
    
    .s_other_industries {
        padding-top: 45px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 990px) {
    .owl-carousel .owl-wrapper-outer {
        height: 200px;
    }
}
@media screen and (max-width: 979px) {
    .s_heading {
        padding: 60px 30px 50px 30px;
        height: auto;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 900px) {
    .s_other_industries .mainIndustries_desktop {
        max-width: 700px;
    }
}    


@media screen and (max-width: 767px) {
    .s_heading h1#title, 
    .s_related_apps .sc_main_h, 
    .s_other_industries .sc_main_h {
        padding-left: 14px;
        padding-right: 14px;
    }

    footer .footer1 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 699px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .s_heading {
        background-image: none !important;
    }
    .s_features {
        background-color: #f5f5f5;
        padding-bottom: 50px;
        margin-top: 50px;
    }

    .s_related_apps {
        padding-top: 55px;
    }
        .s_related_apps .sc_main_h {
            padding-bottom: 20px;
        }
        .s_related_apps .related_app_box {
            box-sizing: border-box;
            text-align: left;
            width: 100%;
            margin: 0;
            padding: 20px 30px 20px 30px;   
            border-bottom: 1px solid #eeeeee;
        }
        .s_related_apps .related_app_box:first-child {
            border-top: 1px solid #eeeeee;
        }

        .s_related_apps .related_app_box.show_app_box {
            display: block;
        }
        
            .s_related_apps .related_app_box br {
                display: none;
            }
            .s_related_apps .related_app_box img,
            .s_related_apps .related_app_box h3 {
                display: inline-block;
                vertical-align: middle;
            }
            .s_related_apps .related_app_box img {
                width: 70px;
                height: 70px;
                border-radius: 15px;
                margin-right: 20px;
            }
            .s_related_apps .related_app_box h3 {
                margin-top: 0;
                padding-top: 0;
                width: calc(100% - 100px);
                font-size: 22px;
                font-weight: 100;
            }

    .s_other_industries .sc_main_h {
        line-height: 1.3em;
    }
}

@media screen and (max-width: 490px) {
    .s_other_industries .owl-carousel .item img {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .s_heading h1#title, 
    .s_related_apps .sc_main_h, 
    .s_other_industries .sc_main_h {
        font-size: 26px;
    }

    .s_heading {
        padding: 60px 30px 33px 30px;
    }
        .s_heading .sc_main_h_and_sub_h_row {
            padding-top: 40px;
        }
            .s_heading h1#title,
            .s_heading .sc_sub_h {
                line-height: 1.3em;
            }
            .s_heading .sc_sub_h {
                font-size: 20px;
            }

            .s_heading .sc_run_video_btn {
                margin-top: 10px;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

    .s_features {
        padding-top: 40px;
        padding-bottom: 25px;
    }
        .s_features .sc_main_h {
            font-size: 20px;
            padding-bottom: 18px;
            padding-left: 15px;
            padding-right: 15px;
        }

    .s_related_apps .related_app_box {
        padding: 20px 10px 20px 20px;
    }
        .s_related_apps .related_app_box h3 {
            font-size: 20px;
        }
    
    .s_industry_main_text_description {
        padding: 56px 10px 41px 10px;
    }

    .s_other_industries .sc_main_h {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .s_other_industries .allIndustries_mobile .industry-owl-item {
        padding: 20px 15px;
    }

    
}

@media screen and (max-width: 340px) {
    .s_heading {
        height: auto;
    }
    .s_related_apps .related_app_box {

    }

    .s_other_industries .industry-owl-icon-mobile {
        margin-right: 10px;
    }
    
    .s_related_apps .related_app_box h3, 
    .s_other_industries .allIndustries_mobile .industry-owl-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
   .s_other_industries .owl-carousel .industry-owl-icon {
        width: 140px;
        height: 140px;
        border-radius: 140px;
    }
}