@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Product Sans';
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	font-weight:400;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{	
	font-family: 'Product Sans';
}
ul{
list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
text-decoration:none;
outline:none;
} 
textarea{
resize:none;
}
.mar-top{
	margin-top:30px;
}
p {
	line-height: 26px;    
	font-size: 16px;
	font-weight:400;
	color:#535151;
}

/*#######################*/
.btn {
    font-size: 1rem;
}
/*#################################### Font ###################################*/

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
        url('../../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Italic.woff2') format('woff2'),
        url('../../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*#################################### Font ###################################*/

.navbar {
    position:static !important;
}
.navbar .navbar-brand{
    font-size:35px;
    letter-spacing:2px;
}
.navbar .nav-link{
    font-size:17px;
    margin:0px 5px;
}

.header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.banner {
	background: url(../Frontend/images/banner.jpg) no-repeat center top;
    background-size:cover;
	padding: 120px 0 70px;
	position: relative;
}
.banner::before {
	position: absolute;
	content: '';
	background: url(../Frontend/images/banner_bottom_overlay.png) no-repeat bottom left / 100%;
	width: 100%;
	height: 187px;
	bottom: 0;
	left: 0;
}
.banner_form_sec .form_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    font-weight: bold;
    text-decoration: none;
    /*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: #fff;
	top: 10px;
	left: -60px;
}
.banner_form_sec .form_title span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: #fff;
	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: 40px !important;
    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;
}
.phonewithcountrycode input.phonenumber {
    border-left: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 0.3rem 0rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 0.3rem 0rem !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
label.form-group.agrCheck {
    display: flex;
    margin-top: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 15px !important;
}
.register-panel .form-group.agrCheck .form-control {
    /* float: left; */
    width: 20px!important;
    height: 20px !important;
    margin-top: 3px;
}

