
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');

body{
    font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden;
    width: 100%;
	scroll-behavior: smooth;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    
}
h2{
    font-weight: bold;
}
.text-primary{
    color: #1b3186 !important;
}
.btn-warning{
    background: #f8a125;
    border-color: #f8a125;
    font-weight: 600;
}
a {
    color: #132257;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 99;
}
header .phone a{
    display: inline-block;
    margin-top: 18px;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff !important;
    background: rgba(0,123,255,.6);
}
.logo {
    position: relative;
    float: left;
}
.logo img {
    position: relative;
    z-index: 999;
    width: auto !important;
}
.logo_bg {
    position: absolute;
    top: -12px;
    left: -31px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    width: 266px;
}
.naac_logo {
    float: left;
    margin-left: 40px;
}
/*.banner-panel{
    width: 100%;
    background: url(../images/backdrop.svg) left no-repeat, linear-gradient(to left, #2B2872, #f8a125);
    background-size: auto 103%;
}*/
.banner-panel {
    width: 100%;
   /* background: url(../../../images/banner.jpg) no-repeat center top;*/
    /* background-size: auto 103%; */
    position: relative;
    height: auto;
    min-height: 400px;
    /*padding: 120px 0 100px;*/
    /* padding-top:200px !important; */
}
.banner_contact_sec {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.banner-txt h1 {
    position: absolute;
    top: 50%;
    left:20%;
    text-align: left;
    font-size: 58px;
    color: #fff;
    line-height: 68px;
    transform: translateY(-50%);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
@media screen and (max-width:767px) {
    .banner-txt h1 {
        top:100% !important;
        margin-top:50px;
    }
    .form-panel {
        margin-top: 100px !important;
    }
}
.banner-txt h1 strong {
    display: inline-block;
    font-weight: 700;
}
.banner-txt h1 strong.blue, .banner-txt h1 strong.yellow {
    padding: 3px 10px;
    font-size: 54px;
}
.banner-txt h1 strong.yellow {
    color: #000;
    background:#f2901d !important;
}

.banner_form_sec .form_title {
    font-size: 24px;
    color: #414141;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
	display: inline-block;
	position: relative;
}
.banner_form_sec .form_title span::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	left: -60px;
}
.banner_form_sec .form_title span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #414141;
	top: 10px;
	right: -60px;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
/*.banner_form_sec .form-control, .form_sec .form-control {
    height: 35px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}*/
.banner_form_sec .form-group, .form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn, .form_sec .btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
	background: #832625;
	color: #fff;
}
.banner_form_sec .form-control, .form_sec .form-control {
    height: 32px;
    padding: .3rem .7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
.form_sec select.form-control {
    height: inherit !important;
}
.form_sec .form-control:focus, .card-footer .form-control:focus{
	outline: 1px solid lightblue;
    box-shadow: none;
}

.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}


.accreditation-panel{
        padding: 60px 60px;
    }
   .accreditation-panel h1 {
        
        color: #1b3186;
        font-weight: bold;
        margin-bottom: 40px;
    }

    @media screen and (max-width:767px){
      .accreditation-panel{
        padding: 30px 0px;
      }
    }
    
.accreditation-panel h2 {
    font-size: 50px;
    color: #1b3186;
    font-weight: bold;
}
.accreditation-panel h2::before {
    position: absolute;
    content: '';
    background: url(../../../images/title_bg.png) no-repeat top center / 100% 100%;
    width: 680px;
    height: 166px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.accreditation-panel h2 span {
    color: #f2901d !important;
    margin-bottom: 80px;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    display: inline-block;
    font-size: 30px;
}
.accreditation-panel .col-md-3 {
    border-right: 1px dashed #999;
}
.accreditation-panel .col-md-3:last-child {
    border-right: none;
}
.list-school-div, .testimonial-panel, .rec-panel{
    padding: 60px 0;
}
.choose-panel{
    padding: 60px 60px;
}
.choose-panel h1 {
    font-size: 35px;
    color: #1b3186;
    font-weight: bold;
    margin-bottom: 40px;
}
.choose-panel h1 span{
    color: rgba(0,0,0,0.7);
    font-size: 18px;
} 

.choose_panel_sub_sec {
    padding: 30px 15px;
    background: #1b3186;
    color: #fff;
    transition: 600ms;
}
.choose_panel_sub_sec h4.mt-2 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px !important;
}
.choose_panel_sub_sec .text-muted {
    color: #fff!important;
    font-size: 18px;
    min-height: 42px;
    margin: 0;
    line-height: 20px;
}
.choose_panel_sub_sec .text-primary {
    color: #1b3186 !important;
    background: #fff !important;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    border-radius: 50%;
}
.choose_panel_sub_sec:hover {
    background: #1b3186;
    transform: translateY(-10px);
}
.choose_panel_sub_sec:hover .text-primary {
    color: #1b3186 !important;
    background: #fff !important;
}
.choose_panel_sub_sec:hover h4 {
    color: #fff;
}
.choose_panel_sub_sec:hover .text-muted {
    color: #fff !important;
}
.choose_panel_sub_sec2 {
    padding: 30px 15px;
    background: #d9534f;
    color: #fff;
    transition: 600ms;
}
.choose_panel_sub_sec2 h4.mt-2 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px !important;
}
.choose_panel_sub_sec2 .text-muted {
    color: #fff!important;
    font-size: 18px;
    min-height: 42px;
    margin: 0;
    line-height: 20px;
}
.choose_panel_sub_sec2 .text-primary {
    color: #d9534f !important;
    background: #fff !important;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    border-radius: 50%;
}
.choose_panel_sub_sec2:hover {
    background: #d9534f;
    transform: translateY(-10px);
}
.choose_panel_sub_sec2:hover .text-primary {
    color: #d9534f !important;
    background: #fff !important;
}
.choose_panel_sub_sec2:hover h4 {
    color: #fff;
}
.choose_panel_sub_sec2:hover .text-muted {
    color: #fff !important;
}
.choose_panel_sub_sec3 {
    padding: 30px 15px;
    background: #f2901d;
    color: #fff;
    transition: 600ms;
}
.choose_panel_sub_sec3 h4.mt-2 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 10px !important;
}
.choose_panel_sub_sec3 .text-muted {
    color: #fff!important;
    font-size: 18px;
    min-height: 42px;
    margin: 0;
    line-height: 20px;
}
.choose_panel_sub_sec3 .text-primary {
    color: #f2901d !important;
    background: #fff !important;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    border-radius: 50%;
}
.choose_panel_sub_sec3:hover {
    background: #f2901d;
    transform: translateY(-10px);
}
.choose_panel_sub_sec3:hover .text-primary {
    color: #f2901d !important;
    background: #fff !important;
}
.choose_panel_sub_sec3:hover h4 {
    color: #fff;
}
.choose_panel_sub_sec3:hover .text-muted {
    color: #fff !important;
}

