

.home_section{
    margin: 15px 0 0;
}
.home_section .col-sm-8{

}
.home_section .logo_div{
    float: right;
    margin: 0 0 15px;
}
.home_section .banner_text{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 10px;
    float: right;
    margin: 15px auto;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
}
.home_section .banner_text h1{
    line-height: 36px;
    margin: 0;
}
.home_section .banner_text p{
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0 7px;
}
.home_section .col-sm-4{

}
.home_section .col-sm-4 img{
    margin: -11px 0 0;
}
.home_section2{

}
.home_section2 .col-sm-6{
    padding: 0;
}
.home_section2 .bg1{

}
.home_section2 .widget_div{
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
}
.home_section2 .widget_div h3{
    color: #001c3a;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    padding: 0px;
}
.home_section2 .widget_div img{
    margin: 10px 0;
}
.home_section2 .widget_div a{
    background: #011c3a none repeat scroll 0 0;
    border: 1px solid #e1e4e8;
    border-radius: 100%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
    color: #fff;
    display: block;
    font-size: 23px;
    font-weight: bold;
    height: 160px;
    margin: 8px auto 0;
    padding: 50px 0 0;
    text-transform: uppercase;
    width: 160px;
}
.home_section2 .widget_div a:hover{
    background: #fff;
    border: 1px solid #002e61;
    color: #002e61;
}
.inner_section{
    background: #002e60 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
}
.inner_section h2{
    color: #fff;
    font-size: 51px;
    font-weight: bold;
    margin: 10px 0 0;
    text-decoration: none;
}
.inner_section h3{
    color: #fff200;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}
.inner_section p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0;
}
.inner_section2{
    background: #fff;
    padding: 20px;
}
.inner_section2 p{
    color: #3e3030;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.footer_div{
    background: #5B5C5E;
    padding: 25px 0;
}
.footer_div p{
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-align: center;
}


