@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;800;900&display=swap');
@import url('bootstrap.min.css');
@import url('all.min.css');
@import url('aos.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('jquery.fancybox.min.css');
/*font-family: 'Maven Pro', sans-serif;*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****Reset CSS*****/
body {
	font-family: 'Maven Pro', sans-serif;
    color: #0d103a;
	font-weight:400;
}
a, a:hover, a:focus {
	color: inherit;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
.header-wrapper {
    padding: 10px 0 0 0;
    background: #0d103a;
}
.header-wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}
.header-wrapper h2 span {
	text-transform: uppercase;
}
.header-wrapper p {
    color: #559fd6;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.main-wrapper {
    background: #c7cce6;
    padding: 50px 0 20px 0;
}
.main-wrapper h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}
.ir-box {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #0d103a;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.ir-box > h2 {
    font-size: 20px;
    font-weight: 500;
    background: #0d103a;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}
.ir-box > div {
	margin: 30px;
}
.center-form label {
	font-weight: 500;
}
.center-form .form-control {
    background: #c7cce6;
    border-radius: 0;
    color: #0d103a;
	margin-top: 10px;
    border-radius: 20px;
}
.center-form input[type="submit"] {
    background: #0d103a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 0;
    line-height: normal;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    border-radius: 20px;
}
.center-form input[type="submit"]:hover {
    background: #0b6ab5;
}
.center-txt {
    background: #c7cce6;
	padding: 30px;
    border-radius: 20px;
    height: calc(100% - 110px);
}
.center-txt h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 10px;
}
.center-txt p {
    line-height: 24px;
}
.center-txt p strong {
    font-weight: 600;
}
.footer-wrapper {
    background: #0e69b9;
    padding: 30px 0;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.left-panel {
    background: #0d103a;
    width: 180px;
    padding: 15px;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
}
.top-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 180px);
    z-index: 9;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 20%);
    padding-bottom: 20px;
}
.top-bar ul {
    text-align: right;
    background: #0b6ab5;
    padding: 15px;
}
.top-bar ul li {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}
.top-bar ul li a {
    color: #fff;
}
.top-bar h2 {
    font-size: 30px;
    font-weight: 500;
    padding: 15px;
}
.top-bar ol {
    margin-left: 15px;
    font-weight: 500;
}
.top-bar ol li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.top-bar ol li:last-child {
    margin-right: 0;
}
.top-bar ol li:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -15px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
}
.top-bar ol li:last-child:after {
    display: none;
}
.main-wrap {
    background: #c7cce6;
    position: absolute;
    right: 0;
    top: 142px;
    padding: 30px;
    width: calc(100% - 180px);
    overflow: auto;
    height: calc(100% - 142px);
}
.report-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}
.report-box:last-child {
    margin-bottom: 0;
}
.report-box h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.report-box table {
    width: 100%;
    color: #0d103a;
    font-weight: 500;
}
.report-box tr  {
    border-bottom: 1px solid #0b6ab5;
}
.report-box tr:last-child  {
    border-bottom: 0;
}
.report-box tr:nth-child(2n)  {
    background: #f1f3ff;
}
.report-box th, .report-box td  {
    padding: 10px 15px;
}
.report-box th {
    color: #0b6ab5;
}
.report-box table a {
    background: #0d103a;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.report-box table a:hover {
    background: #0b6ab5;
}
@media only screen and (max-width: 767px) {
    .header-wrapper {
        padding: 20px 0;
    }
    .header-wrapper .container {
        display: block;
        text-align: center;
    }
    .header-wrapper img {
        width: 100px;
    }
    .header-wrapper p {
        text-align: center;
        margin-top: 20px;
    }
    .main-wrapper {
        padding: 30px 0 0 0;
    }
    .main-wrapper h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .ir-box {
        height: auto;
    }
    .ir-box > div {
        margin: 15px;
        height: auto;
    }
    .center-txt {
        padding: 15px;
    }
    .left-panel {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        overflow: hidden;
    }
    .left-panel img {
        width: 100px;
    }
    .top-bar {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        box-shadow: none;
    }
    .main-wrap {
        position: relative;
        right: auto;
        top: auto;
        padding: 15px;
        width: auto;
        height: auto;
    }
    .report-box {
        padding: 15px;
    }
    .report-box h3 {
        text-align: center;
    }
    .report-box th, .report-box td {
        display: block;
        text-align: center;
        padding: 10px;
        word-break: break-all;
    }	
}