@media screen and (max-width:767px){
    .choose-panel{
        padding: 30px 0px;
    }
    .choose-panel h1 {
        font-size: 35px;
    }
}
.list-school-div{
    background: url('../images/abstract.jpg') no-repeat left;
    background-size: cover;
}
.list-school-div .schools-div{
    position: relative;
    overflow: hidden;
}
.list-school-div .schools-div img{
    transition: .5s ease;
}
.list-school-div .schools-div:hover img{
    transform: scale(1.2);
}
.list-school-div .schools-div h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 15px;
}

.awards h1{
        color: #1b3176;
        margin-bottom: 30px;
      }

      @media screen and (max-width:767px){
        .awards h1{
          font-size: 35px;
        }
      }

#testimonialSlide .items{
    text-align: center;
}
#testimonialSlide .image img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    border: solid 1px #ddd;
    padding: 5px;
}
#testimonialSlide h5{
    font-weight: 600;
    color: #1b3186;
}
#testimonialSlide h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}
.started-panel{
    position: relative;
    padding: 150px 0;
    background: url('../../../images/FeaturedImageGA3.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}
.started-panel:before{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
}
.started-panel .container{
    position: relative;
}
.started-panel h1{
    font-weight: bold;
    font-size: 70px;
}
.started-panel h5 span{
    display: inline-block;
    background: #f8a125;
    padding: 3px 8px;
    color: #333;
    border-radius: 50px;
}
#recSlide .items{
    border: solid 1px #ddd;
}
.gallery-panel ul{
    margin: 0;
}
footer{
    background: #2b2b2b;
    padding: 20px 0;
    color: #949494;
}
footer a{
    color: #f8a125;
}
footer a:hover{
    color: #fff;
}
.inner-header{
    position: static;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
/*header .logout a{
    background: #ff0000 !important;
}*/
.inner-banner{
    position: relative;
    background: url('../../../images/banner.jpg') no-repeat center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
}
.inner-banner:before{
    position: absolute;
    right: -50px;
    bottom: 0;
    content: '';
    background: #fff;
    transform: skew(-40deg);
    z-index: 1;
}
.inner-banner:after, .campus-panel:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.inner-banner h2{
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 125px;
    z-index: 1;
}
.dash-head-right h1 strong{
    color: #f8a125;
}
.inner-register{
    width: 30%;
    margin: 30px auto;
    border: solid 1px #ddd;
    padding: 15px;
    border-radius: 4px;
}
.campus-panel{
    position: relative;
    padding: 100px 0;
    background: url('../../../images/campus.jpg') no-repeat center;
    background-size: cover;
}
.campus-panel .container{
    position: relative;
}
.campus-panel h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 58px;
    margin-bottom: 30px;
}
.btn-lg.go-choose {
    padding: 8px 30px;
    border-radius: 0;
    margin-top: 5px;
    color: #000;
}
.inner-main-panel{
    padding: 50px 0;
}
.main-form-panel .card .card-header{
    background: #4e73b8;
    color: #fff;
}
.main-form-panel .card .card-body .form-control{
    background: #f2f6ff;
    border-color: #b4bfd8;
}
.table tr:first-child th, .table tr:first-child td{
    border-top: 0;
}
.table thead tr th{
    background: #4e73b8;
    color: #fff;
}
#userpaymentsection{
    padding: 20px;
    margin-top: 15px;
    background: #fff;
}
select.form-control{
    -webkit-appearance: auto;
}
.register-panel .form-group{
    position: relative;
    margin-bottom: 15px;
}
.register-panel .form-group .invalid-feedback {
    position: absolute;
    /*left: 0;*/
    bottom: -15px;
    white-space: nowrap;
    color: #f5d6d9 !important;
    font-size: 12px;
}
.invalid-feedback {
    color: #dc6973 !important;
}
div#tocagreed-error {
    font-weight: 700;
    color: #ff0000 !important;
    margin: 0;
    line-height: 14px;
    background: #fff;
}
.register-panel .form-group label{
    color: #fff !important;
    padding-left: 0;
}
.form-group label{
    font-weight: 600;
    font-size: 13px;
    padding-left: 0;
    display: block;
    text-align: left;
}
.custom-control-label::before, .custom-control-label::after{
    top: 0;
    left: 0;
}
.alert{
    text-align: left;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -3px);
}
.btn{
    padding: 0.270rem .75rem;
}
.custom-control-label{
    padding-left: 21px !important;
}
.custom-control{
    padding-left: 0 !important;
}
.btn-warning:hover, .btn-outline-warning:hover {
    box-shadow: none !important;
}
.choose-panel h5 {
    margin-bottom: 20px;
}

