body {
    font-family: 'Roboto', sans-serif;

}
.container,
.wrap {
    max-width: 1240px !important;
    margin: 0 auto;
}
.navbar-brand img {
    width: 200px;
    position: relative;
    top: -4px;
}
nav .search {
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    color: #1F252B;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 990px){
    .navbar-nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    nav .search {
        padding-left: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.hero {
    position: relative;
}
.hero .wrap {
    max-width: 1240px;
}
.log_in_block {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.log_in {
    margin-left: auto;
    width: 420px;
    display: block;
    position: relative;
    top: 100px;
    z-index: 30;
}
.hero .carousel-item {
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
} 
.hero .slide-1 {
    background-image: url("/ibascoa2/Images/login/new/hero_bg1.png");
    background-size: cover;
    background-position: center;
}
.hero .slide-2 {
    background-image: url("/ibascoa2/Images/login/new/hero_bg2.png");
    background-size: cover;
    background-position: center;
}
.hero .slide-3 {
    background-image: url("/ibascoa2/Images/login/new/hero_bg3.png");
    background-size: cover;
    background-position: center;
}
.sldier_1 {
    height: 500px;
    background-image: url("/ibascoa2/Images/login/new/hero_bg.png");
    background-size: cover;
    background-position: center;
    padding: 0 30px;
    padding-top: 130px;
    padding-right: 42%;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius:10px;
}
.carousel-indicators .active {
    opacity: 1;
    width: 13px;
    height: 13px;
    position: relative;
    top: -3px;
}
.hero h1 {
    color: #fff;
    font-size: 57px;
    font-weight: bold;
    max-width: 800px;
    padding-top: 115px;
}
@media screen and (max-width: 1160px){
    .hero h1 {
    font-size: 42px;
}
}
@media screen and (max-width: 1200px){
    .hero h1 {
        max-width: 630px;
    }
    .carousel-indicators {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1160px){
    .hero h1 {
    font-size: 42px;
}
    .sldier_1 {
        padding-top: 140px;
    }
}
@media screen and (max-width: 980px){
    .hero h1 {
    font-size: 36px;
}
    .sldier_1 {
        padding-top: 220px;
        padding-right: 50%;
    }
}






.stats {
    background-color: #234090;
    padding: 52px 0;
}
.row.space-right {
    padding-right: 450px;
}
.stats h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    margin-bottom: -10px;
}
.stats .hr {
    background: #ffffff7a;
    height: 1px;
    width: 52px;
    display: inline-block;
}
.stats p {
    color: #fff;
    font-size: 20px;
} 
@media screen and (max-width: 990px){
    .stats .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
        margin-bottom: 30px;
}
    .hero .carousel-item {
        min-height: 400px;
    }
    .hero .btn-primary {
        margin-top: 30px !important;
    }
    .modal-content {
        top: 340px !important;
    }
    .stats .col-sm-4.text-center {
        text-align: left !important;
        padding-left: 20px;
    }

}
@media screen and (max-width: 800px){
   .modal-content {
        max-width: 100% !important;
    } 
    .hero h1 {
        padding-top: 85px;
        font-size: 26px;
    }
    .stats {
        padding-top: 560px;
    }
    .stats .col-sm-4.text-center {
        text-align: center !important;
        padding-left: 20px;
    }
    .row.space-right {
        padding-right: 0;
    }
    .modal-content a.log-in-title {
        font-size: 30px;
    }
}

.help {
    padding: 160px 30px;
    background-image: url("/ibascoa2/Images/login/new/help_materials_bg.png");
    background-size: cover;
    
}
.help .contain {
    max-width: 610px;
    margin: 0 auto;
}
.help h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.help p {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    text-align: left;
}
@media screen and (max-width:570px){
    .help{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .help .text-center {
        text-align: left !important;
    }
    .help img {
        width: 100%;
    }
    .help p {
        margin-bottom: 40px;
    }
}




.financial-progress {
    background: #1387DC;
    position: relative;
}
.financial-progress .col6 {
    width: 50%;
}
.financial-progress .financial-progress-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
}
.financial-progress .financial-progress-title h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
.financial-progress hr {
    width: 130px;
    background: #fff;
    height: 1px;
    margin-bottom: 40px;
}
.financial-progress .container-fluid {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.financial-progress-left-bg {
    background-image: url("../../../Images/login/new/financial-progress-bg.png");
    background-size: cover;
    background-position: center;
    min-height: 550px;
}
.progress-info {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}
.progress-item {
    margin-bottom: 30px;
}
.progress-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.progress-info p {
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width:1060px){
    .progress-info-inner {
        position: relative;
        top: 40px;
    }
}
@media screen and (max-width:870px){
    .progress-info-inner {
        position: relative;
        top: 40px;
    }
    .financial-progress .col6 {
        width: 100%;
    }
    .financial-progress .container-fluid {
        flex-wrap: wrap;
    }
    .financial-progress-left-bg {
        min-height: 250px;
    }
    .progress-info {
        min-height: 400px;
    }
    .progress-info-inner {
        top: 20px;
    }
}








.circullar_and_doc {
    display: flex;
}

.circullar_and_doc .flex-70 {
    flex: 1;
}
.circullar_and_doc .flex-30 {
    width: 30%;
    background-color: #F2F2F2;
    width: 560px;
}
.circular {
    max-width: 620px;
    margin-left: 0 auto;    
}
.col-circular {
    padding: 100px 30px;
    width: 66.6%;
}
.circular_inner {
    max-width: 610px;
    margin: 0 auto;
    text-align: center;
}
.circular_inner h1 {
    font-size: 48px;
    color: #4F4F4F;
    font-weight: bold;
    margin-bottom: 25px;
}
.circular_inner hr {
    width: 130px;
    background: #234090;
    height: 1px;
    margin-bottom: 40px;
}


.circula-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BDBDBD;
    padding: 15px 0;
}
.circula-item-row .date,
.circula-item-row .title {
    font-size: 18px;
    color: #4F4F4F;
    text-align: left;
}
.circula-item-row .title {
    text-align: left;
}
.circula-item-row .date {
    text-align: right;
}
.circular_inner .btn-primary {
    background: #52B86E;
    color: #fff;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 6px;
    margin-top: 70px;
    border: none;
}
.hero .btn-primary {
    background: #52B86E;
    color: #fff;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 6px;
    margin-top: 20px;
    border: none;
}

.doc {
    background-color: #F2F2F2;
    padding: 100px 75px;
    padding-right: 5px;
    max-width: 440px;
}
.doc.service-systems {
    padding-left: 50px;
}
.doc hr {
    width: 130px;
    background: #234090;
    height: 1px;
    margin-bottom: 40px;
}
.col-doc {
    background-color: #F2F2F2;
    width: 33.33%;
}
.doc h1 {
    font-size: 36px;
    color: #4F4F4F;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0;
    margin-bottom: 10px;
}
.doc-item h4 {
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 6px;
}
.doc-item h5 {
    font-size: 14px;
    color: #BDBDBD;
    margin: 0;
}
.doc-info {
    display: flex;
    align-items: flex-start;
}
.doc-icon {
    margin-right: 14px;
}
.doc a {
    color: #52B86E;
    font-size: 14px;
}
.doc .btn-primary {
    background: #52B86E;
    color: #fff;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 6px;
    margin-top: 70px;
    border: none;
}
.text-icon-block {
    margin-bottom: 30px;
}
.text-icon-block-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.text-icon-block-head h3 {
    color: #52B86E;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    margin-left: 20px;
}

.text-icon-block p {
    font-size: 14px;
    color: #4F4F4F;
    margin: 0;
}

@media screen and (max-width:830px){
    .col-circular {
        width: 100%;
    }
    .col-doc {
        width: 100%;
    }
    .doc{
        max-width: 100% !important;
        padding-right: 30px;
    }
    .circula-item-row .title {
        padding-right: 30px;
    }
}

.contents{
    padding: 140px 30px 110px 30px;
}

.contents .col6 {
    width: 50%;
}
.contents h1{
    text-align: center;
    font-size: 36px;
    color: #4F4F4F;
    font-weight: bold;
    margin-bottom: 50px;
}
.contents .video-article {
    max-width: 610px;
    margin-left: auto;
    background: #F2F2F2;
}
.contents .video-article img {
    width: 100%;
}
.contents .video-article .icon-24 {
    width: 24px;
}
.contents .video-article article {
    padding: 30px 20px;
    padding-bottom: 5px;
}
.contents hr {
    width: 130px;
    background: #234090;
    height: 1px;
    margin-bottom: 70px;
}
.help-desk  {
    background: #F2F2F2;
    margin-bottom: 25px;
    
}
.help-desk-inner {
    max-width: 590px;
    margin-left: auto;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    background-image: url("/ibascoa2/Images/login/new/help-desk-bg.png");
    background-size: cover;
    background-position: center;
    padding-left: 20px;
}
.help-desk-inner.no-bg {
    background: none;
    padding-right: 30px;
    display: block;
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
}
.desk-info {
    padding:0 0 20px 0;
}
.desk-info h3 {
    color: #828282;
    font-size: 24px;
}
.desk-info h2 {
    font-weight: bold;
    font-size: 36px;
}
.desk-info p {
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}
.document-info-block {
    max-width: 620px;
    padding: 0 30px;
}
.document-info-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.document-info-head img {
    margin: 0 10px;
}
.document-info-head .document-info-head-left,
.document-info-head .document-info-head-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.document-info-head .document-info-head-left h4,
.document-info-head .document-info-head-right h4 {
    margin: 0;
    color: #52B86E;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.document-info-head .document-info-head-right p {
    margin: 0;
    color: #BDBDBD;
    font-size: 14px;
    font-style: italic;
}
.document-info-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.hr-full {
    width: 100% !important;
    margin: 42px 0 !important;
    background: #E0E0E0 !important;
}
document-info-box-text {
    padding-right: 30px;
}
.document-info-box h3 {
    color: #4F4F4F;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 10px;
}
.document-info-box p {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 25px;
}
.links a {
    color: #52B86E;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 30px;
}
@media screen and (max-width:1199px){
    .help-desk {
        padding-left: 30px;
    }
}
@media screen and (max-width:900px){
    .contents .col6 {
        width: 100%;
    }
    .help-desk-inner {
        max-width: 100%;
    }
    .document-info-block {
        padding-left: 50px;
        max-width: 100%;
    }
    .contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:900px){
    .document-info-box {
        flex-direction: column;
    }
    .document-info-box-img {
        order: -1;
        margin-bottom: 25px;
    }
    .document-info-head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .document-info-head-left{
        margin-bottom: 15px;
    }
    .document-info-head-right {
        position: relative;
        left: -10px;
    }
}
@media screen and (max-width:900px){
    .document-info-box {
        flex-direction: column;
    }
    .document-info-box-img {
        order: -1;
        margin-bottom: 25px;
    }
    .document-info-head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .document-info-head-left{
        margin-bottom: 15px;
    }
    .document-info-head-right {
        position: relative;
        left: -10px;
    }
    .contents .video-article {
        margin-left: 0;
        max-width: 100%;
        margin-bottom: 50px;
    }
}









.rules_and_regulations {
    padding: 70px 30px;
    background-image: url("/ibascoa2/Images/login/new/rules_and_regulations.png");
    background-size: cover;
    text-align: center;
}
.rules_and_regulations h1 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}
.rules_and_regulations hr {
    width: 130px;
    background: #fff;
    height: 1px;
}
.rules_and_regulations .btn-primary {
    background: #52B86E;
    color: #fff;
    font-size: 16px;
    padding: 15px 45px;
    border-radius: 6px;
    margin-top: 55px;
}
@media screen and (max-width:760px){
    .rules_and_regulations .btn-primary {
        margin-top: 20px;
    }
    .rules_and_regulations h1 {
        font-size: 30px;
    }
}







footer {
    background-color:#234090;
    padding: 50px 30px;
    color: #fff;
    font-size: 16px;
    
}
footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer h4 {
    font-size: 16px;
    margin: 0;
}
.s-links img {
    margin: 0 6px;
}
@media screen and (max-width:740px){
    footer .wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .s-links img {
    margin: 20px 10px;
}
}



















.modal-content {
    max-width: 450px;
    padding: 60px 30px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 60px;
    position: relative;
    z-index: 30;
    margin-left: auto;
    top: 60px;
}
.modal-logo {
    width:130px;
    margin-bottom: 6px;
}
.modal-content a {
    font-size: 40px;
    font-weight: bold;
    color: #52B86E;
    padding-bottom: 5px;
    cursor: pointer;
}
.modal-content hr {
    width: 130px;
    background: #234090;
    height: 1px;
    margin-bottom: 50px;
    margin-top: -5px;
}
.modal-content a:hover {
    color: #234090;
    text-decoration: none;
}

input[type=text], select {
  width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #e8e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
}
input[type=password], select {
  width: 100%;
  padding: 6px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #e8e5e5;
  border-radius: 2px;
  box-sizing: border-box;
  background: #fff;
}

input[type=submit] {
  background-color: #52B86E;
  color: white;
  padding: 8px 45px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.code-block {
    display: flex;
    align-items: center;
    margin-top: 8px;
    
}
.code-block input {
    width: 100px;
    margin-right: 20px;
    font-size: 20px;
    padding-left: 24px;
}


.code-block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5250a0;
}
.code-block input::-moz-placeholder { /* Firefox 19+ */
  color: #5250a0;
}
.code-block input:-ms-input-placeholder { /* IE 10+ */
  color: #5250a0;
}
.code-block input:-moz-placeholder { /* Firefox 18- */
  color: #5250a0;
}


.code-block a {
    font-size: 12px;
    padding: 0;
    border: none;
    margin: 0;
}
#actions {
    display: flex;
    justify-content: space-around;
}
#actions a {
    font-size: 12px;
    font-weight: 600;
    color: #52B86E;
    border: none;
}
.code-block p {
    margin: 0;
    width: 100px;
    margin-right: 20px;
    font-size: 20px;
    color: #5250a0;
    padding: 5px 22px;
    background: #fff;
    border: 1px solid #cecece;

}

.submit {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0;
    margin-bottom: 25px;
}
.code-block .submit input[type=submit] {
    background: #5d3b64;
}
.sign-in-modal.show-modal {
    display: block !important;
}