.wrapper{
    width:100%;
    height:100%;
    position:relative;
}
/* header */
@media screen and (max-width: 767px) {
    .header .header-inner .col .menuitems .mitem {
        font-size: 12px;
        margin: 0 4px;
   }
   .header .header-inner .top-menu-cateogires {
        display: none;
    }
}
/* home */
.sec-home{
    position:relative;
}
.img-opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #571993 0%, #0068ac 100%);
    opacity: 0.92;
}
.home-blk{
    /*background: url("/img/top-ban-bg.svg") no-repeat;*/
    background-size:cover;
    border-radius:18px;
}
.home-blk .home-blk-inner{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    padding:30px;
    position:relative;
}
.home-blk .home-blk-inner .card{
    display:block;

}
.home-blk .home-blk-inner .card:nth-child(1){
    width:68%;
}
.home-blk .home-blk-inner .card:nth-child(2){
    width:28%;
    z-index:20;
}
.home-blk .home-blk-inner h1{
    color:#FFF;
    font-weight:700;
}
.home-blk .home-blk-inner h3, .home-blk .home-blk-inner .home-blk-subtitle{
    color:#FFF;
    font-weight:400;
    margin-bottom:32px;
    font-size: medium;
}
.try-free-blk{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    padding:22px;
    border-radius:10px;
    background-color:#FFF;
}
.try-free-blk p{
    color:#181b1f;
    font-weight:400;
    text-align:center;
    margin-bottom:6px;
}
.try-free-blk h2{
    color:#181b1f;
    font-weight:600;
    margin-bottom:21px;
}
.try-free-blk .formcontrol-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 21px;
}
.try-free-blk .formcontrol-group .formcontrol {
    width: 100%;
    color: #22252F;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    padding:12px 16px;
    border:2px solid rgba(255, 153, 58, 1);
    border-radius:6px;
    white-space: nowrap;
}
.try-free-blk .errormsg {
    display: flex;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 8px;
}
.try-free-blk .txt-red{
    color:#E03600;
}
.try-free-blk .txt-orange{
    color:rgba(255, 153, 58, 1);
}
.try-free-blk .marb10{
    margin-bottom:10px;
}
.try-free-blk .btn-loginas{
    display:flex;
    width:100%;
    justify-content:center;
    background-color:#FFF;
    font-size: 14px;
    padding: 11px 16px;
    border:1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom:12px;
    font-weight:600;
    color:#181b1f;
    box-shadow:none;
}
.try-free-blk .btn-loginas span {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.try-free-blk .lr-divider {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}
.try-free-blk .lr-divider .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.try-free-blk .lr-divider .dashed {
    width: calc(50% - 8px);
    border: 1px solid #dfe4e7;
}
.try-free-blk .lr-divider .txt {
    font-size: 9px;
    width: 16px;
    line-height: 11px;
    color:#181b1f;
    font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width:991px){ 
     .home-blk .home-blk-inner{
        padding:40px 30px 30px 30px;
    }
    .home-blk .home-blk-inner h1{
        margin-bottom:12px;
    }
    .home-blk .home-blk-inner h3{
        margin-bottom:24px;
    }
}
@media screen and (max-width: 991px) {
    .home-blk .home-blk-inner .card:nth-child(1){
        width:100%;
        margin-bottom:16px;
    }
    .home-blk .home-blk-inner .card:nth-child(2){
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .home-blk .home-blk-inner{
        padding:22px;
    }
    .home-blk .home-blk-inner h1{
        margin-bottom:8px;
    }
    .home-blk .home-blk-inner h3{
        margin-bottom:16px;
    }

}
/* update blk */
.update-blk{
    background:url("/img/homepage/bg-update.svg");
    background-size:cover;
    border-radius:18px;
}
.update-blk .update-blk-inner{
    padding:40px;
    position:relative;
}
.update-blk .update-blk-inner .h236{
    color:#FFF;
    font-weight:700;
}
.update-blk .update-blk-inner h3{
    color:#FFF;
    font-weight:600;
    margin-bottom:12px;
}
@media screen and (max-width: 767px) {
    .update-blk .update-blk-inner{
        padding:22px;
    }
    .update-blk .update-blk-inner .h236{
        margin-bottom:8px;
    }
    .update-blk .update-blk-inner h3{
        margin-bottom:6px;
    }
}
/* carousel */
.carousel-indicators{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    padding-top:16px;
}
.carousel-indicators .carousel-control{
    display:flex;
    width:28px;
    height:17px;
    cursor:pointer;
}
.carousel-indicators .carousel-control-prev{
    margin-right:90px;
}
.carousel-indicators .carousel-control-next{
    margin-left:90px;
}
.carousel-indicators ul{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
}
.carousel-indicators ul li{
    display:flex;
    width:10px;
    height:10px;
    background-color:#0A2472;
    opacity:0.3;
    margin:0 8px;
    border-radius:50%;
    cursor:pointer;
}
.carousel-indicators ul li:first-child{
    margin-left:0;
}
.carousel-indicators ul li:last-child{
    margin-right:0;
}
.carousel-indicators ul li.active{
    opacity:1;
}
@media screen and (max-width: 767px) {
     .carousel-indicators{
        padding-top:9px;
    }
    .carousel-indicators ul li{
        width:6px;
        height:6px;
        margin:0 6px;
    }
}

/* test series */
.testseries-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    background-color:#F9F8FF;
    border-radius:10px;
}
.testseries-row .card{
    display:flex;
    flex:0 0 auto;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    background-color:#FFF;
    border-radius:8px;
    padding:8px;
    margin:12px;
    width:220px;
}
.testseries-row .card a{
    display:flex;
    font-size:12px;
    line-height:15px;
    color:#504949;
    font-weight:600;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    width:100%;
    padding-bottom:10px;
    margin-bottom:8px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.testseries-row .card a:hover{
    color:#6248CE;
}
.testseries-row .card a .txt{
    display:flex;
    width:calc(100% - 7px);
    padding-left:12px;
    padding-right:6px;
}
.testseries-row .card a .icon{
    display:flex;
    width:7px;
    height:11px;
}
/* testimonial */
.sec-testimonial{
    position:relative;
}
.tm-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    margin-right:-15px;
    margin-left:-15px;
}
.tm-row .card{
    display:flex; 
    flex-direction:column;
    justify-content:center;
    align-items:center;
    flex:0 0 auto;
    width:310px;
    padding:20px;
    margin:0 15px;
    background-color:#FFF;
    border:1px solid rgba(172, 172, 172, 0.25);
    position:relative;
    padding-top:56px;
    margin-top:54px;
    border-radius:8px;
}
.tm-row .card span{
    display:flex;
    width:106px;
    height:106px;
    margin-bottom:6px;
    position:absolute;
    top:-53px;
}
.tm-row .card span img{
    border-radius:50%;
}
.tm-row .card h3, .tm-row .card .st-name{
    color:#22252F;
    font-weight:600;
    margin-bottom:0;
    text-align:center;
    font-size:medium;
}
.tm-row .card h4, .tm-row .card .st-exam{
    color:#8C94AB;
    font-size:13px;
    font-weight:600;
    margin-bottom:8px;
    text-align:center;
}
.tm-row .card p{
    color:#474D5C;
    margin-bottom:0;
    text-align:center;
}
@media screen and (max-width:991px){
    .tm-row{
        margin:0 -12px;
    }
    .tm-row .card{
        width:300px;
        margin-left:12px;
        margin-right:12px;
        padding:16px;
        padding-top:56px;
    }
}
@media screen and (max-width:767px){
    .tm-row{
        margin:0 -8px;
    }
    .tm-row .card{
        width:269px;
        margin-left:8px;
        margin-right:8px
    }
}

/* obinfo */
.sec-obinfo{
    position:relative;
}
.sec-obinfo .sec-header{
    display:none;
}
.obinfo-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-around;
    align-content:stretch;
    align-items:stretch;
}
.obinfo-row .card{
    display:flex;
    flex:0 0 auto;
    width:33.33%;
    padding:8px;
}
.obinfo-row .card:first-child{
    padding-left:0;
}
.obinfo-row .card:last-child{
    padding-right:0;
}
.obinfo-row .card .card-inner{
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:4px;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    padding:20px 12px;
    background-image:linear-gradient(93deg, #2a3e5b, #084050);
}
.obinfo-row .card:last-child{
    border:0 none;
}
.obinfo-row .card .card-inner span{
    display:flex;
    width:44px;
    height:44px;
    margin-bottom:16px;
}
.obinfo-row .card .card-inner .h236{
    font-weight:700;
}
.obinfo-row .card .card-inner h2, .obinfo-row .card .card-inner h3{
    color:#FFF;
    margin-bottom:0;
}
@media screen and (max-width: 576px) {
    .sec-obinfo .sec-header{
        display:block;
    }
    .obinfo-row{
        padding:0;
        border-radius:0;
        background-color:#FFF;
        margin-right:-5px;
        margin-left:-5px;
    }
    .obinfo-row .card{
        padding:6px;
    }
    .obinfo-row .card:nth-child(1),.obinfo-row .card:nth-child(2){
        width:50%;
    }
    .obinfo-row .card:nth-child(3){
        width:100%;
    }
    .obinfo-row .card{
        padding:5px;
        border-right:0;
    }
    .obinfo-row .card .card-inner{
        background-color:#FAFBFF;
        border: 1px solid #D1D8EB;
        border-radius:8px;
        padding:24px 20px;
        align-items:flex-start;
        align-content:flex-start;
    }
    .obinfo-row .card .card-inner span{
        display:none;
    }
    .obinfo-row .card .card-inner h2{
        font-size:20px;
        line-height:24px;
        color:#FFF;
        margin-bottom:6px;
    }
    .obinfo-row .card .card-inner h3{
        font-size:12px;
        color:#FFF;
        line-height:14px;
    }
}
/* why ob */
.whyob-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
    margin-left:-8px;
    margin-right:-8px;
}
.whyob-row .card{
    display:flex;
    flex:0 0 auto;
    width:33.33%;
    padding:8px;
}
.whyob-row .card .card-inner{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-content:center;
    align-items:center;
    padding:25px 32px;
    border-radius:16px;
    width:100%;
}
.whyob-row .card .card-inner span{
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    width:75px;
    height:75px;
    border-radius:50%;
    margin-bottom:20px;
}
.whyob-row .card .card-inner h3{
    margin-bottom:12px;
    font-weight:600;
    text-align:center;
}
.whyob-row .card .card-inner p{
    color:#474D5C;
    margin-bottom:0;
    text-align:center;
}
@media screen and (max-width: 991px) {
     .whyob-row{
        margin-right:-5px;
        margin-left:-5px;
    }
    .whyob-row .card{
        width:50%;
         padding:5px;
    }  
    .whyob-row .card .card-inner{
        padding:20px 16px;
        border-radius:10px;
    }
    .whyob-row .card .card-inner span{
        width:52px;
        height:52px;
        margin-bottom:12px;
    }
    .whyob-row .card .card-inner h3{
        margin-bottom:8px;
    }

}
/* resources */
.sec-resources{
    position:relative;
}
.resources-row{
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:stretch;
    margin-left:-15px;
    margin-right:-15px;
}
.resources-row .card{
    display:flex;
    flex:0 0 auto;
    width:33.33%;
    padding:0 15px;
}
.resources-row .card .card-inner{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-content:flex-start;
    align-items:flex-start;
    padding:24px;
    background-color:#FFF;
    border-radius:16px;
    width:100%;
    border:1px solid rgba(172, 172, 172, 0.25);
}
.resources-row .card .card-inner h4{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    margin-bottom:8px;
    font-weight:700;
}
.resources-row .card .card-inner h4 span{
    display:flex;
    width:28px;
    height:38px;
    margin-right:10px;
}
.resources-row .card .card-inner .res-items{
    list-style-type:none;
    width:100%;
    margin:0;
    padding:0;
    margin-bottom:8px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-content:flex-start;
    align-items:flex-start;

}
.resources-row .card .card-inner .res-items a{
    display:flex;
    font-size:12px;
    line-height:14px;
    color:#22252F;
    font-weight:500;
    background-color:#FFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius:4px;
    padding:8px 12px;
    cursor:pointer;
    margin-bottom:5px;
    width:100%;
}
.resources-row .card .card-inner .res-items a:hover, .resources-row .card .card-inner .res-items a:focus{
    color: #6248CE;
}
.resources-row .card .card-inner .btn-res-viewmore{
    background-color:#6248CE;
    color:#FFF;
    font-weight:700;
}
@media screen and (max-width: 991px) {
     .resources-row{
        margin-left:-6px;
        margin-right:-6px;
    }
    .resources-row .card{
        width:272px;
        padding:6px;
    }
    .resources-row .card .card-inner{
        padding:12px;
        border-radius:10px;
    }
    .resources-row .card .card-inner h4 span{
        width:20px;
        height:30px;
    }
}

