@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Conv_DMSerifDisplay-Regular';
    src: url('../fonts/DMSerifDisplay-Regular.eot');
    src: local('☺'), url('../fonts/DMSerifDisplay-Regular.woff') format('woff'), url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype'), url('../fonts/DMSerifDisplay-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    color: #000000;
}

img {
    max-width: 100%;
}

h1 {
    font-family: 'Conv_DMSerifDisplay-Regular';
    padding-bottom: 30px;
}

h1 span {
    display: block;
    font-size: 30px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.section1 {
    position: relative !important;
}

.Logo {
    max-width: 261px;
    margin-left: -72rem;
    margin-top: 1rem;
}

.BannerUp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
}

.BannerHeading {
    background-color: #ffffffa3;
    margin-top: 1rem;
    padding: 1rem 1rem 0rem;
    max-width: 550px;
}

.BannerHeading h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    color: #0046a6;
    text-shadow: 10px 20px 30px #fff;
}

.BannerHeading h2 {
    font-family: 'Conv_DMSerifDisplay-Regular';
    color: #0046a6;
    text-shadow: 10px 20px 30px #fff;
}
.BannerHeading p{
    font-size: 20px;
    color: #0046a6;
}

.Mainform {
    max-width: 400px;
    position: absolute;
    right: -15px;
    top: -103px;
    z-index: 1111;
    right: 10px;
}

.leadForm {
    max-width: 400px;
    background: #ffffff;
    padding: 25px;
    margin: 0 auto;
}

.Mainform span:not(.hideShowOptBypass span) {
    display: block;
    padding: 4px;
    background: #fff;
    color: #004ca6;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.banner {
    position: relative;
}

.RightSecBanner {
    width: 92px;
    z-index: 999;
    position: fixed;
    right: 0%;
    top: 20%;
    background: #004ca6;
    border-left: 1px #ffffff solid;
    border-top: 1px #ffffff solid;
    border-right: none;
}

.RightSecBanner img {
    width: 30px;
    margin-bottom: 6px;
}

.RightSecBanner ul {
    display: block;
    padding: 0px;
    margin: 0px;
}

.RightSecBanner ul li {
    list-style-type: none;
    border-bottom: 1px #ffffff solid;
    padding: 10px 0px;
    text-align: center;
}

.RightSecBanner ul li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff600;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.RightSecBanner ul li:first-child {
    background: #004ca6;
}

.RightSecBanner ul li:first-child a {
    color: #ffffff;
}

.section2 {
    background: #f7f7f7;
    padding: 50px 0px;
    text-align: center;
}

.section2 h1 {
    color: #000000;
    text-align: center;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section2 h1 span {
    display: block;
    text-align: center;
    font-size: 30px;
}

.carousel-caption {
    position: absolute;
    left: 0% !important;
    z-index: 10;
    padding-top: 0px !important;
    text-align: left !important;
    right: 0px !important;
    top: 100px !important;
    color: #000000 !important;
}

.TabContent {
    padding: 0px;
    margin: 0px;
    max-width: 850px;
    margin: 0 auto;
}

.TabContent li {
    padding: 3px 0px;
    font-weight: bold;
}
#menu12 ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  margin-left: 3rem;
}

#menu12 li {
  display: table;
  counter-increment: item;
  font-size:unset;
}
.section6 .impinfo{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#menu12 li:before {
    content: counters(item, ".") ;
    display: table-cell;
    padding-right: 0.6em;    
}

#menu12 li li {
    margin: 0;
}

#menu12 li li:before {
    content: counters(item, ".") " ";
}
.TabContent ul li {
    font-weight: normal;
}

.TabContent li:last-child {
    padding-bottom: 15px;
}

.TextUnBold li {
    font-weight: normal;
}

.section3 {
    background: #184b8c;
    padding: 50px 0px;
}

.section3 h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section3 h1 span {
    display: block;
    text-align: center;
    font-size: 30px;
}