.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;
}
.btn {
    padding: 0.375rem 0.75rem;
}
.banner_content_sec {
    padding: 100px 40px 0px 60px;
}
.banner_content_sec h2 {
    font-size: 112px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid #fff;
}
.banner_content_sec h4 {
	font-size: 30px;
	font-weight: normal !important;
	color: #fff;
	line-height: 36px;
	margin: 0 0 25px;
}
.banner_content_sec h4 span {
	display: inline-block;
	font-weight: bold;
}
.banner_bottom_sec {
	padding: 220px 0 130px;
}
.banner_bottom_container {
	border:1px solid #fff;
}
.banner_bottom_left_sec {
	background: url(../Frontend/images/srem_transforming_admission_bg1.jpg) no-repeat center top;
	padding: 30px;
	border-right: 1px solid #fff;
	position: relative;
}
.banner_bottom_left_sec::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 92%;
	background: #fff;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_bottom_left_sec h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.banner_bottom_left_sec h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 100px;
	position: relative;
}
.banner_bottom_left_sec h4::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 100%;
	background: #fff;
	top: 0;
	left: -15px;
}
.banner_bottom_left_sec p {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 30px;
}
.btn1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
}
.btn1 i {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 40px;
}
.btn1:hover {
	background: #08cb84;
	color: #fff;
}
.banner_bottom_right_sec {
    width: 80%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.banner_bottom_right1 {
    position: absolute;
    top: -185px;
    left: 0;
}
.banner_bottom_right2 {
    position: absolute;
    bottom: -165px;
    right: 0;
}
.banner_bottom_box {
	padding: 15px;
	border-radius: 15px;
	text-align: left;
	margin: 20px 0;
	box-shadow: 1px 0 70px rgb(0,0,0,0.2);
}
.banner_bottom_box.bg1 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08cc84+0,2a9483+100 */
	background: rgb(8,204,132); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,204,132,1) 0%, rgba(42,148,131,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(8,204,132,1) 0%,rgba(42,148,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(8,204,132,1) 0%,rgba(42,148,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08cc84', endColorstr='#2a9483',GradientType=0 ); /* IE6-9 */
}
.banner_bottom_box.bg2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a9483+0,08cc84+100 */
	background: rgb(42,148,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(42,148,131,1) 0%, rgba(8,204,132,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(42,148,131,1) 0%,rgba(8,204,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(42,148,131,1) 0%,rgba(8,204,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9483', endColorstr='#08cc84',GradientType=0 ); /* IE6-9 */
}
.banner_bottom_box_icon {
	width: auto;
	height: 64px;
	margin-bottom: 10px;
}
.banner_bottom_box_icon img {
	display: inline-block;
}
.banner_bottom_box h4 {
	font-size: 24px;
	font-weight: 600;
	color:#fff;
	margin: 0 0 12px;
}
.banner_bottom_box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 20px;
    border-bottom: 6px solid #cccbcb;
    padding-bottom: 5px;
}
.banner_bottom_right1 {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.banner_bottom_right2 {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.other_platform_wrap {
	background: #fff;
	padding: 70px 0;
}
.other_platform_wrap .main_title1 {
    margin: 0 0 50px;
}
.other_platform_img_sec {
	width: 50%;
	float: left;
	margin: 0;
}
.other_platform_sub_sec {
	width: 50%;
	float: left;
	padding: 60px 60px 80px 30px;
	text-align: right;
}
.other_platform_sub_sec h3 {
	font-size: 36px;
	font-weight: bold;
	color: #292929;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}
.other_platform_sub_sec h3::before {
	position: absolute;
	content: '';
	width: 142px;
	height: 5px;
	background: #292929;
	bottom: 0;
	right: 0;
}
.other_platform_sub_sec p {
    font-size: 28px;
    font-weight: 400;
    color: #292929;
    margin: 0;
    line-height: 30px;
}
.other_platform_container {
	margin: 30px 0;
}
.right_float .other_platform_img_sec {
	float: right;
	width: 50%;
}
.right_float .other_platform_img_sec img {
	width: 100%;
}
.right_float .other_platform_sub_sec {
	background: transparent;
	text-align: left;
	width: 50%;
	padding-left: 60px;
	padding-right: 30px;
}
.right_float .other_platform_sub_sec h3::before {
    left: 0;
}
.main_title1 {
	font-size: 48px;
	font-weight: 400;
	color: #292929;
	margin: 0 0 30px;
	position: relative;
}
.main_title1::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #292929;
    top: 0;
    left: -15px;
}
.main_title1::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 58px;
    background: #292929;
    top: 0;
    left: -18px;
}
.steps_to_transform_wrap {
	padding: 70px 0;
	background: #f7f5f5;
}
.about_ctpl_wrap {
	background: url(../Frontend/images/about_ctpl_bg1.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0;
}
.about_ctpl_wrap .banner_bottom_left_sec {
    background: #292929;
    padding: 40px 80px 40px 40px;
    border-right: 1px solid #fff;
    position: relative;
    text-align: right;
    border-radius: 15px;
    width: 90%;
    float: right;
}
.about_ctpl_wrap .banner_bottom_left_sec h3 {
    border-bottom: none;
    margin: 0 0 30px;
}
.about_ctpl_wrap .banner_bottom_left_sec::before {
	left: inherit;
    right: 40px;
}
.about_ctpl_wrap .banner_bottom_left_sec h4::before {
    left: inherit;
    right: -42px;
}
.about_ctpl_wrap .banner_bottom_left_sec p {
    font-size: 20px;
    line-height: 24px;
}
.our_clientele_wrap {
	padding: 70px 0;
}
.our_clientele_image_sec {
	width: 100%;
	text-align: center;
}


.footer_link {
	margin: 60px 0 0;
	border-right: 1px solid #fff;
}
.footer_link ul {
	padding: 0;
	margin: 0;
}
.footer_link ul li {
	display: block;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 25px;
}
.footer_link ul li:last-child {
	margin: 0;
}
.footer_link ul li a {
	color: #fff;
}
.footer_link ul li a i {
	display: inline-block;
	margin-right: 15px;
}
.footer_social_media {
	padding: 0;
	margin: 60px 0 0;
	text-align: right;
}
.footer_social_media li {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-right: 5px;
}
.footer_social_media li:nth-child(1) {
	margin-right: 10px;
}
.footer_social_media li:last-child {
	margin-right: 0px;
}
.footer_social_media li a {
	display: inline-block;
	width: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
}
.footer_social_media li a:hover {
	color: #0b443f;
	border: 2px solid #a7bcba;
	background: #a7bcba;
}

.no-padding {
	padding: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #d7d7d7 !important;
}
.banner_form_sec .btn {
    margin: 5px 0;
}
.btn-danger, .btn-outline-danger {
    border-color: #832625;
    background: #832625;
}
.btn-danger:hover, .btn-outline-danger:hover {
    background: #6e1716;
    box-shadow: 0 8px 25px -8px #6e1716;
    border-color: #6e1716;
}
.btn-warning {
    color: #fff;
    background-color: #ff9500;
    border-color: #ff9500;
}
.btn-warning:hover, .btn-outline-warning:hover {
    background: #cd772b;
    box-shadow: 0 8px 25px -8px #cd772b;
    border-color: #cd772b;
    color: #fff;
}
/*##################################################################################################################### VGU CET CSS #############################################################################*/
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #232323;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #232323;
}

.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('../Frontend/images/campus.jpg') no-repeat center;
    background-size: cover;
}
.campus-panel .container{
    position: relative;
}
.campus-panel h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}
.campus-panel h5 {
    font-size: 17px;
}
.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: #4d4e4e;
    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: -18px;
    white-space: nowrap;
    color: #ff021b !important;
    font-size: 0.75rem;
}
.invalid-feedback {
    color: #dc6973 !important;
}
.register-panel .form-group label{
    color: #fff !important;
    padding-left: 0;
}
#dashboardaccord .leftmenu .list-group-item h5 {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 11px 10px;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #ddd;
}
#dashboardaccord .leftmenu .list-group-item h5 i {
    float: left;
    overflow: hidden;
    padding-top: 2px;
    margin-right: 10px;
}
#dashboardaccord .leftmenu .list-group-item h5:last-child {
    border-bottom: none;
}
#dashboardaccord .leftmenu .list-group-item[aria-expanded="true"] {
    text-shadow: none !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    background: #f8a125 !important;
    color: #000 !important;
    border-bottom-color: #f8a125 !important;
}
#dashboardaccord .dashboard_container {
    padding: 25px;
    box-shadow: 1px 0 11px rgba(0,0,0,0.26);
    margin-left: 30px;
}
#mypayments .table.table-bordered {
    font-size: 13px !important;
}

