@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Product Sans, sans-serif';
	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, sans-serif';
}
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: 14px;
	font-weight:400;
	color:#535151;
}

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

@font-face {
    font-family: 'Product Sans, sans-serif';
    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, sans-serif';
    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, sans-serif';
    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, sans-serif';
    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(../../images/frontend/hero.png) no-repeat center top;
    background-size:cover;
	padding: 120px 0 70px;
	position: relative;
}
.banner::before {
	position: absolute;
	content: '';
	background: url(../../images/frontend/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: #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: 85%;
    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;
}
.btn {
    padding: 0.375rem 0.75rem;
}
.banner_content_sec {
    padding: 100px 40px 0px 60px;
}
.banner_content_sec h2 {
    font-size: 24px;
    font-weight: 500;
    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(../../images/frontend/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(../../images/frontend/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_wrap {
	background: #000;
	padding: 20px 0 0;
}
.footer_contact {

}
.footer_contact h4 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
	margin: 0 0 30px;
}
.footer_contact p {
	font-size: 17px;
	font-weight: 400;
	color: rgba(255,255,255,0.4);
	margin: 0 0 30px;
	line-height: 23px;
}
.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;
}
.copyright_text {
    background: #013732;
    padding: 25px 0;
    font-size: 13px;
    color: rgba(255,255,255,0.25);
    font-size: 17px;
    margin: 40px 0 0;
    text-align: center;
}
.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('../../images/frontend/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 {
    background: #A90A21;
    border-color: #A90A21;
}
#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: #A90A21;
    border-color: #A90A21;
    box-shadow: 0 8px 25px -8px #000;
}
#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: #034211;
    border: #034211;
    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: #034211;
    border: #034211;
    box-shadow: 0 8px 25px -8px #000;
}
.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;
}




/*header css starts*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 8px;
    background: transparent;
}
.header .navbar-nav li:last-child a {
    margin-right: 0;
}
.header nav {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header .logo {
    width: 200px;
    height: auto;
    display: block;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .phone a {
        color: rgba(0, 0, 0, .55);
    text-align: left;
     /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0px;
    display: block;
    text-decoration: none;
    /* padding: 0; */
}
.header .nav-style-one {
    margin-right: auto;
    width: 100%;
    justify-content: right;
}
.header .nav-style-one ul li {
    padding: 0 15px;
}
.btn-style-one {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all ease .3s;
}
.btn-style-one:hover {
    background: #fff;
    color: #000 !important;
}
/*header css ends*/







/* website css starts */

html,
body {
    scroll-behavior: smooth;
    top: 0;
    left: 0;
    /* overflow-x: inherit; */
    box-sizing: border-box;
    /* background: rgba(144, 238, 144, 0.1); */
}


/*common css starts*/
a:hover {
    text-decoration: none !important;
}
.color-yellow {
    color: #FFD600 !important;
}
.color-red {
    color: #A90A21;
}
.color-green {
    color: #023E0F!important;
}
.color-greenlight {
    color: #06781F!important;
}
.bg-grey {
	background: #F5F5F5;
}
.btn-style-one {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 15px;
    transition: all ease .3s;
}
.btn-style-one:hover {
    background: #fff;
    color: #000 !important;
}


.btn-style-two {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    /* font-family: 'Montserrat' !important; */
    border-radius: 5px;
    padding: 10px 45px;
    border:1px solid #A90A21;
    background: #A90A21;    
    transition: all ease .3s;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
}

.btn-style-two:hover {
    color: #A90A21 !important;
    background: #fff !important;
}
.btn-style-three {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    /* font-family: 'Montserrat' !important; */
    border-radius: 5px;
    padding: 10px 45px;
    border:1px solid #fff;
    background: #fff;
    transition: all ease .3s;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
}

.btn-style-three:hover {
    color: #fff !important;
    background: #A90A21 !important;
}

.text-right {
    text-align: right !important;
}



/*common css ends*/

