@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&amp;family=Jost:wght@300;400;500;600;700&amp;display=swap");

.main-head {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.title-content p {
    font-size: 16px !important;
    font-weight: normal;
}
.sub-head2{
margin-bottom: 8px !important;
    font-size: 20px;
    font-weight: 600 !important;
    color: #262626 !important;
}

.list-head {
    font-size: 20px;
    color: #262626 !important;
    font-weight: 600;
        margin-left: 15px;
        margin-bottom: 20px !important;
}
.list-head span{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
}
.sub-head {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 8px !important;
}
.btn-m{
    width: 140px;
}
.btn-outline-success {
    color: #03834b;
    border-color: #03834b;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #03834b;
    border-color: #03834b;
}
.register-card{
        background: rgba(228, 228, 228, 0.5);
    padding: 30px;
    /* max-height: 360px;
    min-height: 360px; */
    border: 1px solid #ddd;
        min-height: 400px;
}
.register-card .sub-head1{
    color: #03834b;
    font-size: 22px;
}
.border-success{
        border: 1px solid #03834b;
}
.text-success{
    color: #03834b;
}
.register-card .form-control{
    background: transparent;
}
.register-card .form-control::placeholder{
    color: #03834b;
}
.inner-ol li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.inner-ol1 li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.sub-head3 {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #004d86 !important;
}
.code-con .btn-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.code-con .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(3 131 75);
    border-bottom: 1px solid rgb(3 131 75);
}
.code-con ul{
    margin-bottom: 10px;
    position: relative;

}
.code-con ul li{
    padding-left: 15px;
}
.code-con ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin-top: 10px;
}
.news-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #0d487d;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    max-height: 200px;
}
.news-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.news-block .lower-content {
    position: relative;
    padding: 20px;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.news-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}
.news-block h4 a {
    color: #222;
    transition: 0.5s;
}
.news-block .inner-box:hover .lower-content {
    background: transparent linear-gradient(293deg, #03834b 0%, #ff802e00 100%) 0% 0% no-repeat padding-box;
}
.video-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #004d86;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
}
.sub-head-bg {
    background: #03834b;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px !important;
    position: relative;
}
.inner-page-img{
    position: relative;
}
.inner-page-img img{}
.inner-page-img:after {
    content: "";
        position: absolute;
        width: 89px;
        /* border: 1px solid black; */
        height: 71px;
        margin-top: 0px;
        /* left: 42px; */
        background: #0b477c;
        top: -8px;
        left: -7px;
        z-index: -1;
}
.inner-page-img:before {
    content: "";
        position: absolute;
        width: 88px;
        /* border: 1px solid black; */
        height: 59px;
        margin-top: 0px;
        /* left: 42px; */
        background: #0b477c;
        bottom: -10px;
        right: -8px;
        z-index: -1;
}

.items-navtab .nav-tabs .nav-link {
    color: #000000;
    height: 100%;
    max-height: 129px;
    position: relative;
    padding: 15px;
    text-align: center;
}

.items-navtab .nav-tabs .nav-link.active::before {
    content: "";
    border-style: solid;
    height: 20px;
    border-width: 20px 20px 0px 20px;
    position: absolute;
    width: 0px;
    border-color: #003c6d transparent transparent transparent;
    bottom: -19px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);

}
.school-spo {
    width: 40px;
    height: 40px;
}


.items-navtab {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 14px #00000012;
    border: 1px solid #D5A2CD42;
    border-radius: 4px;
    opacity: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 753px;
}
.nav.nav-tabs{

}
/* .nav-tabs .nav-item{
    width: 33.3%;
} */
.items-navtab .nav-link p{
    text-align: center;
}
.items-navtab .nav-link.active {
    border: 2px #005691 solid;
        background: transparent linear-gradient(230deg, #007fd0 0%, #002348 100%);
    color: #000000;
}

.items-navtab .nav-tabs .nav-item.show .nav-link,
.items-navtab .nav-tabs .nav-link.active {
    border: 2px #005691 solid;
        background: transparent linear-gradient(230deg, #007fd0 0%, #002348 100%);
    color: white;
}

.items-navtab .nav-link.active img.school-spo {
    opacity: 1;
  
filter: brightness(0) invert(1);
}

.items-navtab .nav-tabs .nav-link img.school-spo {
    margin-left: 0px;
    /* position: absolute; */
}

.items-navtab .nav-tabs .nav-link img {
    margin-bottom: 10px;
}


.inner-h4{
    font-size: 27px;
}
.main-content p {
    text-align: justify;
}
.infra-gallery .inner-box{
        border-radius: 0px;
            border: 1px solid;
}
.infra-lower-content {
    padding: 12px 9px;
    background: #004275;
    color: #fff;
}
.infra-lower-content h6 {
    color: #fff;
}
.infra-img{
    height: 220px !important;
}
.blog-block .lower-content1{
    padding: 17px 5px 19px;
}
.infra-gallery .inner-box{
    border: 1px solid #dc4f4924;
}
.box-fee{
    display: block;
    text-align: center;
    justify-content: center;
     
        background: transparent linear-gradient(107deg, #0b477c 0%, #1d71bb 100%);
        margin: 12px;
    
        padding: 9px;
        border-radius: 10px;
        box-shadow: 2px 2px 2px;
        color: #fff;
        font-weight: 700;
        margin-top: 34px;
}
.box-fee img {
    width: 40px;
        margin: 9px;
            margin-top: -41px;
}
.box-fee a  {
    color: #fff !important;
        text-align: center;
}
.box-fee p{
        text-align: center;
            margin-top: 10px;
            font-size: 19px;
}
.infra-gallery .inner-box {
    margin-top: 16px;
}
.icon-color{
        color: #fe6500;
            font-size: 22px;
}