#wrapper {
    display: none;
}
.programPanel .nav{
    border-right: solid 1px #ddd;
    background: #fff;
}
.programPanel .nav a {
    color: #a63238;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
}
.programPanel .nav a:last-child{
    border-bottom: 0;
}
.programPanel .nav-pills .nav-link.active, .programPanel .nav-pills .show>.nav-link{
    background: #811811;
    border-radius: 0;
}
.programPanel .tab-content{
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 428px;
    background: rgba(0,0,0,0.65);
}
.programPanel .tab-content h5{
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    color: #d63220;
}
.list-unstyled {
    color: #fff;
}
.listStyle li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}
.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: '';
}
.admpanel{
    padding: 30px 0;
    background: #f5f5f5;
}
.instDiv {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    border-radius: 4px;
    min-height: 100%;
}
header.inner-header {
    position: static;
    border-bottom: 1px solid #ddd;
}
header.inner-header .logo {
    padding: 15px;
}
.banner_form_panel h4 {
    color: #fff;
}
.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.phone {
    text-align: right;
}
#applycoupon {
    display: inline-block;
    color: #000 !important;
    background: #f2901d !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}
#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}
.bg-secondary {
    background-color: #0b443f !important;
}
.grey_bg {
    background:#ecf0f5 !important;
}
.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

@-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;
    bottom: 5%;
    left: 15px;
    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: 13px;
    line-height: 18px;
    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: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}
.desk-text-right{
    text-align: right;
}
.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);
}
.register-panel .frmLogin, .login-panel .frmReg {
    margin: 5px 0 0;
}
.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}
.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;

}
.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}
.inner-header .logout .dropdown .dropdown-item.active, .inner-header .logout .dropdown .dropdown-item:active {
    background-color: #299683;
}
header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #09ca84 !important;
    font-weight: 600;
}
#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #299683;
    border-color: #299683;
}
#banner_form .register-panel .btn.btn-warning.btn-block, #banner_form .login-panel #checkLogin, 
#banner_form .login-panel .btn.btn-warning.btn-block.showifvalid,
input#passwordResetbtn {
    background:  #aa0a22;
    border-color:  #aa0a22;
    padding: 10px;
    border-radius: 5px;

}
#banner_form .register-panel .btn.btn-warning.btn-block:hover, 
#banner_form .login-panel #checkLogin:hover,  #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid:hover {
    background:  #aa0a22;
    border-color:  #aa0a22;
    box-shadow: 0 8px 25px -8px  #aa0a22;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg, a.btn.btn-link.toggleAction.btn-block {
    background: #f44336;
    border: #f44336;
    color: #fff;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin:hover, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg:hover, a.btn.btn-link.toggleAction.btn-block:hover {
    background: #f44336;
    border: #f44336;
    box-shadow: 0 8px 25px -8px #f44336;
}
.steps_to_transform_wrap .desktop_display, .our_clientele_wrap .desktop_display {
    display: inline-block;
}
.steps_to_transform_wrap .mobile_display, .our_clientele_wrap .mobile_display {
    display: none;
}
select#code {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
select#countrycode {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
#mobile {
    margin-left: 30%;
    width: 70%;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}

div#banner_form .toggleAction {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: none;
    color: #aa0a22;
    font-weight: 600;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    font-family:Arial, Helvetica;
}

.no-pad-gap {
    padding: 0 !important;
}

/*--------------------------------------section---------------------------------*/

.banner_otp_sec{
    padding:45% 0%;
}
@media screen and (max-width:767px){
    .banner_otp_sec{
        padding:20% 0%;
    }
}
.menu{
    background-color:rgb(185, 40, 40) ;
}
.navbar-collapse{
    margin-right: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.number{
    position: absolute;
    top: 30%;
    right: 30px;
}
.number a{
    color: #fff;
}
.number a:hover{
    text-decoration: none;
    color: #fff;
}
.phone_number{
    display: none;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}
.collapse ul li a{
    color: #fff !important;
}
.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
    .navbar-collapse{
        margin-right: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }   
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}



.head_side{
    margin: 50px 0 70px 0;
}
.head_side h2{
    text-align: center;
}
.head_side h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    margin: 0 auto;
}
.head_content p{
   margin-top: 30px;
}



.head_menu h2{
    text-align: center;
    margin-top: 60px;
}
.head_menu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    margin: 0 auto;
}
.head_img img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}


.baner_img img{
    width: 100%;
    height: 620px;
    margin-top:100px;
}
.baner_section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45% 2% 35% 2%;
    flex-direction: column;
}
.sectioon{
    color: #fff;
}
.firrst{
    margin-top: 30px;
}
.status_main_section{
    margin-top: 100px;
}
@media only screen and (max-width:991px){
    .baner_section{
        margin: 40px;
    }
}
@media only screen and (max-width:501px){
    .firrst img{
        width: 110%;
        height: 60px;
    }
}
@media only screen and (max-width:1228px){
    .firrst img{
        width: 90% !important;
    }
}
.status_section{
    padding: 50px 10px;
    margin-bottom: 50px;
    /* border-bottom: 1px solid #aa0a22; */
    height:16rem;
    box-shadow:4px 9px 15px rgba(170, 10, 34,0.7);
    border-top:5px solid #aa0a22;
    position: relative;
}

.status_section h2{
font-size: 16px;
font-weight: 400;
color: #000;
font-family: Arial, Helvetica !important;
}
.status_section .status_icon i{
    padding:16px;
    /* border:1px solid #000; */
    border-radius:50%;
    color:#fff;
    background:#aa0a22;
}
.status_section p{
    margin-top: 30px;
    color: rgb(185, 40, 40);
}
.count{
    display: flex;
    font-size: 60px;
    justify-content: flex-end;
    align-items: flex-end;
}
.count p{
   margin: 0;
}
.status_count p{
    margin-top: 60px;
}
.main p{
    margin-top:75px;
}
.market p{
    margin-top:75px;
}


@media only screen and (max-width:1199px){
.countt{
    margin-top:50px;
}
.market p{
    margin-top:100px;
}
}


