@charset "utf-8";

/***General***/
body {
    background: #f5f5f5;
    color: #0d2e56;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 48px;
}

h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 32px;
    display: inline-block;
    border-bottom: solid 5px #0d2e56;
}
h3 {
    font-size: 24px;
    ;
}
h4 {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    background: #0d2e56;
}
h5 {
    padding-top: 20px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
p {
    font-weight: bold;
    line-height: 2rem;
    padding: 20px 0;
}
.stext {
    font-size: 12px;
    line-height: normal;
}
.info {
    padding: 40px 0;
}
.bggr {
    background-color: #d1e9da;
}
.ul {
    border-bottom: solid 2px #0d2e56;
}
/***Header***/
header {
    background-color: #f5f5f5;
}

nav {
    height: 100px;
    padding: 0 30px;
    background: #f5f5f5;
}

nav li {
    padding: 10px 30px;
}

nav li a {
    font-weight: bold;
    color: #0d2e56;
}

.navbar-collapse {
    background: #f5f5f5;
}

.navbar-brand {
    width: 150px;
}

.navbar-toggler {
    border: none;
    background-color: #f5f5f5;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,46,86,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/***Mainvis***/
.mainvis {
    background-color: #d1e9da;
}

.mainvis img {
    padding: 40px 0;
}

@media only screen and (max-width:991px) {
    h1{
        text-align: center;
    }
    .brsp {
        display: none;
    }
}
@media only screen and (max-width:767px) {
    h1{
        font-size: 32px;
    }
}

/***Sec1***/

/***Sec2***/
.concept {
    margin-top: 50px;
}
.concept .box {
    padding: 40px 20px 0 20px;
    background: #fff;
    margin-bottom: 30px;
    border: solid 3px #0d2e56;
}
.box p {
    margin-bottom: 0;
}
.emblem img{
    height: 500px;
}
/***Sec3***/
.caution li {
    line-height: 2rem;
    margin: 15px 0px 30px 0;
    font-weight: bold;
}
/***Sec4***/
.prof {
    margin-bottom: 20px;
}

.prof .disc{
    padding:0;
}
.prof img {
    width: 80%;
}
.prof .red{
    color: red;
}
.prof a{
    color: #0d2e56;
}
.item {
    padding-top: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width:575px) {
    .prof img {
        width: 100%;
    }

}

/***Sec5***/

.tabitem {
    width: 50%;
    background: #fff;
    margin-bottom: 40px;
}

.tabitem a {
    color: #aaaaaa;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0d2e56;
}

.nav-pills .nav-link {
    border-radius: 0;
}

@media only screen and (max-width:575px) {
    .tabitem a {
        font-size: 16px;
    }
}