

body{
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, li{
	
	color: inherit;
	font-size: 14px;
}
.programAllDetails-sec p, .programAllDetails-sec li {
	color: #111;
}

.carousel-control-next, .carousel-control-prev{
	background: transparent;
	border: 0
}
.accordion-header {
	
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #1b1f52;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:hover {
	background: #20397126;
}
.accordion-button:not(.collapsed):hover {
	background-color: #1b1f52;
}
.accordion-button:focus {
	border-color: rgba(0,0,0,.125);
	box-shadow: none;
}


.innerHeroBanner .carousel-control-next, .innerHeroBanner .carousel-control-prev{
	z-index: 100;
	width: 5%;
}


.innerHeroBanner{ min-height: 700px;}
.innerHeroBanner::before{
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0; 
	right: 0;
	top: 0; 
	bottom: 0;
	z-index: 10
}

.innerBannerContent{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 10}

/*.bannerheadings{ position: absolute; top: 50%; transform: translateY(-50%)}*/

.bannerheadings h1{ font-size: 60px; color: #fff; line-height: 54px; }
.bannerheadings h1 span{ font-size: 40px; color: #f5a11a; line-height: 50px; display: block}


.programForm-sec{ width: 464px; /*position: absolute; top: 50%; transform: translateY(-50%);*/ background: #fff; right: 100px}
.programForm-header{ background: #f5a11a; padding: 20px 25px;}
.programForm-header h2{ font-size: 30px; color: #111;  margin: 0}
.programForm-header p{ font-size: 14px; color: #111; margin: 0}

.submitDataButtons input{ width: 100% !important;}

.programForm-area{ padding: 20px 25px 30px 25px;}
.programForm-area input[type=submit]{
	background: #2077c8;
	height: 47px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 0
}


.reg-form #imgLoading_Email{ width: 30px !important;}


.bannerBottomNav{margin-top: 50px}
.popularFeature-sec{ margin-top: -100px; position: relative; z-index: 10;}
.popularFeat-leftSide{ height: 550px;}
.popularFeat-rightSide .h-50{ height: 275px !important;}

.featLogo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #1b1f52;
    padding: 15px;
}

.popluarFeat-cont{ position: absolute; bottom: 0; left: 0;  z-index: 1; right: auto; padding: 30px; background: #bb2226;}
.popluarFeat-cont img{ margin-bottom: 15px; height: 40px;}
.popluarFeat-cont h3{ font-size: 18px; color: #1b1f52; background: #fff; display: inline-block;  margin-bottom: 10px; padding: 5px 10px;}
.popluarFeat-cont h2{ font-size: 38px; color: #fff; margin: 0;  line-height: 36px;}
.popluarFeat-cont h2 span{ color: #ed1c23}
.popluarFeat-cont h2 span sup{ font-size: 60%;}


.popularFeat-rightSide .featLogo{ background: transparent; padding: 0; right: 30px; top: 30px;}
.popularFeat-rightSide h3{  color: #fff; font-size: 20px; position: absolute; bottom: 0; left: 0; padding: 30px;}
.popularFeat-rightSide h3 a{ font-size: 14px; color: #f47621; text-decoration: underline !important}


.highlightRnkings{
	 color: #fff; font-size: 20px; position: absolute; bottom: 0; left: 0; padding: 30px;
}
.highlightRnkings span{ font-size: 16px;}
.highlightRnkings h2{ font-size: 70px; line-height: 50px; color: #f47621;}
.highlightRnkings h2 sup{ top: -22px; font-size: .50em;}



.aboutProgram{ margin-bottom: 30px;}
.aboutProgram h3{ font-size: 24px; font-weight: bold; color: #111; margin-bottom: 15px; }
.aboutProgram p{}
.aboutProgram h2{ font-size: 36px; color: #111; margin-bottom: 15px; line-height: 35px; }
.listStyle-1{ padding: 0}
.listStyle-1 li{ list-style-type: none; margin-bottom: 15px; position: relative; padding-left: 40px;}
.listStyle-1 li::after{
	content: "\f14a"; 
    font-family: "Font Awesome 5 Free";
    left:4px;
    position:absolute;
    top:-3px;
	font-size: 24px;
}


.programList{ box-shadow: 0 0 20px rgb(0 0 0 / 10%); margin-bottom: 20px;}
.programList span{ background: #1b1f52; display: block; font-size: 18px; font-weight: bold; color: #fff; padding: 20px 20px; line-height: 18px; }
.programList ul{ padding: 20px}
.listStyle-2 li{ list-style-type: none; margin-bottom: 5px; padding-left: 15px; }
.listStyle-2 li a{ position: relative; font-size: 14px; color: #111; transition:all .4s ease-in-out;}
.listStyle-2 li a::after{ content: ''; height: 5px; width: 5px; background: #e3e3e3; border-radius: 50%; left: -15px; top: 5px; position: absolute;}
.listStyle-2 li a:hover{ margin-left: 5px; transition:all .2s ease-in-out; color: #2077c8}

.listStyle-3 li{ list-style-type: none; margin-bottom: 15px; position: relative; padding-left: 30px;}
.listStyle-3 li::after{
	content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    left:2px;
    position:absolute;
    top:-3px;
	font-size: 18px;
}





.messageDirector{ background: #1b1f52; padding: 30px; margin-bottom: 30px; position: relative; z-index: 10; border-radius: 0 50px 50px;}
.messageDirector h4{ font-size: 24px; color: #fff;  font-weight: bold; margin-bottom: 10px; }
.messageDirector h5{ font-size: 18px; font-weight: normal; color: #fff; margin-bottom: 0}
.messageDirector p{ color: #fff}
.directorName{ margin-top: 20px;}
.directorName span{ width: 74px; height: 74px; border-radius: 20px; overflow: hidden; display: inline-block; vertical-align: middle; margin-right: 10px; border: 6px solid rgba(255,255,255,0.1)}
.directorName img{ width: 100%;}
.d-Name{ display: inline-block; vertical-align: middle;}
.d-Name h6{   font-size: 22px; font-weight: bold; color: #f47621;  margin-bottom: 0; margin-top: 13px;}
.d-Name p{ font-size: 12px;}


.studentCapPhoto img{ width: 100%; display: block;}
.studentCapPhoto {	
    border-bottom: 0;
}

.numberhighlights{ background: #1b1f52; padding: 15px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1)

/*background: #1c418c;

background: -moz-linear-gradient(left, #1b1f52 0%, #0073bc 100%);
background: -webkit-linear-gradient(left, #1b1f52 0%,#0073bc 100%);
background: linear-gradient(to right, #1b1f52 0%,#0073bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1f52', endColorstr='#0073bc',GradientType=1 );
*/
	
}
.numberhighlights h2{ font-size: 42px; color: #fff;  margin-bottom: 0} 
.numberhighlights h2 sup{ font-size: 20px; margin-left: 5px;}
.numberhighlights span{ font-weight: 500; color: #fff;  font-size: 12px; line-height: 14px; display: block}





.faq-list{ max-width: 870px; margin: auto}
.faq-list .accordion-item{ background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); margin-bottom: 15px;}
.faq-list .accordion-header{ }
.faq-list .accordion-button{ padding: 30px; border: 0; font-size: 18px; text-align: left}
.faq-list .accordion-button:not(.collapsed){ background: #fff; border-color: #fff; color: #f1851c}
.faq-list .accordion-button:focus{ box-shadow: none;}

.faq-list .accordion-collapse{ border: 0}
.faq-list .accordion-body {
    padding: 0 30px 30px;
}


.fortune500{ background: #fff; margin-top: 30px;}
.fortune500 h3{ color: #111}
.fortune500 ul{ padding: 0; margin: 0}
.fortune500 ul li {
    list-style-type: none;
    float: left;
    width: 50%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
    height: 100px;
	line-height: 100px;
    text-align: center;
	background: #fff
}

.fortune500 ul li:nth-child(1),
.fortune500 ul li:nth-child(3),
.fortune500 ul li:nth-child(5){
	border-left: 1px solid #e8e8e8;
}

.fortune500 ul li:nth-child(1),
.fortune500 ul li:nth-child(2){
	border-top: 1px solid #e8e8e8;
}

.fortune500 ul li img{ height: 45px;}
.fortune500 ul li:hover img{ filter: grayscale(100)}

.course-details{ top: 30px; left: 30px;}


.apply-bar{ background: #1b1f52; padding: 40px 0}
.apply-bar h2{ font-size: 36px; color: #fff; margin-bottom: 15px; line-height: 35px;  margin: 0}



.cta-btn-lg{ height: 57px; background: #f1851c; font-size: 16px; color: #fff; text-transform: uppercase; letter-spacing: 2px;  line-height: 57px; padding: 0 30px; border-radius: 6px; display: inline-block;}
.cta-btn-lg img{ width: 20px; margin-left: 5px;}
.cta-btn-lg:hover{ background: #161a4d; color: #fff;}

.accordion-button{ text-align: left}

h5.highlt-text { margin-top: 20px;font-style: italic;line-height: 16px;font-size: 12px;color: #111;}
.qs-i-gauge-xs .featLogo img{max-width:160px;}

/* 25082021 */

.groupList__name{
	
}


/**/





/* responsive media queries */

@media only screen and (min-width: 1599px){
	.container{ max-width: 1400px}
	.popularFeat-rightSide h3{ font-size: 22px;}
}

@media only screen and (max-width: 1399px){
	.numberhighlights span{ font-size: 10px;}
	.fortune500 ul li img{ height: 35px;}
	.apply-bar h2{ font-size: 30px;}
}

@media only screen and (max-width: 1199px){
	.programForm-sec{ width: 100%;}
	.api-regform .dobDiv .formField{ width: 30% !important;}
	.popularFeat-rightSide .featLogo{ right: 10px; top: 10px;}
	.course-details{ left: 20px; top: 20px;}
	.messageDirector{ padding: 20px;}
	.numberhighlights h2 sup{ font-size: 13px;}
	.numberhighlights{ padding: 15px 0;}
	.fortune500{ padding: 20px;}
	.apply-bar h2{ font-size: 26px; line-height: 30px;}
	.bannerBottomNav{ margin-top: 20px; }
}

@media only screen and (max-width: 991px){
	.bannerheadings h1{ font-size: 44px; line-height: 32px;}
	.bannerheadings h1 span{ font-size: 32px;}
	.innerHeroBanner .col-sm-7{ width: 100%}
	.innerHeroBanner .col-sm-5{ width: 100%}
	.innerBannerContent .container{ height: auto !important}
	.bannerheadings{ text-align: center}
	.innerBannerContent{ padding-top: 150px;}
	.bannerBottomNav{ margin-top: 0px; margin-bottom: 20px;}
	.programForm-header{ text-align: center}
	.api-regform .dobDiv .formField{ width: 31.66% !important;}
	.innerHeroBanner{ min-height: 1024px;}
}

@media only screen and (max-width: 767px){
	.innerHeroBanner{ min-height: 900px;}
	.popularFeature-sec{ margin-top: 75px;}
	.api-regform .dobDiv .formField{ width: 30.99% !important;}
	.aboutProgram h2{ font-size: 32px;}
	.aboutProgram h2 br{ display: none}
	.apply-bar{ text-align: center}
	.apply-bar .text-end{ text-align: center !important}
	.apply-bar h2{ font-size: 24px; margin-bottom: 10px;}
	.popularFeat-rightSide h3{ padding: 20px;}
	.popluarFeat-cont h2{ font-size: 30px; line-height: 30px;}
	.popluarFeat-cont h3{ font-size: 15px;}
	.popluarFeat-cont{ width: 100%;}
	.cta-btn-lg{ height: 49px; line-height: 49px; font-size: 14px;}
	.qs-i-gauge-xs .featLogo img{max-width:150px;}
}

@media only screen and (max-width: 575px){
	.popluarFeat-cont{ top: 0; background: rgb(187 34 38 / 92%)}
	.programAllDetails-sec.pt-5{ padding-top: 30px !important;}
	.popularFeat-leftSide{ height: 270px;}
	.popularFeat-rightSide .h-50{ height: 180px !important;}
}

@media only screen and (max-width: 479px){
	.bannerheadings h1{ font-size: 32px; line-height: 30px;}
	.bannerheadings h1 span{ font-size: 22px; line-height: 24px;}
	.api-regform{ padding: 15px !important;}
	.api-regform .col-6{ width: 100%;}
	.api-regform .dobDiv .formField{ width: 29.33% !important;}
	.popluarFeat-cont h2{ font-size: 20px; line-height: 24px;}
	.popluarFeat-cont h3{ font-size: 14px;}
	.innerHeroBanner{ min-height: 1024px;}
	.popularFeat-rightSide h3{ font-size: 16px;}
	.aboutProgram h2{ font-size: 24px; line-height: 24px;}
	.aboutProgram h3{ font-size: 18px;}
	.fortune500 ul li{ height: 80px; line-height: 80px;}
}