.bussines_img img{
    width: 100%;
    height: 550px;
}
@media only screen and (max-width:992px){
    .bussines_content{
        margin-top: 50px;
    }
    .careers_section_content h5{
        margin-top: 50px;
    }
}
@media only screen and (max-width:992px){
    .bussines_content h1{
        font-size: 30px;
    }
}





.col-lg-5.careers_section_content {
    background: #252627;
    padding: 30px;
}
.careers_section_img img{
    width: 100%;
    height: 550px;
}
.careers_section {
    margin-top: 0;
    padding: 70px 0;
}
.careers_section_content h5 {
    font-size: 15px;
    color: #c7c7c7;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
}
.careers_section_content p{
    margin: 0px;
}
.section_conteent{
    margin-top: 30px;
}
.section_conteent i{
    margin-right: 15px;
}
.button_apply{
    margin-top: 25px;
}
.button_apply button{
    padding: 8px 30px 8px 30px;
    border: none;
    background-color: black;
    color: #fff;
}
@media only screen and (max-width:559px){
    .button_apply{
        text-align: center;
    }
}

.participating_universities_wrap {
    padding: 50px 0 50px;
}
.participating_universities_wrap h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align: center;
}
.owl-theme{
    width: 100% !important;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
.clientlogo {
    width: 95%;
    margin: 0 auto;
    height: 175px;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
}
.clientlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.logo_img img{
    width: 150px;
    height: 150px;
}
.logo_imgtwo img{
    width: 140px;
    height: 140px;
}
/*.owl-carousel .item img{
   width: 180px !important;
   height: 110px;
}*/
.owl-prev{
    position: absolute;
    top: 20%;
    left: 0;
font-size: 30px !important;
}
.owl-next{
    position: absolute;
    top: 20%;
    right: 0;
    font-size: 30px !important;
}


.participting h1{
    margin-top: 30px;
    text-align: center;
}
@media only screen and (max-width:292px){
    .participting h1{
       font-size: 30px !important;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet h4{
    font-size: 15px;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}
@media only screen and (max-width:234px){
    .img_logoo img{
        width: 100%;
    }
    .phone_coll{
        margin: 20px 0 20px 0;
    }
}
@media only screen and (max-width:223px){
    .participting h1{
        font-size: 25px !important;
    }
    .bussines_content h1{
        text-align: center;
    }
}
@media only screen and (max-width:213px){
    .bussines_content h1{
        text-align: center;
        font-size: 22px;
    }
}



.head_meenu h2{
    text-align: center;
    margin-top: 70px;
}
.head_meenu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 17%;
    height: 3px;
    margin: 0 auto;
}
.heead_imgs img{
   width: 100%;
}




/*-----------------------------------------------------gmec----------------------------------------------------------*/

.menu{
    background-color:rgb(185, 40, 40) ;
}
.navbar-collapse{
    width: 90% !important;
}
.nav_section{
    position: relative;
}
.navbar-collapse{
    margin-right: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media (min-width:320px) and (max-width:480px){
    .nav_section .navbar .nav-item .nav-link{
        color:#000;
    }
    .nav_section .navbar .nav-item .nav-link .dropdown-menu .dropdown-item{
        color:#000;
    }  
}

.number{
    position: absolute;
    top: 30%;
    right: 30px;
    
}
.number a{
    color: #fff;
}
.number a:hover{
    text-decoration: none;
    color: #fff;
}
.phone_number{
    display: none;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}
.collapse ul li a{
    color: #fff !important;
}
.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
    /* .navbar-collapse{
        margin-right: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }    */
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    /* .navbar-collapse{
        width: 0% !important;
    } */
}

@media screen and (max-width: 339px){
    /* .navbar-collapse{
        width: 0% !important;
    } */
}
@media screen and (max-width: 333px){
    /* .navbar-collapse{
        width: 0% !important;
    } */
}



.header_menu h2{
    margin: 50px 0 50px 0;
}
@media screen and (max-width:576px) {
    .header_menu h2{
        margin: 50px 0 50px 0;
    }
}

.header_menu h2{
    text-align: center;
}
.header_menu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 18%;
    height: 3px;
    margin: 0 auto;
}
.header_menu h3{
    margin-top: 30px;
    font-size: 30px;
}
.header_menu h3::after{
    background-color: black;
    content: "";
    display: block;
    width: 38%;
    height: 3px;
}
.header_menu p{
    margin-top: 40px;
}
.status{
    margin: 20px 0 0 0px;
}
.status i{
    font-size: 20px;
    margin-right: 10px;
}
.status_head{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}









      /*-------------------------------------------section-----------------------------------------------*/

      .members{
          margin: 100px 0 30px 0;
      }
      .members h2::after{
        background-color: brown;
        content: "";
        display: block;
        width: 24%;
        height: 3px;
        margin: 0 auto;
    }

      .members{
        text-align: center;
      }
      .style{
          border: 1px solid black;
          padding: 30px 35px 30px 20px;
      }
      .members_ditels{
          display: flex;
          justify-content: center;
          flex-direction: column;
          margin: 0 auto;
          padding: 0 !important;
      }
      .members_ditels p{
          margin: 0;
      }
      .members_ditels h4::after{
        background-color: brown;
        content: "";
        display: block;
        width: 100%;
        height: 3px;
    }

    .website{
        margin:30px ;
    }


    @media screen and (max-width:1199px) {
        .style{
            padding: 30px 10px 30px 0px;
        }
    }
    @media screen and (max-width:991px) {
        .members_ditels{
            margin-top: 30px;
           margin-left: 15px;
        }
        .status{
            margin: 30px 0 0 0;
        }
    }
    @media screen and (max-width:575px) {
        .members_img img{
            display: flex;
            margin: 0 auto;
        }
    }




    .inner_footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: rgb(185, 40, 40);
        border: 2px solid black;
        padding: 35px;
        margin: 50px 0 20px 0;
    }
    .phone_coll a{
        color: #fff;
    }
    .phone_coll a:hover{
        text-decoration: none;
        color: #fff;;
    }
    .phone_coll a i{
        font-size: 30px;
        margin-right: 20px;
    }
    
    .email a{
        color: #fff;
    }
    .email a:hover{
        text-decoration: none;
        color: #fff;;
    }
    .email a i{
        font-size: 30px;
        margin-right: 20px;
    }
    .footer_gmcet{
        text-align: center;
    }
    .footer_gmcet a:hover{
        text-decoration: none;
    }
    .gmcett{
        margin-bottom: 30px;
    }
    @media only screen and (max-width:768px){
        .inner_footer{
            padding: 25px;
            flex-direction: column;
        }
        .phone_coll{
            margin: 50px;
        }
    }
    @media only screen and (max-width:305px){
        .phone_coll{
            margin: 30px;
        }
    }







