/* YOUR CUSTOM STYLES */

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #181919;
    background: #ffffff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

a {
    color: #151359;
    outline: 0;
    text-decoration: none;
	font-weight:600;
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #151359;
    text-decoration: none;
    outline: 0
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 0 0 12px 0;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    padding: 0 0 20px 0;
    margin: 0
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 600;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
        line-height: 1.6em;
    }

    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.container {
    max-width: 1170px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 940px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

.container_main {
    width: 100%;
    float: left;
    background: #ffffff;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?b42dm1');
  src:  url('../icon-fonts/icomoon.eot?b42dm1#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?b42dm1') format('truetype'),
    url('../icon-fonts/icomoon.woff?b42dm1') format('woff'),
    url('../icon-fonts/icomoon.svg?b42dm1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-img-2 .path1:before {
  content: "\e903";
  color: #16880b;
}
.icon-img-2 .path2:before {
  content: "\e904";
  color: #f8f8f8;
  margin-left: -1em;
}
.icon-img-2 .path3:before {
  content: "\e905";
  color: #f99c35;
  margin-left: -1em;
}
.icon-img-2 .path4:before {
  content: "\e906";
  color: #101085;
  margin-left: -1em;
}
.icon-img-2 .path5:before {
  content: "\e907";
  color: #9ea7c6;
  margin-left: -1em;
}
.icon-letter:before {
  content: "\e900";
}
.icon-pin .path1:before {
  content: "\e901";
  color: rgb(252, 252, 252);
}
.icon-pin .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(244, 244, 244);
}
.icon-pause:before {
  content: "\ea16";
}
.icon-img-2{
	font-size:37px;
}




.out {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto
}

.in {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}


.btn {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden
}

.info-left {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    background:url(../img/bg.jpg) no-repeat bottom center/100%;
    background-size: cover;
}
.resend-otp{
    margin-top: 30px;
}
.resend-otp b{
    color: #fff;
}
.resend-otp a{
    text-decoration: underline;
    color: #fff;
}
.resend-otp p{
    padding: 0;
}
.logo {
    position: relative;
    top: 24px;
}
.logo img{
	max-width:350px;
	width:100%;
	margin-top:0;
	
}
.over-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	padding:20px;
}
.social-icon{
	width:100%;
	float:left;
	margin-top: 60px;
    margin-bottom: 70px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.socialSec ul li:last-child{
	margin-right:0;
}
.socialSec ul li {
    width: auto;
    display: inline-block;
    margin: 0 30px 0 0;
}
.socialSec ul li a{
	width:60px;
	height:60px;
	display: inline-block;
}
.socialSec ul li a i {
    color: #FFF;
    text-decoration: none;
    background:transparent;
    border-radius: 200px;
    text-align: center;
	font-size:33px;
    line-height: 35px;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 5px;
	color:#f7f7f7;
}

.socialSec ul li:nth-child(3) a i {
    color: #f7f7f7;
	font-size:32px;
}
.social-text {
    display: inline-block;
    margin: 4px 15px 0 0;
}
.socialSec ul li:nth-child(4) a i {
    color: #f7f7f7;
}

.socialSec p {
    color: #f7f7f7;
    padding-bottom: 5px;
}
.social-text {
    display: inline-block;
    margin: 4px 15px 0 0;
}

.footer{
	width:100%;
	float:left;
	text-align:center;
	position:absolute;
	bottom:20px;
}
.footer p {
    padding: 0 0 0px 0;
    color: #e3ecf7;
    opacity: 0.7;
    font-weight: 200;
	font-size:13px;
}
.location{
	
	background-size:29px;
}
.id {
    font-size: 16px;
    font-weight: 600;
    color: #17095e;
    padding: 6px 24px;
    width: 200px;
    text-align: center;
    /* border: 1px solid #3e526b; */
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    color: #17095e;
    text-transform: uppercase !important;
}
.office-address p{
    color: #ffffff;
    text-align: left;
    padding-bottom: 7px;
    font-size: 16px;
    width: 100%;
    float: left;
}
.id.score-id{
    width: 230px;
}
.id.score-id{
    margin-top: 15px;
}
.office-address h4{
    text-align: left;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
    padding-bottom: 8px;
    float: left;
}
.logo h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}
/* charles */
.login_card {
    max-width: 35%;
    margin: auto;
    margin-top: 30px;
    padding: 40px 30px;
    border-radius: 5px;
    background-image: 
    url(../img/noise.png), 
    radial-gradient(62.9% 100% at 0 0, rgba(10, 49, 97, 0.15) 0%, rgba(10, 49, 97, 0.1) 50%, rgba(255, 255, 255, 0) 100%), 
    radial-gradient(62.9% 100% at 100% 100%, rgba(10, 49, 97, 0.15) 0%, rgba(10, 49, 97, 0.1) 50%, rgba(255, 255, 255, 0) 100%), 
    linear-gradient(0deg, rgba(10, 49, 97, 0.1), rgba(10, 49, 97, 0.2), rgba(30, 27, 21, 0.05));

    background-color: #1A4D91    ;


   
}
.form-group input{
    background: #0a3161;
    border:1.5px solid #1c539e ;
    border-radius: 5px;
    padding: 10px;
    padding-left: 20px;
    color: #e3effe;
    
}
.form-group input::placeholder {
    color: #a2cafc;
    opacity: 1; 
}
.form-control:focus {
    color: #e3effe;
    background: #0a3161;
    border:1.5px solid #e3effe ;
    outline: 0;
}
.login_header {
    margin-bottom: 50px;
    text-align: left;
}
.login_header p{
    padding: 0;
}
.login_card h2{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 32px;
    margin-bottom: 5px;
   
}
.login_card p{
    color: #e2efff;
}
.logo.margin-bottom {
    top: 0;
}
.logo.margin-bottom img{
    max-width: 290px;
}
.custom-border{
    border-radius: 5px;
    border-color: hsl(38 20% 24% / .5);
    border-width: 2px;
    inset: -.375rem;
    position: absolute;
}
.login_card label{
    text-align: left;
    width: 100%;
    color: #e2efff;
    margin-bottom: 5px;
}
.btn.login {
    /* font-family: 'Comfortaa', cursive; */
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 10px 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    color: #0a3161;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
}
@media (max-width: 991px) {
   
 
}

