@charset "utf-8";

@import "fonts.css";
/*shahid*/
.heading_btn a {
    background: #ad1919;
    color: #fff;
    padding: 15px 43px;
    border-radius: 4px;
    font-weight: 600;
}
.heading_btn {
    float: right;
    margin-top: -3rem;
}

/*end shahid*/
/*CSS Document*
/*Default CSS*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    border: none;
}

body, html {
    height: 100%;
}

body {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 400;
    color: black;
    overflow-x: hidden;
    background: #efefef;
}

a, input {
    color: #000000;
}

iframe {
    border: 0;
    margin: 0!important;
}

p {
    margin: 0;
    padding: 0
}

a {
    color: #000000;
    outline: 0
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: white;
}

a:focus {
    text-decoration: none;
}

span.color {
    color: #fc1f1f;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: black;
}

p a, p strong {
    color: #000000 !important;
    font-weight: 700;
}

p a {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.btn:focus {
    color: #f68301;
    outline: none;
    background: #1f1f1f;
}

.no_pad {
    padding: 0!important;
}

.no_mg {
    margin: 0!important;
}

.no_mg_lt {
    margin-left: 0!important;
}

.no_mg_rt {
    margin-right: 0!important;
}

.no_mg_top {
    margin-top: 0!important;
}

.no_mg_bot {
    margin-bottom: 0!important;
}

.no_pad_lt {
    padding-left: 0!important;
}

.no_pad_rt {
    padding-right: 0!important;
}

.no_pad_top {
    padding-top: 0!important;
}

.no_pad_bot {
    padding-bottom: 0!important;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.pad_rt_15 {
    padding-right: 15px;
}

/*/Default CSS*/


/*Main CSS*/

.section {
    padding: 110px 0;
}

.main_wrapper {
    width: 620px;
    margin: 0 auto;
}

.topic_head {
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(66, 107, 193, 0.30);
    background: #dbeefb;
    padding: 15px;
    margin-bottom: 15px;
}

.topic_icon {
    width: 30px;
    overflow: hidden;
    margin: 0 10px;
    line-height: 30px;
}

.topic_icon img {
    width: 100%;
    height: auto;
}

.topic_title h1 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 2px;
}

.topic_body {
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(66, 107, 193, 0.30);
    background: white;
    padding: 30px;
}

.topic_body h1 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
    color: #114c90;
}

.topic_body span {
    display: block;
    padding: 15px 0;    
}

.btn_wrap {
    padding-top: 15px;
    display: flex;
}

.enc {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.button {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: white;
    background: blue;
    border-radius: 5px;
    margin-right: 20px;
}

.button.sky {
    background: #f32020;
}
.button.red {
    background: #6fa8dc;
}

.button.orrange {
    background: #ff9900;
}

.button.green {
    background: #6aa84f;
    margin-right: 0;
}

.topic_footer {
    border-radius: 0 0 5px 5px;
    border-right: 1px solid rgba(66, 107, 193, 0.30);
    border-bottom: 1px solid rgba(66, 107, 193, 0.30);
    border-left: 1px solid rgba(66, 107, 193, 0.30);
    background: #e8e8e8;
    padding: 15px;
    display: flex;
    justify-content: flex-end;   
}

.topic_title h2,
.topic_title h3 {
    font-size: 11px;
    font-weight: 700;
    color: #666666;
}

.topic_title h2 {
    padding-bottom: 5px;
}

.topic_title h3 span {
    color: #0066cc;
}

.copyright {
    font-size: 11px;
    color: #a3a3a3;
    display: block;
    padding-top: 10px;
}

/*/Main CSS*/