.ln_main_Ttl{
    background: url("../images/contact_us_essar.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 90%;
    position: relative;
}
.ln_main_Ttl:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
    display: block;
    position: absolute;
    z-index: 1;
}
.ln_main_Ttl .ln_ttl{
    position: relative;
    z-index: 2;
    text-align: center;
}
.ln_main_Ttl .ln_ttl .wrp{    padding: 25px 0px;}
.ln_main_Ttl .ln_ttl .wrp h1{
    margin: 0px 0px 10px;
    color: #fff;
    text-shadow: 0px 0px 2px #333333;
    font-size: 32px;
}
.ln_main_Ttl .ln_ttl .wrp p{
    margin: 0px;
    color: #fff;
    font-size: 17px;
}
.ln_main_Ttl .ln_ttl .wrp p a{    color: #FF9800;}

.error{
    font-size: 12px;
    color: red;
    display: none;
}

.has-error .error{display: block;}



.ln_main_view{margin: 30px 0px;}
.ln_main_view .ln_corp_off{}
.ln_main_view .ln_main_head{}
.ln_main_view .ln_main_head .colortext{
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 300;
}
.ln_main_view .ln_main_head .divider{
    border: 0;
    margin: 10px 0;
    height: 3px;
    border-top: #146794 1px solid;
    border-bottom: #146794 1px solid;
    text-align: center;
    position: relative;
    clear: both;
}


.ln_address{    padding: 5px 10px;}
.ln_address ul{}
.ln_address ul li{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.ln_address ul li .fa{
    width: 25px;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    color: #bdbdbd;
}





.off_add{}
.off_add .off_loc{
    background-color: #045ead;
    color: #fff;
    padding: 10px;
}
.off_add .off_loc h2{
    margin: 0px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.off_add .ln_address{
    background-color: #f9f9f9;
    padding-top: 10px;
}

.ln_content .owl-nav{
    position: absolute;
    top: -53px;
    right: 10px;
}
.ln_content .owl-nav .owl-prev,
.ln_content .owl-nav .owl-next{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e4e4e;
    color: #fff;
    font-size: 19px;
    margin-right: 2px;
    opacity: 0.8;
}

.ln_content .owl-nav .owl-prev:hover,
.ln_content .owl-nav .owl-next:hover{opacity: 1;}



.ln_content .ln_cnt_frm{    padding: 0px 5px;}
.ln_cnt_frm .form-control{
    border-radius: 1px;
    font-size: 14px;
    color: #000;
    height: 36px;
}
.ln_cnt_frm textarea{
    max-width: 100%;
    min-height: 50px;
    max-height: 200px;
}
.ln_cnt_frm .btn{
    border-radius: 1px;
    font-size: 17px;
    background-color: #de901c;
    border-color: #c17a0f;
    font-weight: bold;
    padding: 4px 15px 5px;
    box-shadow: inset 0px 1px 4px #f9b653, 0px 1px 3px #929292;
}