.choose-panel h2 {
    position: relative;
}
.choose-panel h2::before {
    position: absolute;
    content: '';
    background: url(../../../images/title_bg.png) no-repeat top center / 100% 100%;
    width: 680px;
    height: 166px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.choose-panel h2 span {
    color: #f2901d !important;
    margin-bottom: 70px;
    position: relative;
    z-index: 999;
    padding: 40px 0;
    display: inline-block;
    font-size: 30px;
}
.choose-panel h2 span em {
    display: block;
    font-size: 15px;
    color: #fff;
}

a.btn.btn-link:hover {
    color: #f8a125 !important;
    text-decoration: none;
}
.form-control {
    font-size: 13px;
    padding: .375rem .5rem;
}
.register-panel .form-control {
    height: 30px;
}
.register-panel select.form-control {
    height: 30px !important;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem 0;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: none;
    text-transform: capitalize !important;
}
.toast-body {
    padding-top: 0 !important;
}
.captcha img {
    width: 106px;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* min-width: 320px; */
    /* max-width: 480px; */
    height: 340px;
    width: 92%;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 12px auto;
}

.grid figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 115% !important;
    opacity: 0.8;
    object-fit: cover;
}

.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption>a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}

.grid figure h2 span {
font-weight: 800;
}

.grid figure h2,
.grid figure p {
margin: 0;
}

.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
/* Individual effects */

figure.effect-ravi img {
max-width: none;
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}

figure.effect-ravi figcaption {
text-align: left;
}

figure.effect-ravi figcaption>div {
position: absolute;
bottom: 0;
left: 0;
padding: 12px;
width: 100%;
height: 92px;
}

figure.effect-ravi h2,
figure.effect-ravi p {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}

figure.effect-ravi h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8px;
    text-shadow: 1px 0 5px rgba(0,0,0,0.5);
}