.BoxMain {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.BoxMain img {
    margin-bottom: 15px;
}

.BoxMain .Top {
    color: #ffffff;
    background: url(../images/whysnu-topbg.webp) no-repeat #4a95bc;
    padding: 25px 0 25px 0px;
    font-weight: bold;
    font-size: 16px;
}

.BoxMain .Bottom {
    color: #000000;
    padding: 15px 20px;
    height: 260px;
    font-weight: bold;
    background: url(../images/whysnu-botbg.webp) no-repeat;
    overflow: auto;
}

.section4 {
    padding: 50px 0px;
    background: #e2f3fa;
}

.Insidesec4 h1 {
    color: #000000;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
    padding-bottom: 0px !important;
}

.section4.Insidesec4 h1 span {
    display: block;
    font-size: 30px;
}

.section4 img {
    max-width: 300px;
    margin-top: 60px;
}

.impdates {
    padding: 20px 0px;
}

.impdates td {
    border: none !important;
    padding: 5px;
}

.section5 {
    padding: 50px 0px;
}

.section5 h1 {
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.Prgrsm {
    padding: 20px;
}

.Prgrsm h3 {
    color: #004ca6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.Prgrsm ul {
    padding: 20px;
}

.Prgrsm ul li {
    padding-bottom: 10px;
}

.Prgrsm ul a {
    font-weight: bold;
    color: #000000;
    padding-top: 20px;
    display: inline-block;
    background: #fff600;
    text-decoration: none;
    font-size: 14px;
    color: #004ca6;
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.section5 .nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background: #ffffff;
    color: #000000;
    font-family: 'Conv_DMSerifDisplay-Regular';
    padding: 17px 10px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
#menu11 .table{
    width: 70%;
    margin: 0 auto;
}
.nav-tabs {
    border-bottom: none;
    margin: 10px auto 60px auto;
}

.nav-tabs .nav-item {
    border: 1px #004ca6 solid;
    margin: 0px;
    padding: 0px;
}
.section5 .nav-tabs .nav-item{
    width: 25%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #004ca6;
    color: #ffffff;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    background: #004ca6;
    color: #ffffff;
    font-family: 'Conv_DMSerifDisplay-Regular';
    background: #000000;
}
.nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background: #ffffff;
    color: #000000;
    font-family: 'Conv_DMSerifDisplay-Regular';
    padding: 17px 6px;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
}

.section5 .nav-tabs .nav-link.active {
    background: #004ca6 !important;
    color: #fff !important;
}
.section5 .nav-tabs {
    border-bottom: none;
    margin: 10px auto 58px auto;
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
}
.section5 .tab-pane img{
    margin-bottom: 2rem;
}
.section5 .tab-pane h3{
    text-align: center;
}
.impinfo .nav-link {
    padding: 17px 18px !important;
}

.section6 {
    padding: 50px 0px;
    background: #ffffff;
}

.section6 h1 {
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section6 p {
    /* padding-bottom: 30px; */
    text-align: left;
}

.section6 h3 {
    color: #004ca6;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
    text-align: center;
}

.btn-link {
    font-family: 'Conv_DMSerifDisplay-Regular' !important;
}

.section7 {
    padding: 50px 0px;
    background: #004892;
}

.section7 h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section7 p {
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 24px;
}

.section7 img {
    margin: 0 auto;
    margin: 10px 0px;
    width: 100%;
}

.section8 {
    padding: 50px 0px;
    background: #cee9f2;
}

.section8 h1 {
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section8 h1 span {
    display: block;
    text-align: center;
    font-size: 30px;
}

.section8 h2 {
    font-family: 'Conv_DMSerifDisplay-Regular';
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 0px;
}

.section8 p {
    text-align: center;
    color: #000000;
    padding: 10px 0 20px 0px;
    font-size: 14px;
    text-align: center;
}

.LifeBox {
    width: 100%;
    margin-bottom: 30px;
}

.LifeBox img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    display: block;
}

.LifeBox p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 0px;
}

.bs-example {
    margin: 20px 0px !important;
}

.Entrance {
    padding: 15px 0px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    font-size: 20px;
    background: #fff600;
    color: #004ca6;
}

.section9 {
    padding: 50px 0px;
    background: #337da2;
}

.section9 h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.Box1 {
    color: #ffffff;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}

.Box1 h4 {
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    width: 100%;
}

.Box1 ul {
    padding: 0px 15px !important;
    margin: 0px;
}

.Box1 ul li {
    padding: 5px 0px;
}

.Box1 p {
    display: block;
    width: 100%;
}

.DownloadBrochure {
    background: #004ca6;
    color: #fff600;
    display: block;
    text-align: center;
    margin: 40px auto 0 auto;
    max-width: 340px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    border: 2px #ffffff solid;
}

.DownloadBrochure:hover {
    text-decoration: none;
    color: #fff600;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.owl-prev {
    position: absolute;
    left: -12px;
    top: 20%;
    font-size: 71px !important;
    color: #bebebe !important;
}

.owl-next {
    position: absolute;
    right: -12px;
    top: 20%;
    font-size: 71px !important;
    color: #bebebe !important;
}

.owl-prev:focus, .owl-next:focus {
    border: none !important;
    outline: none !important;
}

/*Section 10*/
.section10 {
    padding: 50px 0px;
    background: url(../images/faq-bg.webp) no-repeat right top;
}

.section10 h1 {
    color: #000000;
    text-align: left;
    margin-bottom: 0px;
    font-family: 'Conv_DMSerifDisplay-Regular';
}

.section10 h1 span {
    display: block;
    text-align: left;
    font-size: 30px;
}

/*Faq*/
.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
    font-size: 16px;
    float: right;
}

.card {
    margin-bottom: 10px !important;
}

.btn {
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.btn-link:hover {
    text-decoration: none !important;
    color: #000000 !important;
    outline: none !important;
}

.btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

.card-header {
    background-color: rgba(0, 0, 0, 0) !important;
    margin-bottom: 0px !important;
}

.card-header h2 {
    font-family: 'Conv_DMSerifDisplay-Regular';
    font-weight: bold;
}

.card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion>.card:not(:last-of-type) {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.ApplicationProcess img {
    max-width: 35px;
}

.footer {
    background: #242424;
    color: #ffffff;
    font-size: 11px;
    padding: 30px 0px;
    line-height: 20px;
}

.error {
    text-align: left;
    font-size: 13px;
    color: #c71407;
}

.form-group {
    margin-bottom: 1rem;
}

.field, .submit_button {
    padding: 4px 5px;
    width: 100%;
    font-size: 14px;
}

.submit_button {
    cursor: pointer;
    background: #004ca6;
    color: #ffffff;
    outline: none;
    border: none;
}

.formloader {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.GoTop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 10000;
    width: 50px;
    display: none;
}

.hide {
    display: none;
}

.brdr-right {
    border-right: 2px #ffffff solid;
    margin-bottom: 20px;
}

.ViceChancellor {
    padding-left: 40px;
}

.ViceChancellorMain {
    padding-bottom: 50px;
}

.ThanksMiddel {
    background: url(../images/thanks-bg.jpg) no-repeat center center;
    padding: 100px 0px;
    color: #ffffff;
}

.ThanksMiddel h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    padding-bottom: 30px;
    color: #212529;
}

.ThanksMiddel h4 {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    border: 1px #ffffff solid;
    padding: 30px;
    color: #212529;
}

.form-control {
    font-family: 'Montserrat', sans-serif !important;
}

button, input, select, textarea {
    font-family: 'Montserrat', sans-serif !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 173px !important;
    margin: 0 auto 20px auto !important;
}

#demo .carousel-indicators{
    left: 0;
    right: auto;
}
@media only screen and (max-width:900px) {
    .BannerHeading h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .BannerHeading h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .BoxMain .Bottom {
        height: 225px;
    }

}

@media only screen and (max-width:767px) {
    .section1 {
        height: auto;
    }
    #demo .carousel-caption{
            top: 2rem !important;
    }
    .BannerHeading{
        background-color: transparent;
    }
    .section5 .nav-tabs .nav-item{
        width: 100%;
    }

    .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9 {
        padding: 20px 0px;
    }

    h1 {
        font-size: 25px !important;
        padding-bottom: 10px;
    }

    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 12px !important;
    }

    h1 span {
        font-size: 30px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    .Logo {
        margin: 0 auto;
        display: block;
    }

    .BannerUp {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 1140px;
    }

    .RightSecBanner {
        width: 100%;
        position: fixed;
        right: 0%;
        left: 0%;
        bottom: 0% !important;
        top: unset !important;
        background: #004ca6;
        margin: 0 auto;
        padding-bottom: 0px;
        text-align: center;
        z-index: 1111;
    }

    .RightSecBanner img {
        width: 20px;
    }

    .RightSecBanner ul {
        display: block;
        padding: 0px;
        margin: 0px;
    }

    .RightSecBanner ul li {
        list-style-type: none;
        border-bottom: none;
        vertical-align: top;
        border-right: 1px #ffffff solid;
        padding: 5px 5px;
        text-align: center;
        display: inline-block;
    }

    .RightSecBanner ul li:last-child {
        list-style-type: none;
        border-bottom: none;
        vertical-align: top;
        border-right: none;
        padding: 5px 0px;
        text-align: center;
        display: inline-block;
    }

    .RightSecBanner ul li a {
        font-size: 11px;
        text-transform: uppercase;
        color: #fff600;
        font-weight: bold;
        text-align: center;
        padding: 0px 5px;
        height: 55px;
        text-align: center;
        display: block;
        text-decoration: none;
        vertical-align: top;
    }

    .Mainform {
        max-width: 100%;
        position: relative;
        right: 0px;
        left: 5%;
        margin: 0 auto;
        top: 0px;
    }

    .section4 img {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    .footer {
        background: #1e5192;
        color: #ffffff;
        font-size: 11px;
        padding: 10px;
        margin: 0 0 60px 0px;
        height: 100px !important;
    }

    .BannerUp .BannerHeading {
        display: none;
    }

    .Mainform span {
        display: block;
        padding: 5px;
        background: #fff600;
        color: #004ca6;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        width: 100%;
    }

    .field, .submit_button {
        padding: 4px 5px;
        width: 100%;
        font-size: 12px;
    }

    .brdr-right {
        border-right: none;
        margin-bottom: 20px;
    }

    .ViceChancellor {
        padding-left: 20px;
    }

    .Box1 img {
        margin-bottom: 15px;
    }

    .ThanksMiddel {
        background: url(../images/thanks-bg.jpg) no-repeat center center;
        padding: 50px 0px;
        color: #ffffff;
    }

    .GoTop {
        position: fixed;
        bottom: 75px;
        right: 5px;
        z-index: 10000;
        width: 36px;
        display: none;
    }

    .RightSecBanner ul li:first-child a {
        padding: 0 25px;
    }

}
.help-block {
    position: initial !important;
}

span.agree-condition {
    font-size: 12px !important;
}




h2.Info-heading {
        color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 34.5px;
    font-weight: 800;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align:center;
}



section.Important-Info h4 {
    font-size: 17px !important;
    padding-left:20px;
}

section.Important-Info p{
    padding-left: 21px !important;
    letter-spacing: 1px;
    font-size: 14px;
    color:#7C7C7C;
}

u{
    color: #000;
}


section.Important-Info ul li {
    color:#7C7C7C;
}

section.Important-Info ul {
  margin: 0 0 1.5em 1em;
}

section.Important-Info {
    margin: 20px 0px;
}

section.Important-Info > div:nth-child(2) > div.table-responsive > table > tbody > tr >td, section.Important-Info > div:nth-child(2) > div.table-responsive > table > thead > tr th {
    border: 1px solid #000 !important;
}

section.Important-Info > div:nth-child(2) > div.table-responsive > table > thead > tr {
     background: #D9EDF7; 
     font-size: 15px; 
     color: #000; 
}

section.Important-Info > div:nth-child(2) > div.table-responsive > table > tbody >tr{
    color:#000; 
    font-weight:600;
}


section.section2 > div > button {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    background: #004ca6;
    color: white;
    font-size: 20px;
}


#registerForm > div.form-custom > div.merge_field_div {
    margin-bottom: 4% !important;
}
table tr td{
    border:1px solid #000;
    padding:12px;
}
 a.red-button {
                        background-color: rgb(220 38 38);
                        font-weight: 500;
                        color: rgb(255, 255, 255);
                        transition: .2s ease-in-out;
                        padding: 10px ;
                        border-radius: 5px;
                        margin-bottom: 30px;
                    }

ul.list-disc,
ul{
 box-sizing:border-box;
 font-size:14px;
 line-height:29px;
}
.list-disc,
ul li a{
 color:#000;
}