@media (max-width: 767px) {
	.socialSec ul li {
		width: auto;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	.logo img{
		max-width:280px;
	}
    .id{
        margin-top: 20px;
    }
    .social-icon {
        margin-bottom: 50px;
    }
    .office-address h4{
        float: none;
        text-align: center;
    }
    .office-address p{
        text-align: center;
        padding-bottom: 15px;
    }
}

/* landing-page- css */
.header {
    /* background: #0a3161; */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    padding: 7px 0;
    display: flex;
    align-items: center;
}
.landing_page .header nav{
    /* background-image: url(../img/noise.png), radial-gradient(62.9% 100% at 0 0, rgba(10, 49, 97, 0.15) 0%, rgba(10, 49, 97, 0.1) 50%, rgba(255, 255, 255, 0) 100%), radial-gradient(62.9% 100% at 100% 100%, rgba(10, 49, 97, 0.15) 0%, rgba(10, 49, 97, 0.1) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(10, 49, 97, 0.1), rgba(10, 49, 97, 0.2), rgba(30, 27, 21, 0.05));
    background-color: #1A4D91; */
    padding: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #1c539e;
    padding-bottom: 10px;
}
.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-header ul {
    padding: 10px 0;
}
.navbar-header ul {
    display: flex;
    align-items: center;
}
.logo-1  img{
    max-width: 200px;
}
.navbar-header ul li a {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    text-transform: uppercase;
}
.landing_page button{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 16px;
}
.landing_page button {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
}
.navbar-header ul .dropdown-list a{
    color: #0a3161;
    padding: 10px 10px;
    font-size: 14px;
}
.dropdown-list .dropdown-menu {
    padding: 0;
    border-radius: 5px  !important;
    overflow: hidden;
}
.landing_page {
    background: #0a3161;
}
.landing_page .banner {
    padding-top: 130px;
    text-align: center;
}
.landing_page .banner p{
    color: #fff;
}
.landing_page .banner h1 {
   color: #fff;
}
.nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding:  5px 15px !important;
}
.quarterly_report tr th {
    background: #fff;
    color: #0a3161;
}
.quarterly_report tr td{
    color: #fff;
}
.download_report_btn {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
}
/* .banner_content {
    max-width: 80%;
    margin: auto;
} */
 .banner_content {
    margin-bottom: 30px;
 }