/*------------------------------------------------------------------gmcetcampus--------------------------------------------------------------------------------*/


.menu{
    background-color:rgb(185, 40, 40) ;
}
.navbar-collapse{
    width: 90% !important;
}
.nav_section{
    position: relative;
}
.nav_section .navbar .nav-item .nav-link{
    color:#fff !important;
}
.navbar-collapse{
    margin-right: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.number{
    position: absolute;
    top: 30%;
    right: 30px;
}
.number a{
    color: #fff;
}
.number a:hover{
    text-decoration: none;
    color: #fff;
}
.phone_number{
    display: none;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}
.collapse ul li a{
    color: #fff !important;
}
.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
    .navbar-collapse{
        margin-right: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }   
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}

.camplus h2{
    margin: 50px 0 50px 0;
}



.global_university img{
    width: 60%;
    height: 220px;
    display: flex;
    margin: 0 auto;
}
.global_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.global_university{
    border: 1px solid black;
}
.global_universityy{
    border: 1px solid black;
}
.global_universityy h5{
    padding-top: 10px;
    text-align: center;
}



.nrai_school img{
    width: 70%;
    height: 130px;
    display: flex;
    margin: 40px auto;
}
.nrai_school h5{
    margin: 0;
    text-align: center;
    padding-top:5px ;
}
.nrai_school{
    border: 1px solid black;
    height: 251px;
}
.nrai_schooll{
    border: 1px solid black;
}
.nrai_schooll h5{
    padding-top: 10px;
    text-align: center;
}


.sriram_university img{
    width: 60%;
    height: 200px;
    display: flex;
    margin: 10px auto;
}
.sriram_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.sriram_university{
    border: 1px solid black;
    height: 251px;
}
.sriram_universityy{
    border: 1px solid black;
}
.sriram_universityy h5{
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width:1199px) {
    .global_university img{
        width: 70%;
        height: 220px;
    }
    .nrai_school img{
        width: 75%;
        height: 130px;
        margin: 30px auto;
    }
    .sriram_university img{
        width: 60%;
        height: 170px;
    }
}





.sansriti_university img{
    width: 50%;
    height: 150px;
    display: flex;
    margin: 10px auto;
}
.sansriti_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.sansriti_university{
   border: 1px solid black;
   height: 201px;
}
.sansriti_universityy{
    border: 1px solid black;
}
.sansriti_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.invertis_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 10px auto;
}
.invertis_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.invertis_university{
    border: 1px solid black;
    height: 201px;
}
.invertis_universityy{
    border: 1px solid black;
}
.invertis_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.bahra_university img{
    width: 60%;
    height: 70px;
    display: flex;
    margin: 50px auto;
}
.bahra_university h5{
    margin: 0;
    text-align: center;
}
.bahra_university{
    border: 1px solid black;
    height: 201px;
}
.bahra_universityy{
    border: 1px solid black;
}
.bahra_universityy h5{
    text-align: center;
    padding-top: 10px;
}






.Mody_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.Mody_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.Mody_university{
    border: 1px solid black;
}
.Mody_universityy{
    border: 1px solid black;
    height: 92px;

}
.Mody_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.jagran_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.jagran_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.jagran_university{
    border: 1px solid black;

}
.jagran_universityy{
    border: 1px solid black;
}
.jagran_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.devbhoomi_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.devbhoomi_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.devbhoomi_university{
    border: 1px solid black;
    height: 171px;
}
.devbhoomi_universityy{
    border: 1px solid black;
    height: 92px;
}
.devbhoomi_universityy h5{
    padding-top: 10px;
    text-align:  center;
}



@media screen and (max-width:1199px) {
    .Mody_university{
        height: 195px;
    }
    .devbhoomi_university{
        height: 195px;
    }
    .devbhoomi_universityy{
        height: 116px;
    }
    .jagran_university{
        height: 195px;
    }
    .Mody_universityy{
        height:116px;
    }
}






.quantum_university img{
    width: 50%;
    height: 130px;
    display: flex;
    margin: 20px auto;
}
.quantum_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.quantum_university{
  border: 1px solid black;
  height: 211px;
}
.quantum_universityy{
    border: 1px solid black;
}
.quantum_universityy h5{
    padding-top: 10px;
    text-align: center;
}