/*header css starts*/
.header {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 8px;
    background: transparent;
}
.header .navbar-nav li:last-child a {
    margin-right: 0;
}
.header nav {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header .logo {
    width: 200px;
    height: auto;
    display: block;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .phone a {
        color: rgba(0, 0, 0, .55);
    text-align: left;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0px;
    display: block;
    text-decoration: none;
}
.header .nav-style-one {
    margin-right: auto;
    width: 100%;
    justify-content: right;
}
.header .nav-style-one ul li {
    padding: 0 15px;
}


/*header css ends*/

/*banner section css starts*/
section.banner_section {
    background-image: url(../../images/frontend/banner_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 30px;
    position: relative;
}
section.banner_section .banner-head h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* font-family: Montserrat; */
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
}
section.banner_section .banner-head h1 span {
    font-weight: 500;
}
section.banner_section .banner-head h2 {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.banner_section .banner-head h2 {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    margin-top: 70px;
}
section.banner_section .form_one {
    width: 100%;
    height: 400px;
    background: #fff;
}
section.banner_section .banner-head h1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-left: 0;
    border-right: 0;
}
section.banner_section .bottom-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.banner_section .bottom-list {
    position: relative;
    top: 55px;
}
section.banner_section .btn-style-three {
    width: 100%;
    font-size: 18px;
}

/*banner section css starts*/


/*banner section css starts*/
section.banner_section_styleone {    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 30px;
    position: relative;
    z-index: 1;
}
section.banner_section_styleone .banner-head h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* font-family: Montserrat; */
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
    position: relative;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 20px;
}
section.banner_section_styleone .banner-head h1 span {
    font-weight: 500;
}
section.banner_section_styleone .banner-head p {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.banner_section_styleone .banner-head .banner-para {
    font-size: 18px;
    color: #fff;
}

section.banner_section_styleone .banner-head h1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-left: 0;
    border-right: 0;
}
section.banner_section_styleone .bottom-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
section.banner_section_styleone .bottom-list {
    position: relative;
    top: 55px;
}
section.banner_section_styleone .btn-style-three {
    width: 100%;
    font-size: 18px;
    padding: 15px;
}


@media only screen and (max-width: 991.98px) {



}
/*banner section css starts*/



/*important dates section starts*/
section.importantdates_section {
    position: relative;
    padding: 80px 0 60px;
    
    margin-top: 0;
}
section.importantdates_section .img-dv {
    width: 100%;
    text-align: center;
    position: relative;
}
section.importantdates_section .important_sub_cont {
        text-align: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translate(0px, -40%);
}
section.importantdates_section .heading-one h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
}
section.importantdates_section .heading-one p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
section.importantdates_section .important_sub_cont h3{
    font-size: 131px;
    color: #A90A21;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 115px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 30px;
    margin-top: 20px;
    color: #474747;
    font-weight: 500;
}
section.importantdates_section .img-cont h2 {
    font-size: 56px;
    color: #000;
    font-weight: 700;
}
section.importantdates_section .img-cont p {
    font-size: 36px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 991.98px) {
section.importantdates_section .container {
    max-width: 100%;
}
section.importantdates_section .important_sub_cont h3 {
    font-size: 98px;
    line-height: 65px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 18px;
    margin-top: 10px;
}

section.importantdates_section .heading-one h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
section.importantdates_section .heading-one p {
    font-size: 16px;
}



}
@media screen and (max-width: 767.98px) {
section.importantdates_section .img-cont h2 {
    font-size: 36px;
    margin-top: 15px;
}
section.importantdates_section .img-cont p {
    font-size: 16px;
}
section.importantdates_section .important_sub_cont h3 {
    font-size: 72px;
    font-weight: 700;
            line-height: 72px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 16px;
    margin-top: 0;
}
section.importantdates_section .important_sub_cont {
    top: 40%;
}
section.importantdates_section .img-dv h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

}

/*important dates section ends*/