figure.effect-ravi p {
color: rgba(255, 255, 255, 1);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
font-size: 11px;
line-height: 15px;
text-transform: capitalize;
background: rgba(0,0,0,.7);
padding: 3px 5px;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover p {
opacity: 1;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover h2,
figure.effect-ravi:hover p {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

figure.effect-ravi:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.course-min-height {
    height: 290px;
    overflow-y: scroll;
    overflow-x: auto;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
figure.effect-ravi:hover .course-min-height {
    opacity: 1
}
.rec-panel {
    background: #fff;
}
.desktop_clientlogo {
    display: block;
}
.mob_clientlogo {
    display: none;
}
.inner-header .logo img {
    width: 135px !important;
}
.inner-header a#dropdownMenuButton {
    padding-right: 25px;
}
button.ui.blue.button.pay_now_btn {
    color:#fff !important;
    background: #132257 !important;
    border-color: #132257 !important;
    padding: 4px 20px !important;
}
button#applycoupon {
    background: #132257 !important;
    border-color: #132257 !important;
}
button#removecoupon {
    background: #fa1131 !important;
    color: #fff !important;
    margin-left: 3px;
    border-color: #fa1131 !important;
}
#fdsformsteps button.btn.btn-info.btnsubmit {
    background: #132257 !important;
    border-color: #132257 !important;
}
.file-field .btn-floating {
    background-color: #132257;
    color: #fff;
}
/*##################################################################################################################### VGU CET CSS #############################################################################*/
.iucet_header{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.iucet_logo {
    margin-left: 30px;
}
.iucet_logo_img {
    width: 135px;   
}
.iucet_top_menu {
    margin-right: 30px;
}
/*.iucet_top_menu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.iucet_top_menu ul li {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
}
.iucet_top_menu ul li:last-child {
    margin-right: 0px;
}
.iucet_top_menu ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}*/
/*############################### Menu ############################*/
.navbar {
    padding: 0;
}
.navbar-brand {
    /* display: none; */
}
.navbar-light .navbar-nav {
    text-align: right !important;
    display: inline-block;
    width: 100%;
}
.navbar-light .navbar-nav .nav-item {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    padding: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    color: #fff;
    padding: 0 !important;
}
.navbar-light .navbar-nav li:last-child a {
    padding-right: 0 !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f8a125;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f8a125;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #f8a125;
}
/*############################### Menu ############################*/

.iucet_banner {
    position: relative;
    margin-bottom: 285px;
}
.iucet_banner img {
    width: 100%;
}
.iucet_banner_content_sec{
    position: absolute;
    bottom: 8%;
    left: 8%;
    width: 60%;
}
.iucet_banner_content_sec h2 {
    font-size: 120px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_content_sec h2 span {
    display: inline-block;
    font-weight: 700;
    color: #bf0015;
}
.iucet_banner_content_sec h4 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 800;
    margin: 0;
    background: #bf0015;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
}
.iucet_banner_form_sec .form_title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec {
    background: #000;
    padding: 25px 25px;
    width: 360px;
    border-radius: 15px;
    position: absolute;
    top: 80%;
    right: 50px;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    transform: translateY(-50%);
}
.iucet_banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner .form-control {
    height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #333333;
    border: 1px solid #333333;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec .submit-btn {
    background: #725d49;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner_form_sec .submit-btn:hover {
    background: #43372b;
    color: #fff;
}
.iucet_banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.iucet_banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.iucet_banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.iucet_banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.iucet_banner h3 {
    font-size: 51px;
    color: #003559;
    text-transform: uppercase;
    font-weight: 500;
    width: 60%;
    margin-left: 4%;
    position: absolute;
    bottom: -230px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.iucet_banner h3 span {
    font-size: 86px;
    color: #bf0015;
    display: block;
}

.about_back{
        background: url('images/about_banner.jpg');
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100% 100%;
        background-attachment: fixed;
      }
      @media screen and (max-width:767px){
        .about_back{
          height: 60vh;
        }
      }
      .about_text{
        background: #1b3186;
      }
      .about_inner{
        color: #fff;
        padding: 20% 7%;
      }
      .about_inner p{
        text-align: justify;
        font-size: 15px;
      }
      .about_inner button{
        background: transparent;
        color: #fff;
        padding: 10px 20px;
        font-size: 20px;
        border-radius: 50px;
        border: 2px solid #fff;
        margin-top: 30px;
        font-weight: bold;
      }
      .about_inner button:hover{
        background: #fff;
        border: 2px solid #fff;
        color: #000;
        font-weight: bold;
      }

.about_iucet {
    background: #fff;
    position: relative;
    padding: 30px 0 30px 25px;
}
.about_iucet::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: #c1cede;
    top: 0;
    left: 0;
}
.about_iucet::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 140px;
    background: #e0e6ee;
    bottom: 0;
    right: 0;
}
.no-padding {
    padding: 0 !important;
}
.about_iucet_img {
    float: right;
    margin-left: 25px;
    width: 68%;
    position: relative;
    z-index: 99;
}
.about_iucet_img img {
    width: 100%;
}
.about_iucet h2 {
    font-size: 40px;
    color: #003559;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.about_iucet h2 span {
    display: inline-block;
    font-weight: 700;
}
.about_iucet p {
    font-size: 16px;
    line-height: 20px;
    color: #003559;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.about_iucet p:last-child {
    margin: 0;
}
.programs_wrap {
    background: #e0e6ee;
    padding: 0;
    position: relative;
}
.programs_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/programmes_overlay1.png) no-repeat bottom right / 100% 100%;
    width: 705px;
    height: 705px;
    bottom: 0;
    right: 0;
    /*opacity: 0.3;*/
}
.programs_wrap h2 {
    font-size: 50px;
    font-weight: 400;
    color: #003559;
    padding: 0 0 20px;
    margin: 50px 0 50px 50px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    position: relative;
}
.programs_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}
.programs_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #003559;
    bottom: 0;
    left: 0;
    /*right: 0;
    margin: 0 auto;*/
}
.programPanel-iucet .nav {
    border-right: none;
    background: #003559;
    border-radius: 0;
    box-shadow: 1px 0 11px rgb(0 0 0 / 26%);
    overflow: hidden;
    padding: 240px 0;
}
.programPanel-iucet .nav a {
    color: #fff;
    font-weight: 600;
    border-bottom: solid 1px #001f33;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .nav a:last-child{
    border-bottom: 0;
}
.programPanel-iucet .nav-pills .nav-link.active, .programPanel-iucet .nav-pills .show>.nav-link {
    background: #c00015;
    border-radius: 0;
}
.programPanel-iucet .tab-content {
    border: solid 1px #000;
    padding: 25px;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    min-height: 428px;
    background: #000;
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .tab-content h5{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.list-unstyled {
    color: #fff;
}
.listStyle li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2px;
    width: 50%;
    float: left;
    font-size: 14px !important;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
    padding-right: 15px;
}
.listStyle li:before{
    font-family: 'FontAwesome';
    content: '\f101';
    position: absolute;
    left: 0;
    top: 0;
}
.listStyle li ol li{
    padding-left: 0;
}
.listStyle li ol li:before{
    content: '';
}
.programs_wrap_mob_title{
    display: none;
}
.programPanel-iucet .submit-btn {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 4px;
    padding: .375rem 2rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 15px;
}
.programPanel-iucet .submit-btn:hover {
    color: #fff;
    background: #003559;
}
.eligibility_wrap {
    background: #f1f4ff;
    position: relative;
    padding: 50px 0 50px 40px;
}
.eligibility_wrap::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background: #c1cede;
    top: 0;
    left: 0;
}
.eligibility_wrap::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 300px;
    background: #e0e6ee;
    top: 0;
    right: 0;
}
.eligibility_iucet_img {
    float: right;
    margin-left: 25px;
    width: 100%;
    position: relative;
    z-index: 99;
    margin-top: 20%;
}
.eligibility_iucet_img img {
    width: 100%;
}
.eligibility_criteria_content_sec {
    padding: 40px 25px 25px;
    display: inline-block;
}
.eligibility_criteria_content_sec h2 {
    font-size: 40px;
    color: #003559;
    font-weight: 500;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
}
.eligibility_criteria_content_sec p {
    font-size: 16px;
    font-weight: 500;
    color: #003559;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.eligibility_criteria_content_sec p b {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.content_divider {
    width: 100%;
    height: 2px;
    background: #60718c;
    margin: 30px 0;
}
.mar-top-max-gap{
    margin-top:60px !important;
}
.eligibility_programs_title_width {
    display: inline-block;
    min-width: 310px;
}
.eligibility_criteria_content_sec p em {
    font-style: normal;
    margin-right: 24px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.important_dates {
    background: #f1f4ff;
    padding: 70px 0 150px;
}
.important_dates h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    margin: 0 0 40px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.important_dates h2 b {
    font-weight: 700;
}
.important_dates h2 span {
    display: block;
    font-size: 31px;
}
.important_dates h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0 0 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.important_dates h3 span {
    display: inline-block;
    color: #d63d32;
}
.important_dates .card {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 0 16px rgba(0,0,0,0.26);
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card {
    width: 60%;
    background: #bf0015;
    transform: scale(1.4);
}
.important_dates .card_header {
    background: transparent;
    border-bottom: 2px solid #777777;
}
.important_dates .card.big_card .card_header {
    border-bottom: 2px solid #e18892;
}
.important_dates .card_header p {
    margin: 0 !important;
    font-size: 31px !important;
    padding: 10px 0 20px !important;
    font-weight: 700 !important;
    color: #bf0015 !important;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_header p {
    color: #fff !important;
}
.important_dates .card_body {
    padding: 10px;
}
.important_dates .card_body h4 {
    font-family: 'Tinos', serif;
    font-size: 120px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 110px;
}
.important_dates .card.big_card .card_body h4 {
    color: #fff;
}
.important_dates .card_body h6 {
    font-size: 22px;
    font-weight: 400;
    color: #cccccc;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h6 {
    color: #fff;
    opacity: 0.3;
}
.important_dates .card_body h5 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin: 30px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h5 {
    font-size: 41px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 0;
    opacity: 0.6;
    font-family: 'Roboto', sans-serif;
}
.important_dates .card.big_card .card_body h5 span {
    display: block;
    font-size: 20px;
}
.important_dates p {
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.gap-both {
    margin: 65px 0 !important;
}
.enrollment_process_wrap {
    background: #f8f9fb;
    padding: 0px 0 80px;
    text-align: center;
    position: relative;
}
.enrollment_process_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/how_to_apply_before.png) no-repeat top left / 100% 100%;
    width: 100%;
    height: 95px;
    top: -95px;
    left: 0;
}
.enrollment_process_wrap h2 {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    padding: 0 0 30px;
    margin: 50px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    position: relative;
}
.enrollment_process_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}
.enrollment_process_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #e7eaf5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mob_view {
    display: none;
}
.desktop_view{
    width: 100%;
    text-align: center;
}
.desktop_view img {
    display: inline-block;
}
.submit-btn2 {
    background: #000;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    padding: .375rem 2rem;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.submit-btn2:hover {
    background: #bf0015;
    color: #fff;
}
.iucet-gallery_wrap {
    padding: 0;
    background: #f8f9fb;
    position: relative;
}
.iucet-gallery_wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #f1f4ff;
}
.iucet-gallery_wrap ul {
    padding: 50px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.iucet-gallery_wrap ul::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 50px;
    background: #bf0015;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iucet-gallery_wrap ul::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 50px;
    background: #bf0015;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.iucet-gallery_wrap ul li {
    width: 25%;
    float: left;
    font-family: 'Roboto', sans-serif;
}
.iucet-gallery_wrap ul li img {
    width: 100%;
}
.iucet-footer {
    padding: 50px 0 0;
    background: #f1f4ff;
    border-bottom: 30px solid #003559;
    position: relative;
}
.iucet-footer::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/footer_overlay1.png) no-repeat bottom left / 100% 100%;
    width: 100%;
    height: 261px;
    bottom: 0;
    left: 0;
}
.iucet-footer h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.iucet-footer h2 b {
    font-weight: 700;
}
.iucet-footer h2 span {
    display: block;
    font-size: 31px;
}
.iucet-footer_contact_sec {
    /*background: #fff;*/
    padding: 20px 80px 40px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
/*.iucet-footer_contact_sec::before {
    position: absolute;
    content: '';
    background: url(../../../images/cet/footer_overlay1.png) no-repeat top left / 100% 100%;
    width: 100%;
    height: 98px;
    top: -98px;
    left: 0;
}*/
.iucet-footer_contact_sec ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.iucet-footer_contact_sec ul li {
    display: inline-block;
    margin-bottom: 15px;
    width: 25%;
    float: left;
    text-align: left;
    padding: 0 40px;
    border-right: 2px solid #c0c3cc;
    font-family: 'Roboto', sans-serif;
    min-height: 206px;
}
.iucet-footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
    border-right: none;
}
.iucet-footer_contact_sec ul li:nth-child(2) {
    width: 50%;
    padding: 0 80px;
}
/*.iucet-footer_contact_sec ul li:nth-child(3) {
    width: 30%;
}*/
.iucet-footer_contact_sec ul li p {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.iucet-footer_contact_sec ul li p a {
    color: #000;
}
.iucet-footer_contact_sec ul li a:hover {
    color: #bf0015;
    text-decoration: none;
}
.footer_contact_icon {
    margin-bottom: 10px;
    height: 100px;
    display: table-cell;
}
.footer_contact_icon img {
    width: auto;
    vertical-align: bottom;
}
.iucet_footer_social_media {
    position: relative;
    margin: 0 0 40px;
}
.iucet_footer_social_media::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c0c3cc;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.iucet_footer_social_media ul {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 99;
}
.iucet_footer_social_media ul li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}
.iucet_footer_social_media ul li:last-child {
    margin-right: 0px;
}
.btn.btn-link.frmLogin, .btn.btn-link.frmReg {
    width: 100%;
}
.red_text {
    color: #bf0015;
}
.footer-bottom {
    background: #003559;
    padding-bottom: 25px;
    text-align: center;
    color: #ccc;
}
.footer-bottom a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}


