@charset "utf-8";

/*
 * Copyright (c) 2018 ITAcumens
 */

@import url(bootstrap.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
* {
    margin: 0px;
    padding: 0px;
    outline: none !importane;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;
    background: #f1f1f1;
}

#header {
    padding: 50px 0px;
    position: relative;
}

#header h1 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.content_bg {
    background: #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ddd;
}

.content_bg h2 {
    margin: 0px 0px 20px;
}

.content_bg.mn_hgt{
    min-height:715px;
    text-align:inherit;
        padding: 20px 45px;
}

.content_bg.mn_hgt p{
margin-bottom:20px;
text-align:left;
    border-bottom: 1px solid #bbb;
    padding-bottom:10px;
}

.content_bg.mn_hgt p:last-child{
    border-bottom:0px;
}

/*.content_bg.mn_hgt a{*/
/*        color: #fff;*/
/*    text-decoration: none;*/
/*    background: #5bc0de;*/
/*    display: inline-block;*/
/*    padding: 5px;*/
/*    border-radius: 5px;*/
/*    margin-top:5px;*/
/*}*/

.link_txt {
    font-size: 22px;
    font-weight: 700;
    padding-top: 30px;
padding-bottom:20px;
    display: inline-block;
}

.link_txt:hover,
.link_txt:focus,
#header a:hover,
#header a:focus {
    text-decoration: none;
}