.rayatbahara_university img{
    width: 50%;
    height: 120px;
    display: flex;
    margin: 20px auto;
}
.rayatbahara_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.rayatbahara_university{
    border: 1px solid black;
    height: 211px;
}
.rayatbahara_universityy{
    border: 1px solid black;
    height: 164px;
}
.rayatbahara_universityy h5{
    padding-top: 10px;
    text-align: center;
}


.mangalayatan_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.mangalayatan_university img{
    width: 50%;
    height: 140px;
    display: flex;
    margin: 20px auto;
}
.mangalayatan_university{
    border: 1px solid black;
}
.mangalayatan_universityy{
    border: 1px solid black;
    height: 164px;
}
.mangalayatan_universityy h5{
    padding-top: 10px;
    text-align: center;
}
@media screen and (max-width:1199px) {
    .rayatbahara_universityy{
        height: 188px;
    }
    .mangalayatan_universityy{
        height: 188px;
    }
}




.muit_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.muit_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.muit_university{
    border: 1px solid black;
    height: 245px;
}
.muit_universityy{
    border: 1px solid black;
    height: 68px;
}
.muit_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.arts_college img{
    width: 60%; 
    height: 99px;
    display: flex;
    margin: 20px auto;
}
.arts_college h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.arts_college{
    border: 1px solid black;
    height: 245px;
}
.arts_collegee{
    border: 1px solid black;
}
.arts_collegee h5{
    text-align: center;
    padding-top: 10px;
}



.soundarya_institute img{
    width: 40%;
    height: 150px;
    display: flex;
    margin: 20px auto;
}
.soundarya_institute h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.soundarya_institute{
    border: 1px solid black;
}
.soundarya_institutee{
    border: 1px solid black;
    height: 68px;
}
.soundarya_institutee h5{
    text-align: center;
    padding-top: 10px;
}





.national_school img{
   width: 80%;
   height: 100px;
   display: flex;
    margin: 20px auto;
}
.national_school h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.national_school{
    border: 1px solid black;

}
.national_schooll{
    border: 1px solid black;

}
.national_schooll h5{
    text-align: center;
    padding-top: 10px;
}



.apex_university img{
    width: 70%;
    height: 100px;
    display: flex;
    margin: 20px auto;
 }
 .apex_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.apex_university{
    border: 1px solid black;
    height: 195px;
}
.apex_universityy{
    border: 1px solid black;
    height: 68px;
}
.apex_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.ajeenkya_university img{
    width: 70%;
    height: 100px;
    display: flex;
    margin: 20px auto;
 }
 .ajeenkya_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.ajeenkya_university{
    border: 1px solid black;
    height: 195px;
}
.ajeenkya_universityy{
    border: 1px solid black;
}
.ajeenkya_universityy h5{
    text-align: center;
    padding-top: 10px;
}





.journalism_media img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.journalism_media h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.journalism_media{
    border: 1px solid black;
}
.journalism_mediaa{
    border: 1px solid black;
}
.journalism_mediaa h5{
    text-align: center;
    padding-top: 10px;
}



.shimla_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.shimla_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.shimla_university{
    border: 1px solid black;
}
.shimla_universityy{
    border: 1px solid black;
}
.shimla_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.sharda_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.sharda_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.sharda_university{
    border: 1px solid black;
}
.sharda_universityy{
    border: 1px solid black;
    height: 68px;
}
.sharda_universityy h5{
    text-align: center;
    padding-top: 10px;
}
@media screen and (max-width:1199px) {
    .journalism_mediaa{
        border: 1px solid black;
        height: 92px;
    }
    .shimla_university{
        border: 1px solid black;
        height: 195px;
    }
    .sharda_university{
        border: 1px solid black;
        height: 195px;
    }
    .sharda_universityy{
        border: 1px solid black;
        height: 92px;
    }
}







.auro_university img{
    width: 60%;
    height: 150px;
    display: flex;
    margin: 20px auto;
}
.auro_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.auro_university{
   border: 1px solid black;
}
.auro_universityy{
    border: 1px solid black;
}
.auro_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.birla_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.birla_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.birla_university{
    border: 1px solid black;
    height: 221px;
}
.birla_universityy{
    border: 1px solid black;
}
.birla_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.Noida_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.Noida_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.Noida_university{
    border: 1px solid black;
    height: 221px;
}
.Noida_universityy{
    border: 1px solid black;
}
.Noida_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.centurion_university img{
    width: 50%;
    height: 210px;
    display: flex;
    margin: 20px auto;
}
.centurion_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.centurion_university{
   border: 1px solid black;
   height: 295px;
}
.centurion_universityy{
    border: 1px solid black;
}
.centurion_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.manav_university img{
    width: 60%;
    height: 200px;
    display: flex;
    margin: 20px auto;
}
.manav_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.manav_university{
    border: 1px solid black;
}
.manav_universityy{
    border: 1px solid black;
}
.manav_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.lnct_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.lnct_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.lnct_university{
    border: 1px solid black;
    height: 295px;
}
.lnct_universityy{
    border: 1px solid black;
    height: 68px;
}   
.lnct_universityy h5{
    text-align: center;
    padding-top: 10px;
}




.presidency_college img{
    width: 50%;
    height: 200px;
    display: flex;
    margin: 20px auto;
}
.presidency_college h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.presidency_college{
   border: 1px solid black;
}
.presidency_collegee{
    border: 1px solid black;
}
.presidency_collegee h5{
    padding-top: 10px;
    text-align: center;
}