/*#############################################################################*/
.programPanel-iucet.desktop_display {
    display: block;
}
.programPanel-iucet.mobile_display {
    display: none;
}

.programPanel-iucet #accordion-1 {
  width: 100%;
  margin: 0 auto;
}
.programPanel-iucet .card-accordion .card-header {
    position: relative;
    padding: 0.5rem 2rem 0.5rem 1.25rem;
    text-transform: none;
    font-size: 15px;
    text-shadow: none !important;
}
.programPanel-iucet .card-header.collapsed {
    background: #003559 !important;
    color: #fff !important;
    border: solid 1px #001f33 !important;
}
.programPanel-iucet .card-header {
  background: #c00015 !important;
  color: #fff !important;
}
.programPanel-iucet .card-header:hover {
  color: #fff !important;
  background: #c00015 !important;
  text-decoration: none;
}
.programPanel-iucet .card-header:focus {
  color: #fff !important;
  background: #c00015 !important;
  text-decoration: none;
}
.programPanel-iucet .card-accordion .card-header::after {
    content: '\f106';
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed::after {
    content: '\f107';
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed:hover::after {
    color: #fff;
}
.programPanel-iucet .card-accordion .card-header.collapsed:focus::after {
    color: #fff;
}
.programPanel-iucet .card-header:first-child {
  border-radius: 0;
}
.programPanel-iucet .card-body {
    padding: 15px;
    background: #000;
}
.programPanel-iucet .card-body p {
    font-size: 13px;
    line-height: 17px;
    color: rgba(255,255,255,0.6);
    font-family: 'Roboto', sans-serif;
}
.programPanel-iucet .card-body ul {
  padding:0;
  margin: 20px 0;
}
/*.card-body ul li {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #858585;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
}
.card-body ul li span {
  color: #003da5;
  display: inline-block;
}
.card-body ul li:last-child {
  margin-bottom: 0;
}
.card-body ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #9b9b9b;
  border-radius: 50px;
  top: 7px;
  left: 0;
}*/
.programPanel-iucet h5 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
/*#############################################################################*/

/*##################################################################################################################### VGU CET CSS #############################################################################*/
.iucet_banner_form_sec .select2-container--default .select2-selection--single {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 4px;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.iucet_banner_form_sec .select2-container--default .select2-selection--single {
    height: 35px !important;
    line-height: 1.2 !important;
}
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.fixed_btn_result {
    position: fixed;
    top: 11%;
    right: 30px;
    z-index: 999;
    text-align: center;
}
.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    display: none;
    margin: 15px 0 0;
}
.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mob_userboard_table_tr span.leftsec {
    padding: 3px;
    border-right: 1px solid #ddd !important;
    width: 27%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 73%;
    float: left;
}
.ui.tab {
    padding: 10px !important;
}
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    background: #dc3545;
}
.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}
.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}
.jconfirm-cell {
    background: rgba(0,0,0,0.6);
}

