﻿body {
    width:100%;
}

.container_width {
   width: 100%!important;

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.text-uppercase {
    text-transform: uppercase!important;
}
h2 {
    font-size: 26px;
    line-height: 35px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #0F3661;
    font-weight: 700;
    margin-bottom: 20px;
}


.line_1 {
    width: 200px;
    margin-top: 10px;
}


.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    display: block;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}

.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    display: block;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}

.line_1, .line_2, .line_3, .line_1-1, .line_2-2, .line_3-3 {
    display: block;
    height: 1px;
    background: #dbdbdb;
    position: relative;
}

.about-sev-tag p {
    padding-bottom: 15px;
    line-height: 28px;
    padding-top: 10px;
}


.color_red {
    color: #ffb007;
}



.readmore a {
    color: red;
    text-decoration: none;
    float: right;
    padding-top: 20px;
    font-size: 17px;
}


.readmore a:hover{
    color: #0f3661;
    text-decoration: none;
    float: right;
    padding-top: 20px;
    font-size: 20px;
}



/*LATEST NEWS START*/


                        .news {
                        height: 450px;
                        float: left;
                        background: #0f3661;
                        padding: 0 20px;
                        }
                        .news .news_head {
                        font-size: 30px;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: "Montserrat", sans-serif;
                        margin-top: 10px;
                        margin-bottom: 25px;
                        }
                        .news ul {
                        margin: 0px;
                        padding: 0px;
                        list-style: none;
                        }
                        .news ul li {
                        padding-left: 35px;
                        background: url(../images/MSN_News_icon.png) no-repeat left top;
                        border-bottom: solid 1px #CCCCCC;
                        padding-bottom: 16px;
                        margin-bottom: 7px;
                        }
                        .news ul li .date {
                        font-size: 14px;
                        color: #000000;
						line-height:25px;
                        font-family: "Montserrat", sans-serif;
                        margin-bottom: 5px;
                        }
                        .news ul li a:hover {
                        font-size: 14px;
                        color: gold;
                        font-family: "Montserrat", sans-serif;
                        text-decoration: none;
                        }
                        .news ul li a {
                        font-size: 14px;
                        color: white;
						line-height:25px;
                        font-family: "Montserrat", sans-serif;
                        text-decoration: none;
                        }
                        .news .viweall:hover {
                        color: crimson;
                        font-size: 16px;
                        font-family: "Montserrat", sans-serif;
                        }
                        .news .viweall {
                        text-decoration: none;
                        color: #000;
                        font-size: 16px;
                        font-family: "Montserrat", sans-serif;
                        float: right;
                        }