/*exam result css starts*/
section.exam_result_section {
    padding: 80px 0 0;
}
section.exam_result_section .exam_res_text h2 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.exam_result_section .btn-style-two {
    border-radius: 0;
}
section.exam_result_section .exam_res_text h2 span {
    font-weight: 700;
}
section.exam_result_section .exam_res_text p {
    color: #000;
    text-align: justify;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.exam_result_section .exam_res_text ul {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
section.exam_result_section .exam_res_text ul li {
    width: 50%;
}
section.exam_result_section .exam-dv h3 {
    color: #FFF;
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

section.exam_result_section .result-dv h3 {
    color: #000;
    text-align: left;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}
section.exam_result_section .exam-dv {
    background: #000;
    padding: 20px 20px;
}
section.exam_result_section .result-dv {
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
}

section.exam_result_section .exam_res_text ul {
    position: absolute;
    left: 400px;
    z-index: 9;
}
/*exam result css ends*/


/*ADMISSION PROCESS SECTION STARTS*/
section.addmission_process_section {
    position: relative;
        padding: 60px 0;
        background: #024210;
}

section.addmission_process_section .timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.addmission_process_section .timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    width: 20%;
    z-index: 1;
}
section.addmission_process_section .add-head p {
        color: #FFF;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
}
.timeline-content h3 {
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
}
@media (min-width:992px) {

    section.addmission_process_section .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
    display: block;
    border-top: 2px solid #00000052;
    width: 100%;
    position: absolute;
    left: -66px;
    top: 50px;
    z-index: -1;
    }
}

section.addmission_process_section .timeline-steps .timeline-content {
    width: 100%;
    text-align: center
}

section.addmission_process_section .timeline-content p {
    color: #000;
    text-align: center;
    /* font-family: Montserrat; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background: #000;
    box-shadow: 0px 3.64393px 91.09835px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle img {
    height: 35px;
    width: auto;
    filter: brightness(0) invert(1);
}

section.addmission_process_section .add-head h2 {
    color: #fff;
    /* font-family: Montserrat; */
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.035px;
    margin-bottom: 20px;
}
section.addmission_process_section .add-dv-txt {
    background: #fff;
    padding: 60px 25px 30px;
}

/*ADMISSION PROCESS SECTION ENDS*/


/*eligibility section css starts*/
section.eligibility_section {
    margin-top: -120px;
    position: relative;
}
section.eligibility_section .eleg_head h2 {
    color: #000;
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
}
section.eligibility_section .eleg_head h2 span {
    font-size: 44px;
}

section.eligibility_section .eleg_head_lst h3 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
section.eligibility_section .eleg_head_lst p {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.eligibility_section .eleg_head_lst hr {
    border-color: #A90A21;
}




/*eligibility section css ends*/



/*Why choose us section css starts*/
section.why_choose_section {
    margin-top: -150px;
}
section.why_choose_section .choos-bg {
    padding: 160px 55px 60px;
}
section.why_choose_section .whychoose-dv p {
    color: #000;
    text-align: justify;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.why_choose_section .whychoose-dvtext h2 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
section.why_choose_section .chs-head h3 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
    margin: 0 15px 0px 0px;
}
section.why_choose_section .chs-head p {
    color: rgba(0, 0, 0, 0.40);
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0
}
section.why_choose_section .chs-head p span{
    color: #000;
}
section.why_choose_section .chs-head {
    display: flex;
    align-items: center;
}
section.why_choose_section .progress {
    border-radius: 40px;
    margin-bottom: 15px;
    height: 30px;
}
section.why_choose_section .progress.progres-one .progress-bar {
    background: #000;
        border-radius: 30px;
}


section.why_choose_section .progress.progres-two .progress-bar {
    background: #024210;
        border-radius: 30px;
}
section.why_choose_section .cagr-section h3 {
    color: rgba(0, 0, 0, 0.40);
    /* font-family: Montserrat; */
    font-size: 35px;
    font-weight: 500;
    margin: 15px 0;
}
section.why_choose_section .cagr-section h3 span {
    color: #034211;
    /* font-family: Montserrat; */
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
section.why_choose_section .cagr-section p {
    color: rgba(0, 0, 0, 0.40);
    /* font-family: Montserrat; */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

section.why_choose_section .choose-list {
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
}
section.why_choose_section .choose-prog {
    padding: 30px 30px 20px;
}
section.why_choose_section .cagr-section {
    padding: 20px 30px 20px;
    background: #f5f5f5;
}
section.why_choose_section .choose-list button {
    width: 100%;
    border-radius:0;
}

section.why_choose_section .why-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
section.why_choose_section .why-img img {
    width: 48%;
}
section.why_choose_section .why-img {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*Why choose us section css ends*/


/*Career Opportunities section css starts*/
section.career_opportunity_section .head-cr-opr h2 {
    color: #000;
    /* font-family: Montserrat; */
    font-size: 82px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}
section.career_opportunity_section .bd-dv-blck h3 {
    color: #FFF;
    /* font-family: Montserrat; */
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
    margin: 0;
}
section.career_opportunity_section .bd-dv-blck {
    background: #000;
    padding: 10px 20px;
}
section.career_opportunity_section .head-cr-opr .rule-hor {
    display: block;
    width: 100%;
    height: 4px;
    background: #a90a21;
    border-radius: 50px;
    margin-top: 0;
}
section.career_opportunity_section .car-list-dv ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.career_opportunity_section .car-list-dv ul li {
    width: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
}
section.career_opportunity_section .car-list-dv ul li p {
    margin: 0;
    margin-left: 20px;
    color: #000;
    text-align: justify;
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /*line-height: normal;*/
}
section.career_opportunity_section .car-list-dv ul li span {
    color: #A90A21;
    text-align: justify;
    /* font-family: Montserrat; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
    position: relative;
    width: 35px;
}

section.career_opportunity_section .car-list-dv ul li span:before {
    content: "";
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 6px;
    background: #D9D9D9;
    position: absolute;
    z-index: -1;
}
section.career_opportunity_section {
    padding-bottom: 80px;
        position: relative;
}

section.career_opportunity_section .btn-style-three {
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    bottom: -20px;
    z-index: 9;
    margin: auto;
}
/*Career Opportunities section css ends*/

/*Faqs section css starts*/
section.faq_section {
    position: relative;
    padding:80px 0;
    background: #024210;
}
section.faq_section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: #000;
}
section.faq_section .faq-head {
    position: relative;
}
section.faq_section .faq-head h2 {
    color: #fff;
    /* font-family: Montserrat; */
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
section.faq_section .faq-head h3 {
    color: #fff;
    /* font-family: Montserrat; */
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    opacity: 10%;
    position: absolute;
    left: 52%;
    top: -50%;
    /*transform: translate(-55%, 0%);*/
}
section.faq_section .faq_list ul li h3 {    
    color: #000;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
}
section.faq_section .faq_list ul li p,
section.faq_section .faq_list ul li {
    color: rgba(0, 0, 0, 0.60);
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
}
section.faq_section .faq_list ul {
    list-style: decimal;
}
section.faq_section .faq_list {
    background: #FFF;
    padding: 40px 30px;
    position: relative;
}
section.faq_section .faq_list ul li ul li {
    list-style: disc;
    margin-bottom: 8px;
}
section.faq_section button.btn-style-two {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 250px;
    margin: auto;
}
/*Faqs section css ends*/


/* footer section start  */
footer.footerSection {
    background: #000;
    padding: 50px 0 0;
}

footer.footerSection .footer-st p {
    color: #FFF;
    text-align: left;
    /* font-family: Montserrat; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    /*line-height: normal;*/
}
footer.footerSection .footer-st ul {
    padding: 0;
    list-style: none;
    column-count: 3;
}
footer.footerSection .footer-st ul li a {
    color: rgba(255, 255, 255, 0.60);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
footer.footerSection .footer-addr ul {
    list-style: none;
}
footer.footerSection .footer-addr ul li a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
footer.footerSection .footer-addr ul li a i {
    width: 25px;
}
footer.footerSection .footer-addr ul li {
    margin-bottom: 15px;
    
}
footer.footerSection .copyright-text {
    padding: 15px;
    border-top: 1px solid #fff;
}
footer.footerSection .copyright-text p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}


/* footer section end  */



/*coomon section css starts*/
section.same-cont-section {
    padding: 60px 0;
    position: relative;
}
section.same-cont-section h2 {
    font-size: 52px;
    font-weight: 500;
}
section.same-cont-section ul {
    padding-left: 25px;
    margin-top: 20px;
}
section.same-cont-section ul li {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
section.same-cont-section p {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
section.same-cont-section img {
    width: 100%;
}
section.same-cont-section h3 {
    font-size: 30px;
}
/*coomon section css ends*/


/*same content sections starts*/
section.same-content-section {
    position: relative;
    padding: 60px 0;
    background: #024210;
}

section.same-content-section h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
section.same-content-section p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}



section.same-content-section ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
        margin-bottom: 15px;
}
section.same-content-section ul li ul li {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
        margin-bottom: 5px;
}






/*same content sections ends*/



/*common bg section starts*/
section.comon-bg-section {
    background: #024210;
    padding: 60px 0;
    position: relative;
}
section.comon-bg-section .comon-head h2 {
    font-size: 56px;
    text-align: center;
    color: oklch(1 0 0 / 0.1);
    font-weight: 700;
}
section.comon-bg-section .comon_bg_list  {
    background: #fff;
    padding: 35px;
    position: relative;
}
section.comon-bg-section .comon_bg_list h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #000;
}
section.comon-bg-section .comon_bg_list p {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: #000;
}


section.comon-bg-section .res_dt h3 {
    font-size: 32px;
    text-align: left;
}

section.comon-bg-section p.result_declared {
    background: #024210;
    color: #fff;
    font-size: 28px;
    padding: 15px;
    text-align: center;
}
section.comon-bg-section .view-result {
    font-size: 24px;
    font-weight: 700;
    display: block;
    transition: all ease .3s;
}
section.comon-bg-section .view-result:hover {
    opacity: 0.8;
}
section.comon-bg-section  ul li {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
section.comon-bg-section  ul {
    padding-left: 25px;
    margin-top: 20px;
}
section.comon-bg-section .img_reslut {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100px;
}
section.viewresult_section .comon_bg_list h2 {
    font-size: 100px !important;
    text-align: right;
}



/*common bg section ends*/




/* about course section start */

.about_course_section{
    background:#eeeeee;
    padding:5% 0% 5% 0%;
}

.about_course_section h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }

@media (min-width:320px) and (max-width:420px){
    .about_course_section {
        background: #eeeeee;
        padding: 15% 0% 0% 0%;
    }
}
/* about course section end  */

/* pay scale section start   */

.pay_scale_section{
    background:#024210;
}
.pay_scale_section h2{
    color:#fff;
    font-size:60px;
    font-weight:700;
    text-align:center;
}
.pay_scale_section h3{
    color:#fff;
    font-size:400;
    text-align:left;
}
@media (min-width:320px) and (max-width:420px){
    .pay_scale_section h3{
        color:#fff;
        font-size:400;
        font-size:20px;
        text-align:center;
    }
    .pay_scale_section h2{
        font-size:40px;
    }
}

/* pay scale section end  */



/* banner form section starts  */

.banner_form {
    background: #000;
    border-radius: 40px;
    position: relative;
    box-shadow: 0px 0px 16px 2px #000;
        padding: 20px 0;
}
.banner_form .ctplqryform .form-control {
    height: 38px;
    margin-bottom: 10px;
    padding: 8px;
    border: 0;
    border-radius:6px;    
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 8px 0 !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 6px 0px 0px 6px !important;
    /* border: 0px solid #ced4da !important; */
    color: #495057;
}
.phonewithcountrycode .form-control {
    height: 38px !important;
    padding: 0.25rem 0rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0px 6px 6px 0px !important;
    border: 1px solid #ced4da;
    color: #495057;
}
.register-panel .form-group.agrCheck .checkText {
    color: #000;
    font-size: 16px;
    line-height: normal !important;
    opacity: 1;
    float: none !important;
    margin-left: 10px;
    width: 90% !important;
}
.agrCheck {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    /*flex-wrap: wrap;*/
}
.register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px !important;
    padding: 0;
    color: #000;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
        margin-bottom: 0;
        cursor: pointer;
    transition: all ease .3s;
    transform: scale(1);
}

.register-panel .form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
.ctplqryformbtn {
    display: block !important;
    width: 100%;
    margin-top: 10px;
    padding: 8px !important;
    font-size: 16px;
    font-weight: 700 !important;
    background: #A90A21 !important;
    border: 1px solid #A90A21 !important;
    transition: all ease .3s;
}


.register-panel .ctplqryformbtn:hover {
    background: #D20001 !important;
    border: 1px solid #D20001 !important;
    transition: all ease .3s;
}
.register-panel .frmerror, 
.register-panel .error {
    font-size: 12px;
    margin-top: -10px !important;
    margin-bottom: 8px;
    padding: 0px !important
}
.agrCheck .frmerror, 
.agrCheck .error {
    margin-top: 5px !important;
}
.register-panel .form-group.agrCheck .form-control:checked {
    filter: hue-rotate(150deg) brightness(0.7);
    transition: all ease .3s;
    transform: scale(0.95);
}
.container.ctplqryform h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}
/* banner form section end  */












/*---------------------------------------------------------
=================Partner University CSS Starts====================
---------------------------------------------------------*/
section.partner_section {
    position: relative;
    padding: 90px 0;
    background: #272727;
}
section.partner_section .uni_dv {
    padding: 75px;
    background: #fff;
    position: relative;
}
section.partner_section .uni_dv img {
        width: 75%;
    height: 150px;
    object-fit: contain;
}


section.partner_section .logo-dv {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
     padding: 15px; 
}
section.partner_section .uni_dv  .col-md-3 {
    border-right: 1px solid #b68c5a;
    padding: 0;
}
section.partner_section .uni_dv .col-md-3:nth-child(4n),
section.partner_section .uni_dv .col-md-3:last-child {
    border: 0;
}


@media screen and (max-width: 767.98px) {
section.partner_section .uni_dv {
    padding: 15px;
}
section.partner_section .uni_dv .col-md-3:nth-child(2n), 
section.partner_section .uni_dv .col-md-3:last-child {
    border: 0;
}
section.partner_section .logo-dv {
    padding: 0;
}

}

/*---------------------------------------------------------
=================Partner University CSS Ends====================
---------------------------------------------------------*/






/*course banner section starts*/
section.course_banner_section {
    position: relative;
    padding: 100px 0;
    background-color: #251714;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 65vh;
}
.banner_content h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.banner_content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 991.98px) {
.banner_content h1 {
    font-size: 32px;
    margin-top: 0;
}
section.course_banner_section {
    position: relative;
    padding: 150px 0 40px;
    height: auto;
}
   section.course_banner_section  .banner_content {
        padding-bottom: 0;
    }

section.commoncontent_sections .common_cont h2 {
    font-size: 24px;
}





}
/*course banner section ends*/







/* RESPONSIVE CLASS */


@media (max-width: 767px) {
    header nav.navbar {
     justify-content: space-between;
     width: 100%;
    }
   header .navbar-toggler {
        width: auto;
       text-align: center;
       position: absolute;
       right: 15px;
       top: 22px;
   }
   .header .logo {
       width: 160px;
   }
    header .navbar {
    border-radius: 15px;
   }
   header .navbar-toggler .navbar-toggler-icon {
    background-color: #fff !important;
   }
   header div#navbarNavDropdown {
    width: 100%;
   }
   header nav.navbar {
    display: block;
    width: 100%;
   }
   section.banner_section .banner-head h2 {
    margin-top: 20px;
   }
   section.banner_section {
    padding: 100px 0 30px;
   }
   section.banner_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
   }
   section.banner_section .banner-head h1 {
    margin-left: unset !important;
   }
   section.banner_section .banner-head {
    text-align: left !important;
   }
   section.exam_result_section .exam_res_text p {
    font-size: 14px;
   }
   section.addmission_process_section .add-dv-txt {
    padding: 30px 15px 30px !important;
   }
   section.why_choose_section .whychoose-dvtext h2 {
    font-size: 28px;
   }
   section.why_choose_section .whychoose-dvtext h2 br {
    display: none;
   }
   }
   
   @media (min-width: 767px) and (max-width: 992px) {}
   
   @media (min-width: 992px) and (max-width: 1200px) {}
   
   @media (min-width: 768px) {
    header div#navbarNavDropdown {
    justify-content: right !important;
    display: flex !important;
    align-items: baseline;
    max-width: 60%;
   
   }
    header .navbar-toggler {
    display: none;
   }
    header .navbar {
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
    header .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
    display: contents;
   }
   header .navbar-brand {
    width: 40%;
   }
   }
   
   @media (min-width: 992px) {
   
   }
   
   @media (min-width: 1200px) {}
   
   @media screen and (min-width: 1600px) {}
   
   @media only screen and (max-width: 1400px) {}
   
   @media screen and (max-width: 1199.98px) {}
   
   @media screen and (max-width: 991.98px) {
    header.header nav ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    section.exam_result_section .exam_res_text ul {
     position: relative;
     left: 0;
             width: 100%;
    }
    .exam-res-img {
       display: none;
   }
    section.eligibility_section {
     margin-top: 0;
     position: relative;
     text-align: center;
    }
    section.eligibility_section .eleg_head h2 {
     text-align: center;
    }
   section.why_choose_section {
     margin-top: 50px;
   }
   section.why_choose_section .choos-bg {
    padding: 50px 50px 50px;
   }
   section.career_opportunity_section .car-list-dv ul li {
    width: 100%;
   }
   section.faq_section .faq-head h3 { 
    right: 0;
    left: unset;
   }
   footer.footerSection .footer-addr ul {
    list-style: none;
    padding: 0;
   }
   .header .phone a {
    /*font-size: 10px;*/
    margin: 0 0;
   }
   .header .nav-style-one {
       border-top: 1px solid #0000007d;
       margin-top: 15px;
       padding-top: 10px;
   }
   .navbar-light .navbar-toggler:focus {
      outline: none;
           box-shadow: none;
           border:none !important;
   }
   .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
}
   .header .dropdown .nav-link {
    padding: 0px;
   }
   .header .nav-style-one ul li {
       padding: 0 0px;
       margin: 5px 0px;
   }
   
   section.addmission_process_section .timeline-steps .timeline-step {
    width: 100%;
   }
   section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    float: left;
   }
   section.addmission_process_section .timeline-content h3,
   section.addmission_process_section .timeline-content p {
    text-align: left;
    margin-left: 100px;
    margin-top: 10px;
   }
   section.addmission_process_section .timeline-steps .timeline-content .inner-circle:before {
    content: "";
    left: 50px;
    top: 90px;
    width: 4px;
    height: 100%;
    background: #FFD600;
    position: absolute;
   }
   section.addmission_process_section .timeline-steps .timeline-step:last-child .inner-circle:before {
    display: none;
   }
   section.addmission_process_section .add-dv-txt {
    padding: 60px 25px 60px;
   }
   section.faq_section .faq-head h2 {
    font-size: 74px;
   }
   section.faq_section .faq-head h3 {
    font-size: 110px;
   }
       section.banner_section_styleone {
           padding: 100px 0 0;
           background-position: 50% top;
       }
   section.banner_section_styleone .banner-head h1 {
       font-size: 46px;
   }
   section.banner_section_styleone .banner-head p {
       font-size: 20px;
   }
   section.banner_section_styleone .banner-head .banner-para {
       font-size: 16px;
       color: #fff;
       padding-bottom: 0px !important;
   }
   section.banner_section_styleone .bottom-list {
       position: relative;
       top: 0px;
   }
   section.banner_section_styleone .btn-style-three {
       font-size: 16px;
       padding: 10px;
       margin-top: 15px;
   }
   
   section.addmission_process_section .add-head h2 {
       font-size: 30px;
   }
   section.addmission_process_section .add-head p {
       font-size: 16px;
   }
   
   section.addmission_process_section .add-head p br,
   section.same-content-section p br {
       display: none;
   }
   section.same-cont-section h2,
   section.same-content-section h2 {
       font-size: 30px;
   }
   section.same-cont-section ul li,
   section.same-cont-section p,
   section.same-content-section p,
   section.same-content-section ul li,
   section.same-content-section ul li ul li {
       font-size: 16px;
   }
   section.agriculture_sections.same-cont-section {
       padding: 0;
   }
   section.comon-bg-section .comon_bg_list h2 {
       font-size: 76px;
   }
   section.comon-bg-section .res_dt h3 {
       font-size: 20px;
       text-align: left;
   }
   section.comon-bg-section p.result_declared {
       font-size: 22px;
   }
   
   section.comon-bg-section ul li {
       font-size: 16px;
   }
   
   
   
   
   }
   
   @media screen and (max-width: 767.98px) {
   section.exam_result_section .btn-style-two {
       border-radius: 0;
       width: 100%;
   }
   section.comon-bg-section .comon_bg_list h2 {
           font-size: 76px;
           text-align: center;
           border: 0;
       }
   section.comon-bg-section .res_dt h3 {
           font-size: 20px;
           text-align: center;
       }
   
    section.banner_section .bottom-list ul li {
     width: 31%;
     margin: 10px 10px;
    }
    section.faq_section .faq_list ul {
    list-style: decimal;
    padding-left: 15px;
   }
   section.faq_section .faq_list {
    background: #FFF;
    padding: 5px 15px 15px;
   }
   section.faq_section .faq_list ul li h3 {
    font-size: 15px;
   }
   section.faq_section .faq_list ul li p, 
   section.faq_section .faq_list ul li {
    font-size: 11px;
    text-align: justify;
   }
   
   section.career_opportunity_section .bd-dv-blck h3 br {
    display: none;
   }
   
   section.career_opportunity_section .bd-dv-blck h3 {
    font-size: 28px;
   }
   section.career_opportunity_section .car-list-dv ul li {
    width: 100%;
    padding: 0px 10px;
   }
   h2 br {
    display: none;
   }
   
   section.why_choose_section .choos-bg {
    padding: 0;
   }
   
   section.why_choose_section .whychoose-dv p {
    font-size: 13px;
   }
   section.career_opportunity_section .head-cr-opr h2 {
    margin: 20px 0;
   }
   section.eligibility_section .eleg_img .img-fluid {
    max-width: 50%;
    height: auto;
   }
   section.eligibility_section .eleg_head h2,
   section.eligibility_section .eleg_head h2 span {
    font-size: 26px;
   }
   section.exam_result_section .exam_res_text ul li {
    width: 100%;
    text-align: left;
   }
   section.exam_result_section .exam-dv h3 {
    text-align: left;
   }
   
   
   section.comon-bg-section .comon_bg_list h3 {
    font-size: 24px;
}
   section.comon-bg-section .comon_bg_list {
    padding: 20px;
}
   
section.comon-bg-section .comon_bg_list p {
    font-size: 14px;
}
section.comon-bg-section .comon-head h2 {
    font-size: 36px;
}
section.same-cont-section h3 {
    font-size: 24px;
}

   }
   
   @media only screen and (max-width: 620px) {
    
   }
   
   @media only screen and (max-width: 479px) {
    section.banner_section .bottom-list ul li {
     width: 100%;
     margin: 10px 10px;
    }
    section.banner_section .bottom-list ul {
     flex-wrap: wrap;
    }
    section.career_opportunity_section .car-list-dv ul li p {
     margin-left: 10px;
     font-size: 14px;
     text-align: left;
    }
   section.career_opportunity_section .car-list-dv ul li span {
    font-size: 16px;
    width: 18px;
   }
   section.why_choose_section .cagr-section h3 span {
    font-size: 48px;
   }
   section.why_choose_section .choose-prog,
   section.why_choose_section .cagr-section {
    padding: 15px;
   }
   section.why_choose_section .cagr-section h3 {
    margin-top: 0;
   }
   section.career_opportunity_section .head-cr-opr h2 {
    font-size: 64px;
   }
   section.career_opportunity_section .bd-dv-blck h3 {
    font-size: 24px;
   }
   section.faq_section .faq-head h2 {
    font-size: 54px;
   }
   section.faq_section .faq-head h3 {
    font-size: 90px;
   }
   }
   
   @media only screen and (max-width: 414px) {}
   
   @media only screen and (max-width: 412px) {
    footer.footerSection .footer-st ul {
     column-count: 2;
    }
   }
   
   @media only screen and (max-width: 375px) {}
   
   @media only screen and (max-width: 360px) {}
   
   @media only screen and (max-width: 320px) {}
   
   @media screen and (max-width: 767.98px) {}