.eligibility_criteria_content_sec .table {
    font-size: 14px;
}
.eligibility_criteria_content_sec .table td, .eligibility_criteria_content_sec .table th {
    padding: 0.45rem;
}


.courses_wrap .desktop_display {
    display: block;
}
.courses_wrap .mobile_display {
    display: none;
}
.courses_wrap .mobile_display .card-body ul {
    margin: 0 0 15px;
}
.courses_wrap #accordion-1 {
  width: 100%;
  margin: 0 auto;
}
.courses_wrap .card-accordion .card-header {
    position: relative;
    padding: 0.5rem 1.7rem 0.5rem .7rem;
    text-transform: none;
    font-size: 14px;
    text-shadow: none !important;
}
.courses_wrap .card-header.collapsed {
    background: #006cb5 !important;
    color: #fff !important;
    border: solid 1px #006cb5 !important;
}
.courses_wrap .card-header {
  background: #fa3d3d !important;
  color: #fff !important;
}
.courses_wrap .card-header:hover {
  color: #fff !important;
  background: #fa3d3d !important;
  text-decoration: none;
}
.courses_wrap .card-header:focus {
  color: #fff !important;
  background: #fa3d3d !important;
  text-decoration: none;
}
.courses_wrap .card-accordion .card-header::after {
    content: '\f106';
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.courses_wrap .card-accordion .card-header.collapsed::after {
    content: '\f107';
    color: #fff;
}
.courses_wrap .card-accordion .card-header.collapsed:hover::after {
    color: #fff;
}
.courses_wrap .card-accordion .card-header.collapsed:focus::after {
    color: #fff;
}
.courses_wrap .card-header:first-child {
  border-radius: 0;
}
.courses_wrap .card-body {
    padding: 15px;
    background: #fff;
}
.courses_wrap .card-body p {
    font-size: 13px;
    line-height: 17px;
    color: rgba(255,255,255,0.6);
    font-family: 'Roboto', sans-serif;
}
.courses_wrap .card-body ul {
  padding:0;
  margin: 20px 0;
}

.courses_wrap .mobile_display h5 {
    border-bottom: solid 1px #707070;
    padding-bottom: 5px;
    color: #4a4545;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}


@media screen and (max-width: 767.98px) {
    .courses_wrap .desktop_display {
    display: none;
}
.courses_wrap .mobile_display {
    display: block;
    }
}

.course_box{
   border:1px solid #c08e42;
   border-radius: 10px; 
   margin-top:15px; 
}
.mobile_display .card-body button{
    background: #dc3545;
    color: #fff;
    border-radius: 0px;
    box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.7);
}
.mobile_display .card-body {
    color: #fff;
}
.mobile_display .card-body p{
    color: #fff;
}
.mobile_display .card-body ul li{
    color: #fff;
}

.course_specializations{
  background: rgba(113, 12, 4, 0.1);
  height: 100%
}
.course_specializations hr{
  border: 2px solid #1f3c92;
  width: 27%; 
}
.course_specializations .nav{
  background-color: #1f3c92;
  padding-top: 168px;
  height: 100%;
}
.course_specializations .nav .nav-link{
  color: #fff;
}
.course_specializations .nav a.active{
  background: #dc3545;
  border-radius: 0px;
}
.course_specializations .tab-pane p{
  font-size: 14px;
}
.course_specializations .eligibility{
  background: #fff;
}
.course_specializations .tab-pane{
  background: #f5f5f5;
  padding: 30px;
  color: #000;
  margin-top: -2px;
}
.course_specializations .tab-pane button{
    background: #dc3545;
    color: #fff;
}
.programmes_content .check-square li {
    color:#fff;
}
.programmes_content .check-square li::before {
    color: #cc9b4f;
}
.programmes_content ul{
  list-style: none;
  padding-left: 0px;
}
.programmes_content .check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #000;
}
.programmes_content .check-square li::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: fontawesome;
  color: #ff5421;
  font-size: 20px;
}



