/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 Nov, 2016, 1:52:26 PM
    Author     : TEST
*/

.ws_control_pnl{
    background-image: url(../images/controlPanel.jpg);
    color: #353535;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 480px;
    color: #fff;
}
.ws_control_pnl:after {
    content: "";
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.49);
    width: 100%;
    height: 100%;
    right: 0px;
}
.ws_control_pnl .header-content{
    padding: 135px 25px 30px;
    position: relative;
    z-index: 2;
}
.ws_control_pnl .ws_crtl_btm_btn{
        position: absolute;
    bottom: 53px;
    left: 50%;
    color: #000;
    z-index: 2;
    font-size: 26px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
}
.header-content .title{
        font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.header-content .subtitle{
        font-size: 24px;
    line-height: 31px;
    color: #fff;
}



.ws_ctrl_sec2{
        padding: 50px 0px 70px;
}
.ws_ctrl_sec2_info{margin-bottom: 30px;}
.ws_ctrl_sec2_info p{
    font-size: 31px;
    line-height: 40px;
        color: #848484;
}
p strong{
    color: #333;
    font-weight: 500;
}
p.box-it{
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 19px;
    font-weight: 500;
}
.ws_ctrl_sec2_info button{
    text-transform: uppercase;
    font-size: 19px;
    padding: 9px 20px;
}



.ws_ctrl_tbs{text-align: center;    margin-bottom: -49px;}
.ws_ctrl_tbs .nav-tabs{
        border: none;
    display: inline-block;
        background-color: #55136e;    
        position: relative;
}
.ws_ctrl_tbs .nav-tabs:after{
    content:"";
}
.ws_ctrl_tbs .nav-tabs:before{
    content:"";
}
.ws_ctrl_tbs .nav-tabs > li {
    margin-bottom: 0px;
}
.ws_ctrl_tbs .nav-tabs li{}
.ws_ctrl_tbs .nav-tabs li a{
        font-size: 15px;
    color: #fff;
    border-radius: 0px;
    border: none;
    margin: 0px;
    
    text-transform: uppercase;
    width: 195px;
    padding: 15px;
}
.ws_ctrl_tbs .nav-tabs li a:hover{
        background-color: #1d0825;
    color: #fff;
}
.ws_ctrl_tbs .nav-tabs li.active a{
    border: none;
    border-radius: 0px;
    background-color: #1d0825;
        position: relative;
}
.ws_ctrl_tbs .nav-tabs li.active a:after{
        content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    color: #1d0825;
    font-size: 78px;
    bottom: -17px;
    left: 40%;
    line-height: 28px;
}




.tab-content{}
.ws_tb_sec1{
    padding: 100px 0px 50px;
    background-color: #f5f5f5;
}
.ws_img_lst{    text-align: center;}
.ws_img_lst img{    max-width: 100%;}
.tab-content figcaption{
    max-width: 275px;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.tab-content .txt-xxl{
        margin: 0px;
    font-size: 36px;
    color: #4c4c4c;
    font-weight: 500;
    line-height: 49px;
}
.tab-content .txt-xxl strong{
        font-weight: bold;
    color: #000;
}

.ws_tb_sec2{
    padding: 50px 0px;
    background-color: #fff;
}