@media screen and (max-width:576px) {
    .camplus h2{
        text-align: center;
        margin: 50px 0 50px 0;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}









/*---------------------------------------------------------------------------------------examination---------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------navbar------------------------------------------------------*/
.menu{
    background-color:rgb(185, 40, 40) ;
}
.navbar-collapse{
    width: 90% !important;
}
.nav_section{
    position: relative;
}
.navbar-collapse{
    margin-right: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.number{
    position: absolute;
    top: 30%;
    right: 30px;
}
.number a{
    color: #fff;
}
.number a:hover{
    text-decoration: none;
    color: #fff;
}
.phone_number{
    display: none;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}
.collapse ul li a{
    color: #fff !important;
}
.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
    .navbar-collapse{
        margin-right: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }   
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}



/*----------------------------------------ELIGIBILITY CRITERIA------------------------------------------------ */


.eligibility_head h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 30%;
    height: 3px;
}
.about_wrap .eligibility_head h2::after{
    display: none;
}
/*.eligibility_head{
    margin-top: 50px;
}*/
.eligibility_head p{
    margin-top: 30px;
}
.candidate_text p{
    margin-top: 40px;
}
@media screen and (max-width: 525px){
  .eligibility_head h2{
      text-align: center;
  }
  .eligibility_head h2::after{
    width: 67%;
    margin: 0 auto;
}
}





/*--------------------------------------------------APPLICATION  FEE:----------------------------------------------------------*/


.applecation_text{
    margin: 0;
}
.applecation_text h2{   
    text-align: center;
    background-color: black;
    color: white;
    width: 35%;
    margin: 0 auto;
}
.applecation_text p{
   margin-top: 30px;
}
@media screen and (max-width:772px) {
    .applecation_text h2{
        width: 50%;
    }
}
@media screen and (max-width:730px) {
    .applecation_text h2{
        width: 100%;
    }
}






/*--------------------------------------------------REGISTRATION---------------------------------------------------------------- */
 
@media screen and (max-width:525px) {
    .menu_text h2{
        text-align: center;
    }
}
@media screen and (max-width:253px) {
    .menu_text h2{
        font-size: 25px;
    }
}







/*-------------------------------------------HOW  TO REGISTER?--------------------------------------------------------*/


.register_text{
    margin: 0 ;
}
.register_text h2{
    text-align: center;
    background-color: black;
    color: white;
    width: 35%;
    margin: 0 auto;
}
.text_news{
    margin-top: 40px;
}
@media screen and (max-width:772px) {
    .register_text h2{
        width: 50%;
    }
}
@media screen and (max-width:730px) {
    .register_text h2{
        width: 100%;
    }
}





/*-------------------------------------------------EXAM STRUCTURE & MODEL PAPER---------------------------------------------- */


.structure_text h3{
      margin-top: 40px;
}
.inner_text{
    margin-top: 30px;
}
.inner_text p{
    margin: 0;
}
.baner p{
    margin: 0;
}
.seccttion{
    border: 1px solid black;
    margin-top: 50px;
    padding: 20px;
}
.seccttion p{
    margin: 0;
    line-height: 30px;
    color: black;
}
.status h2{
    margin-top:50px ;
}




/* ----------------------------------------------------------MPORTANT DATE------------------------------------------------------------- */

