@import url(../../css_3c9c6cf8f661eedd.css);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Mukta', sans-serif;
    font-size: 100%;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background: #f1f1f1;
    -webkit-print-color-adjust: exact;
}

.frame-outer {
    position: relative;
    width: 780px;
    margin: 1.3rem auto;
    background: #0088C0 url(bg.jpg) no-repeat right bottom;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.875rem;
    padding: 0rem;
    overflow: hidden;
}
.frame-outer_rot {
    position: relative;
    width: 780px;
    margin: 1.3rem auto;
    background: #310600 url(bg_rot.jpg) no-repeat right bottom;
    border: 0.02rem solid #A7A9A4;
    box-shadow: -0.1rem 0.1rem 1rem #999;
    font-size: 0.875rem;
    padding: 0rem;
    overflow: hidden;
}


p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.6rem;
    line-height: 1.1;
    margin: 0 0 1rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    display: none;
    font-weight: normal;
    color: #00385C;
}

h3 {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    color: #00385C;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 1.25rem;
    list-style: none;
}

li {
    padding: 0rem 0rem 0rem 0.9rem;
}

li::before {
    content: "•";
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
    float: left;
    top: 0.15rem;
    margin-left: -0.9rem;
    font-family: Arial, sans-serif;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.header {
    padding: 0rem 0rem 0rem;
}

.content {
    padding: 2rem 2.35rem 1.5rem;
}

.title_img {
    width: 8.5rem;
    position: absolute;
    right: 3rem;
    top: 2.5rem;
}
/*--Flex--*/
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*align-items: flex-start;*/
  flex-direction: row;
  flex-wrap: wrap;
}
.left {
  margin: 0;
  padding: 0;
  width: 49%;
}
.right {
  margin: 0;
  padding: 0;
  width: 49%;
}

.info {
    text-align: center;
    width: 10rem;
    position: absolute;
    right: 1.25rem;
    top: 15.5rem;
}

.info img {
    width: 4.5rem;
    display: block;
    margin: 0 auto 0.5rem;
}

.footer {
    padding: 0rem 0rem 0rem;
    position: absolute;
    right: 1.7rem;
    bottom: 2rem;
}

.img_lg {
    max-width: 4.5rem;
    width: 100%;
    margin-right: 1.5rem;
}

.logo_img {
    max-width: 12.5rem;
    width: 100%;
}

.sociable {
    margin-top: 1.5rem;
    text-align: right;
}

.sociable img {
    width: 2rem;
}

.sociable a {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.938rem;
}

.sociable a strong {
    font-weight: 600;
}

.footer a {
    color: #054892;
}

.justifier {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}
.refnr {}

.apply {}
