body {
    margin: 0;
    background-color: #F5F6FA;
}

a,
a:hover {
    text-decoration: none;
}
 

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
}

.hero-section {
    padding: 90px 50px;
    background-image: url(../images/slider-banner.png);
    background-size: cover;
    color: #fff;
    position: relative;
}

.hero-section p {
    margin: 0;
}

.hero-section h1 {
    font-size: 40px;
    font-weight: 700;

}

.hero-section h1 span {
    color: #3CBADE;
}

.link-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
}

.about-section {
    padding: 80px 0;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section h2 span {
    color: #3CBADE;
}

.about-section p {
    margin-bottom: 40px;
}

.admission-detail {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.admission-detail h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.admission-detail p {
    font-size: 16px;
    margin-bottom: 25px;
}

.downld-history {
    border: 1px solid #D6D6D6;
    border-radius: 16px;
    height: 100%;
}

.downld-history h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    border-bottom: 1px solid #D6D6D6;
}

.downld-history ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #D6D6D6;

}

.downld-history ul li:last-child a {
    border-bottom: 0;
}

.no-record {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.helpline-section .box-card {
    width: 99%;
    margin: 50px auto;
    background-color: #F8FBFC;
    padding: 20px;
    border: 1px solid #3CBADE;
    border-radius: 16px;
    text-align: center;
}


.helpline-section span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.helpline-section a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
    display: inline-block;
}

 







.overview-section {
    padding: 60PX 0;
}

.card-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview-section h3 {
    margin: 0;
    color: #929494;
    font-size: 18px;
    margin: 0;
}

.overview-section h3 span {
    display: block;
    margin-top: 6px;
    color: #202224;
    font-size: 28px;
    font-weight: 700;
}

a.card-box img {
    height: 70px;
}
.outr-box{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #DADADA;
border-radius: 16px;
}

.table-div {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DADADA;
}

.table-div tbody tr:hover {
    background-color: #F3F3F3;
}

.table-div tbody tr {
    border-bottom: 1px solid #E1CFFF;
}
.table-div tbody tr:last-of-type{
    border-bottom:0px solid #E1CFFF;

}

.table-div tbody tr td{
    padding: 16px 10px;
    width: 1%;
  
}
.table-div thead tr th{
    background-color: #F5F5F5;
    padding: 10px;
}
.active-action-man .nav-tabs .nav-link{
    color: #000;

}
.active-action-man .nav-tabs .nav-link.active{
    color: #000;
    border: 0;
    border-bottom: 2px solid #3300FF;
    font-weight: 700;
}

.active-action-man h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.exam-box{
    margin: 60px 0;
}
.exam-box .outr-box{
    height:93%;
}
.exam-box .outr-box img{
    height: 60px;
    margin-bottom: 20px;
    border-radius: 100px;
}
.exam-box .outr-box h3{
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.exam-box .outr-box p{
    margin: 0;
    font-size: 14px;
    color: #333;
}


.objective-section .outr-box{
    background-color: #F3F9FF;
    border: 1px solid #0D4B97;
    margin-bottom: 50px;
}
.objective-section .outr-box h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.objective-section .outr-box ul{
    list-style: none;
    padding: 0;

}
.objective-section .outr-box li{
    padding: 10px 20px;
    border-bottom: 1px solid #dddddd;
}
.objective-section .outr-box li i{
    margin-right: 20px;
    transform: rotate(-90deg);
    color: #337ab7;
}

.client-logos{
    padding: 40px 0;
    background-color: #fff;
    margin-top: 60px;
}

.logos-main{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}


footer{
    background-color: #2384C6;
    padding: 60px 0;
    color: #fff;
    position: relative;
}
.other-link{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.usefull-link, .social-icon{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}
.usefull-link a{
    color: #fff;
    font-size: 16px;
} 

.bottom-footer{
    background-color: #0D4B97;
    text-align: center;
    margin: 0;
    padding: 14px;
    color: #fff;
}



.exam-box .nav-tabs .nav-link.active, .exam-box .nav-tabs .nav-link{
    padding: 0 ;
    border: 0;
    width: 100%;
    background-color: transparent;
}
.exam-box .nav-tabs .nav-link.active .outr-box{
    background-color: #F3F9FF;
    position: relative;
}
.exam-box .nav-tabs .nav-link.active .outr-box::before{
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F3F9FF;
    
}
/* .exam-box .nav-tabs .nav-link.active .outr-box::after{
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(../images/shaps.svg);
    
} */
.exam-box .nav.nav-tabs {
    flex-wrap: nowrap;
    gap: 20px;
    background-color: transparent;
    padding: 0;
}

.exam-box .nav-tabs .nav-link.active .outr-box{
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #0D4B97;
    border-bottom: 0;
    height: 100%;
}
.objective-section .outr-box{
    border-radius: 0px 16px 16px 16px;
}

.btn-fil{
    background-color: #0D4B97;
    padding: 6px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #0D4B97;
    display: inline-block;
}
.border-btn{
    background-color: #fff;
    border: 1px solid #0D4B97;
    padding: 6px 16px;
    color: #0D4B97;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
}
.borderradius-r{
    border-radius: 16px 0px 16px 16px !important;
}
.borderradius-l{
    border-radius: 16px !important;
}