.careers{
    margin-top: 45px;
}
.careers h2{
margin: 20px 0px;
}
.contentt{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.Start{
    margin-top: 40px;
}
.guidelines_section h3{
    margin-top: 30px;
}
.candidates_section{
    margin-top: 40px;
}
.staatus_head{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.conducted_section i{
    margin-right: 10px;
}

.admit h2{
    margin-top: 50px;
}
.admit_text{
    margin: 40px 0 0 50px;
}
.candidates{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.candidates i{
    margin-right: 10px;
}
.discrepancies{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.resultt{
    margin-left: 35px;
}
.result h2{
    margin-top: 50px;
}
.appeared{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.resultt  i{
    margin-right: 10px;
}
@media screen and (max-width:570px) {
    .admit_text{
        margin: 40px 0 0 0;
    }
    .resultt{
        margin-left: 0;
    }
}



.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}





/*---------------------------------------------------------------academics-----------------------------------------------------------------------------------------*/


.menu {
     background-color: rgb(170 10 34); 
    /*background: url(../img/banner.jpg);*/
}
.navbar-collapse{
    width: 90% !important;
}
.nav_section {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-collapse{
    margin-right: 190px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.number {
    position: absolute;
    top: 29%;
    right: 20px;
}
/*.number a {
    color: #000;
    font-weight: 700;
}*/
.number a:hover{
    text-decoration: none;
    color: #000;
}
.phone_number{
    display: none;
}
.phone_number a{
    color: #000;
}
.phone_number a:hover{
    text-decoration: none;
    color: #000;
}
.collapse ul li a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
}
.number i {
    font-size: 17px;
    margin-right: 10px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
    .navbar-collapse{
        margin-right: 250px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }   
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}



.menu_academics h2{
    margin-top: 50px;
}
@media screen and (max-width: 505px){
    .menu_academics h2{
        text-align: center;
        margin-top: 30px;
    }
    .menu_academics h3{
        text-align: center;
        margin-top: 30px !important;
    }
}



.menu_academics h3{
     margin-top: 40px;
}
.menu_academics p{
    margin-top: 40px;
}
.menu_line{
    border: 1px solid black;
}
.asd{
    padding: 0 0 21% 0;
}
.text_head{
    font-weight: bolder;
}


@media screen and (max-width:347px) {
    .menu_academics h2{
        text-align: center;
    }
    .menu_academics h3{
        text-align: center;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}




.form_title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    text-decoration: underline;
}

.banner_form_sec {
    background: #000;
    padding: 25px 25px;
    /* width: 330px; */
    border-radius: 15px;
    /* position: absolute;
    top: 130px;
    right: 60px; */
    z-index: 99;
}

.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0.5rem;
    line-height: 19px;
}

.banner .form-control {
    height: 35px;
    font-size: 14px;
    color: #000;
    background-color: #e7f1fd;
    border: 1px solid #e7f1fd;
    border-radius: 50px;
}

.submit-btn {
    background: #e74751;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}

.submit-btn:hover {
    background: #d21f2a;
    color: #fff;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

  @media screen and (max-width:1724px) {
    .banner_form_sec {
      background: #000;
      padding: 25px 25px;
      /* width: 500px; */
      border-radius: 15px;
      /* position: absolute;
      top: 130px;
      right: 60px; */
      z-index: 99;
    }
    .banner_content_sec {
      /* position: absolute; */
      /* top: 14%; */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      flex-direction: column;
    }
  }

  @media screen and (max-width: 991.98px){
    .banner_form_sec {
        position: static;
        clear: both;
        width: 100%;
        border-radius: 0;
    }
  }

  @media screen and (max-width: 1199.98px){
  .banner_form_sec {
      padding: 15px 20px;
      width: 100%;
  }
}

  .marquee_div {
      /* overflow: hidden; */
      white-space: nowrap;
      padding: 10px 0;
  }
  .marquee_div h3 {
    text-transform: uppercase;
    font-size: 20px;
}
  .scrolling {
    animation: marquee 20s linear infinite;
    display: inline-block;
    padding: 0 0;
    border-right: 0px solid #fff;
    margin: 0;
  }

  @keyframes marquee {
      from {
      transform: translateX(0);
      }
      to { 
      transform: translateX(-100%);
      }
  }


.banner_otp_form_sec h4 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
  color:white;
}


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 16px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #000;
    /* background-color: var(--whiteColor); */
    background:#000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a i {
    color: #fff;
    position: relative;
    z-index: 1;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}
.CallButton .cllbtn {
    position: relative;
    width: 100%;
    height: 100%;
}

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
/* call now button end  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


.banner_logo {
    width: 300px;
    position: relative;
}
.banner_logo img {
    width: 100%;
}

.pulse-button {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */
.pulse-button-hover {
	animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */
nav.navbar button:hover,
nav.navbar button:focus {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/* Declate color shifting animation */
@keyframes colorShift {
	0%, 100% {
			background: #fff;
	}
	33% {
		background: #000;
        color:#fff;
	}
	66%{
		background: #ffc107;
        color:#000;
	}
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
	0%{
		background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	}
	50%{
		background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
	}
	100%{
		background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
	}
}








/* top universities starts */
section.prem_uni_section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}
section.prem_uni_section .uni_cont * {
    transition: all ease .3s;
}
section.prem_uni_section .uni_cont .uni_img {
    height: 100%;
}
section.prem_uni_section .uni_cont {
    position: relative;
    height: 100%;
}
section.prem_uni_section .uni_img img {
    width: 100%;
    height: 100%;
}
section.prem_uni_section .uni_name {
    height: 200px;
    opacity: 1;
    width: 100%;
    position: relative;
    top: -10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: #ffffff;
    margin: auto;
    box-shadow: 0 4px  9px #ccc;
}

section.prem_uni_section button.owl-prev {
    position: absolute;
    top: 38%;
    font-size: 24px;
    background: #000 !important;
    width: 50px;
    height: 60px;
    color: #fff;
    padding: 10px 0 15px;
    left: -50px;
}

section.prem_uni_section button.owl-next {
    position: absolute;
    top: 38%;
    font-size: 24px;
    background: #000 !important;
    width: 50px;
    height: 60px;
    color: #fff;
    padding: 10px 0 15px;
    right: -50px;
}
section.prem_uni_section .uni_name img {
    width: 65% !important;
    margin: 0 auto 5px;
    height: 85px;
    object-fit: contain;
}
section.prem_uni_section .uni_name h3 {
    font-size: 18px;
    color: #aa0a22;
    font-weight: 600;
}
.color_red {
    color:#aa0a22;
}
section.prem_uni_section h2 {
    text-align: center;
    font-size: 46px;
    color:#000;
}
section.prem_uni_section .uni_img img {
    width: 100%;
    height: 200px;
}
@media only screen and (max-width:767px) {
    section.prem_uni_section button.owl-prev {
        width: 40px;
        height: 50px;
        left: -10px;
    }
    
    section.prem_uni_section button.owl-next {
        width: 40px;
        height: 50px;
        right: -10px;
    }




    section.prem_uni_section .uni_img img {
        width: 100%;
        height: 280px;
    }
    section.prem_uni_section .uni_name {
        height: 100%;
        opacity: 1;
    }
    section.prem_uni_section h2 {
        text-align: center;
        font-size: 36px;
    }
    .navbar-collapse {
        width: 100% !important;
        text-align: left;
        position: absolute;
        top: 90px;
        left: 0;
        padding: 10px;
        background: black !important;
        z-index: 999999999;
    }
    ul.navbar-nav.ml-auto.align-items-center {
        width: 100%;
        text-align: left;
    }
    ul.navbar-nav.ml-auto.align-items-center li {
        width: 100%;
        padding: 10px;
        border: 0;
    }
    .GMCET_banner .navbar .nav-item .nav-link {
        border: 0;
    }
    
}

/* top universities ends */