.scholarships{
   margin: 0;
   padding: 0;
   font-family: 'Hind', sans-serif;
   background: #fff;
   color: #4d5974;
   display: flex;
   min-height: 100vh;
}
.scholarships h1{
  color: #1f3c92;
}

@media screen and (max-width:767px){
  .scholarships{
    width: 100%;
  }
  .scholarships h1{
    color: #1f3c92;
    font-size: 35px;
  }
}


 .inner {
   margin: 0 auto;
   padding: 0.5rem;
}
 .accordion .accordion-item {
   border-bottom: 1px solid #e5e5e5;
}
 .accordion .accordion-item button[aria-expanded='true'] {
   border-bottom: 1px solid #03b5d2;
}
 .accordion button {
   position: relative;
   display: block;
   text-align: left;
   width: 100%;
   padding: 1em 0;
   color: #000;
   font-size: 1.15rem;
   font-weight: 400;
   border: none;
   background: none;
   outline: none;
}
 .accordion button:hover, .accordion button:focus {
   cursor: pointer;
   color: #1f3c92;
}
 .accordion button:hover::after, .accordion button:focus::after {
   cursor: pointer;
   color: #1f3c92;
   border: 1px solid #1f3c92;
}
 .accordion button .accordion-title {
   padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
   display: inline-block;
   position: absolute;
   top: 18px;
   right: 0;
   width: 22px;
   height: 22px;
   border: 1px solid;
   border-radius: 22px;
}
 .accordion button .icon::before {
   display: block;
   position: absolute;
   content: '';
   top: 9px;
   left: 5px;
   width: 10px;
   height: 2px;
   background: currentColor;
}
 .accordion button .icon::after {
   display: block;
   position: absolute;
   content: '';
   top: 5px;
   left: 9px;
   width: 2px;
   height: 10px;
   background: currentColor;
}
.accordion-title{
  font-size: 16px;
}

 .accordion button[aria-expanded='true'] {
   color: #1f3c92;
   font-weight: bold;
}
 .accordion button[aria-expanded='true'] .icon::after {
   width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
   opacity: 1;
   max-height: 19em;
   transition: all 200ms linear;
   will-change: opacity, max-height;
}
 .accordion .accordion-content {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: opacity 200ms linear, max-height 200ms linear;
   will-change: opacity, max-height;
}
 .accordion .accordion-content p {
   font-size: 1rem;
   font-weight: 300;
   margin: 2em 0;
}
 
 .accordion .accordion-content .t_head{
  background: #1f3c92;
  color: #fff;
 }




 .download_brochure{
        background: rgba(158, 177, 234, 0.2);
        padding: 150px 0px;
      }
      .download_brochure h2{
        color: #005d9e;

      }
      .download_brochure .download_button{
        background: #005d9e;
        color: #fff;
        border: 1px solid #005d9e;
        border-radius: 70px;
        padding: 15px 40px;
        font-weight: bold;
        text-decoration: none;
      }

      .download_brochure .download_button:hover{
        background: #fff;
        border: 1px solid #0059de;
        color: #005d9e;
        font-weight: bold;
      }



 ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #1b3186;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #fff;
}
.single-cta i {
  color: #f2901d;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
    width: 300px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 13px;
      color: #fff;
  line-height: 20px;
  word-spacing: 1px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.instagram-bg{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.youtube-bg{
  background: red;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f2901d;
    padding: 13px 20px;
    border: 1px solid #f2901d;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
  margin-bottom: -20px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.apply_button button{
  font-size: 16px;
  border: 2px solid #fff;
  background: #fff;
  padding: 6px 30px 10px 30px;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
}
.apply_button button:hover{
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}


/*######################## invertis edge section start  ####################*/

.invertis_edge{
    padding:2% 0% 0% 0%;
}
.invertis_edge .edge_content{
    border-top:10px solid #AA0000;
}
.invertis_edge .edge_content h2{
    font-size:30px;
    color:#fff;
}
.invertis_edge .edge_content h2 span{
    font-size:45px;
    color:#fff;
    font-weight:bold;
}
.invertis_edge .edge_content h3{
    color:#fff;
    font-size:35px;
    font-weight:bold;
}
.invertis_edge .edge_content h3 span{
    color:#3F84FF;
    font-size:40px;
}
.invertis_edge .edge_content hr{
    border-top:1px solid #3F84FF;
    width:60%;
}
.invertis_edge .edge_content h4{
    color:#fff;
    font-weight:600;
}
.invertis_edge .edge_content h1{
    font-size:35px;
}
.invertis_edge .edge_content .back1{
    background:url('../../../images/cet/back1.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height:auto;
}
.invertis_edge .edge_content .back2{
    background:url('../../../images/cet/back2.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center bottom;
    height:auto;
}
.invertis_edge .edge_content h2 span.light_white{
    color:rgba(255,255,255,0.5);
    font-size:35px;
}
.invertis_edge .edge_content p span{
    font-weight: bold;
    color:rgba(255,255,255,0.5);
    font-size:22px;
}
.invertis_edge .edge_content p{
    font-weight: bold;
    color:rgba(255,255,255,1);
    font-size:22px;
}
.invertis_edge .edge_content p.experience{
    font-size:22px;
}
.invertis_edge .edge_content p.experience span{
    font-size:16px;
    color:#fff;
    font-weight:400;
}
.invertis_edge .edge_content h1.industry_inside{
    font-size:35px;
    color:#fff;
}
.invertis_edge .edge_content .back3{
    background:url('../../../images/cet/back3.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center bottom;
    height:auto;
}
.invertis_edge .edge_content h2.linkedin_text{
    font-size:30px;
    color:#000;
    font-weight:bold;
}
.invertis_edge .edge_content h2.linkedin_text span.linkedin_text1{
    color:#3F84FF;
    font-size:30px;
}
.invertis_edge .edge_content h2.linkedin_text span.linkedin_text2{
    color:#AA0000;
    font-size:30px;
}
@media (min-width:320px) and (max-width:480px){
    .invertis_edge .edge_content h2 span{
        font-size:35px;
        color:#fff;
        font-weight:bold;
    }
    .invertis_edge .edge_content h2{
        font-size:25px;
        color:#fff;
        font-weight:bold;
    }
    .invertis_edge .edge_content hr{
        border-top:1px solid #3F84FF;
        width:80%;
    }
}

.blue_color{
    color:#12397E;
}
.blue_back{
    background:#12397E;
}
.red_color{
    color:#AA0000;
}
.red_back{
    background:#AA0000;
}

/*######################## invertis edge section end  ####################*/