
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lustria');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Lustria', serif;
font-family: 'Open Sans', sans-serif; */

.container {
    width: 90%;
}
h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: #454545;
    margin: 0 0 10px 0;
    line-height: 24px;
}
nav.menu .mainmenu li a span.icon{
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px auto;
    padding: 0px;
}
nav.menu .mainmenu li a span.icon.home{
	background:url(../images/icon/menu_icon_home_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.home,
nav.menu .mainmenu li a:hover span.icon.home{
	background:url(../images/icon/menu_icon_home_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.about{
	background:url(../images/icon/menu_icon_about_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.about,
nav.menu .mainmenu li a:hover span.icon.about{
	background:url(../images/icon/menu_icon_about_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.course{
	background: url(../images/icon/menu_icon_course_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.course,
nav.menu .mainmenu li a:hover span.icon.course{
	background: url(../images/icon/menu_icon_course_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.centre{
	background: url(../images/icon/menu_icon_centres_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.centre,
nav.menu .mainmenu li a:hover span.icon.centre{
	background: url(../images/icon/menu_icon_centres_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.news{
	background: url(../images/icon/menu_icon_news_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.news,
nav.menu .mainmenu li a:hover span.icon.news{
	background:  url(../images/icon/menu_icon_news_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.contact{
	background: url(../images/icon/menu_icon_contact_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.contact,
nav.menu .mainmenu li a:hover span.icon.contact{
	background: url(../images/icon/menu_icon_contact_light.png) 50% 50% no-repeat;	
}

nav.menu .mainmenu li a span.icon.apply{
	background: url(../images/icon/menu_icon_apply_dark.png) 50% 50% no-repeat;
}
nav.menu .mainmenu li.current a span.icon.apply,
nav.menu .mainmenu li a:hover span.icon.apply{
	background:  url(../images/icon/menu_icon_apply_light.png) 50% 50% no-repeat;	
}

a.courseBtn{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #02a5bb;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
}
a.courseBtn.redBtn{
    background: #f0593f;	
}
a.courseBtn:hover,
a.courseBtn.redBtn:hover{
	background:#51297f;
}

.smudge_tab > .smudge_tab_nav > li > a,
.smudge_tab > .smudge_tab_nav > li .smudgeInner{
    padding: 35px 30px 35px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    width: 100%;
    float: left;
    min-height: 240px;	
}
.smudge_tab .smudge_tab_nav li .iconArea{
	width:30%;
	float:left;
}
.smudge_tab .smudge_tab_nav li .txtArea{
	width:70%;
	float:left;
}
.smudge_tab .smudge_tab_nav li .txtArea h4{
	font-family: 'Lustria', serif;
    font-size: 24px;
    text-transform: none;
	color:#fff;
	margin:0 0 15px 0;
    font-weight: 500;	
}
.smudge_tab .smudge_tab_nav li .txtArea p{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
	color:#fff;
	margin:0 0 0px 0;
    font-weight: 400;
	line-height: 24px;
}
.single_counter{
	width:100%;
	float:left;
}
.single_counter .counterIcon{
	width:30%;
	float:left;
}
.single_counter .counterText{
	width:70%;
	float:left;
}
.single_counter .counterText h3,
.single_counter .counter {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: #f0593f;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.single_counter .counterText h3 .counter {
	margin:0px;
}
.single_counter .counterText p{
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: normal;
    color: #fff;	
}

.ourCoursesArea{
	width:100%;
	float:left;
	position: relative;
    margin-bottom: 50px;	
}
.courseListArea{
	width:100%;
	float:left;
}
.courseListArea ul li{
    width: 32.333%;
    float: left;
    position: relative;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    margin: 0.5%;	
}
.courseListArea ul li img{
	border-radius:4px;	
}
.courseListArea ul li::before{
	content:"";
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:1;
	opacity:0.6;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	background: rgb(3,182,206); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,182,206,1) 0%, rgba(81,41,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,182,206,1) 0%,rgba(81,41,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,182,206,1) 0%,rgba(81,41,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b6ce', endColorstr='#51297f',GradientType=0 ); /* IE6-9 */	
}
.courseListArea ul li:hover::before{
	opacity:0.9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
.courseListArea ul li h4{
	font-family: 'Lustria', serif;
    font-size: 28px;
    text-transform: none;
	color:#fff;
	margin:0 0 0px 0;
    font-weight: 500;
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:100;
}
.courseListArea ul li a.detailsBtn{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	color:#fff;
	letter-spacing: 0.4px;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 100px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	left: 30%;
	top: 40%;
	/*-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);*/
	z-index: 100;
	text-decoration: none;
	display: block;
	opacity: 0;
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;	
}
.courseListArea ul li:hover a.detailsBtn{
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.courseListArea ul li a.detailsBtn:hover{
	background: #f15a3f;
}
.courseListArea ul li:hover a.detailsBtn.viewAll{
    font-size: 50px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    left: 42%;
}
.advisorArea{
	position:relative;
    padding: 50px 0;
    width: 100%;
    float: left;
    background: #f0f0f0;	
}
.advisorDetailArea{
	width:100%;
	float:left;
    margin-bottom: 0px;	
text-align: center;	
}
.advisorDetailArea ul li{
    width: 24%;
    /* float: left; */
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    min-height: 525px;
    vertical-align: top;
}
.advisorDetailArea ul.single li{
	width:50%;	
}
.advisorDetailArea ul li img{
    height: 150px;
	border-radius:100px;
}
.advisorDetailArea ul li h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #484848;
    margin: 15px 0 5px;
    font-weight: 500;
    line-height: 26px;
    min-height: 52px;
}
.advisorDetailArea ul li p{
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: #454545;
    margin: 0;
}
.advisorDetailArea ul li p.advisorDesig{
	font-family: 'Lustria', serif;
	color:#f0593f;
	position:relative;
	padding:0 0 5px 0;
	margin-bottom:5px;
}
.advisorDetailArea ul li p.advisorDesig::after{
	content:"";
	width:20px;
	height:2px;
	background:#03ced5;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);	
}

.successStoriesArea{
	width:100%;
	float:left;
	background:#f0593f;
	position:relative;
	padding:40px 40px 40px 35%;
}
.successStoriesArea .section_title{
	text-align:left;
}
.successStoriesArea .section_title .title__heading,
.successStoriesArea .section_title p{
	color:#fff;
    margin: 0px;	
}
.storiesArea{
	width:100%;
	float:left;
	padding:30px 0;
}
.storiesArea .imgArea{
	width:30%;
	float:left;
}
.storiesArea .txtArea{
	width:70%;
	float:left;
	position:relative;
}
.storiesArea .txtArea::before{
    content: "";
    width: 36px;
    height: 24px;
    display: block;
    background: url(../images/quote.png) 50% 50% no-repeat;
    position: absolute;
    left: -7%;
    top: -2%;
}
.storiesArea .imgArea img{
	height:150px;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;	
}
.storiesArea .txtArea p{
	font-size:14px;
	color:#fff;
}
.storiesArea .txtArea h4{
	font-family: 'Lustria', serif;
    color: #fff;
	font-size:26px;
}
.successStoriesArea .storyBg{
    width: 32%;
    float: left;
    height: 100%;
    background: url(../images/succes_stories_bg.jpg) 50% 50% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;	
}
.success_stories_carousel.owl-carousel .owl-item img{
	width:auto;
}
.success_stories_carousel .owl-dots > .owl-dot {
    background-color: rgba(255,255,255,0.3) !important;
}
.success_stories_carousel .owl-dots > .owl-dot.active {
    background-color: #51297f !important;
}
.brand_clients_area{
	width:100%;
	float:left;
	padding:50px 0;
}
.recentUpdatesLists{
	width:100%;
	float:left;
}
.updatesItem{
	width:100%;
	float:left;
}
.updatesItem .updateImgArea{
	width:100%;
	float:left;
}
.updatesItem .updateImgArea img{
	width:100%;
}
.updatesItem .contentArea{
	width:100%;
	float:left;
	padding:10px;
	background:#fff;
}
.updatesItem .contentArea p{
    color: #51297f;
    font-family: 'Lustria', serif;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 26px;
    min-height: 100px;
}
.updatesItem .contentArea .readMoreBtn,
.readMoreBtn{
    font-family: 'Montserrat', sans-serif;
    color: #03ced5;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 0 0;
    margin-top: 0;
    position: static;
    display: block;
}
.updatesItem .contentArea a.readMoreBtn:hover,
a.readMoreBtn:hover{
	color:#f0593f;
}


/*--------*/

footer{
	width:100%;
	float:left;
	background:#430a67;
}
.topFooterArea{
	width:100%;
	float:left;
	padding:40px 0;
}
.topFooterArea .footerLogoArea{
	width:100%;
	float:left;
    padding-bottom: 30px;	
}
a.registrationbtn{
	float:right;
	margin:0px;
}
.topFooterArea .footerContentArea{
	width:100%;
	float:left;
}
.footerContentArea .footerBox{
	width:100%;
	float:left;
}
.footerContentArea .footerBox h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.footerContentArea .footerBox h6{
	color:#fff;
}
.footerContentArea .footerBox h4::after{
	content:"";
	width:30px;
	height:2px;
	display:inline-block;
	background:#03ced5;
	position:absolute;
	left:0;
	bottom:0;
}
.footerContentArea .footerBox p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;	
}
.footerContentArea .footerBox p span{
	text-transform:uppercase;
    font-weight: 600;	
}
.locationDateArea {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.locationDateArea ul li {
    width: 100%;
    float: left;
}
.footerInfo.locationDateArea ul li .txtArea p{
	color:#fff;
    font-size: 14px;
}
.footerInfo.locationDateArea ul li{
    margin-bottom: 5px;	
}
.footerInfo.locationDateArea ul li a{
	display:block;
}
.footerInfo.locationDateArea ul li .iconArea{
    width: 10%;
	float:left;
    margin-right: 5px;	
}
.footerInfo.locationDateArea ul li .txtArea {
    width: 80%;
	float:left;
}
.footerInfo.locationDateArea ul li .iconArea img {
    width: 16px;
}
.footerInfo.locationDateArea ul li a:hover .txtArea p {
    color: #03ced5;
}
.socialLinkArea{
	width:100%;
	float:left;
}
.socialLinkArea ul li{
	float:left;
	padding:0 20px 0 0;
}
.socialLinkArea ul li a{
	display:block;
	color:#fff;
	font-size:20px;
}
.footerContentArea .footerBox ul.links{
	width:100%;
	float:left;
}
.footerContentArea .footerBox ul.links li{
	width:100%;
	float:left;
}
.footerContentArea .footerBox ul.links li:last-child{
	border-bottom:none;	
}
.footerContentArea .footerBox ul.links li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: normal;
    margin: 0px;
    display: block;
    padding: 0 0 15px 0;
}
.footerContentArea .footerBox ul.links li a:hover{
    color: #03ced5;	
}
.footerContentArea .footerBox ul.GalleryLinks{
	width:100%;
	float:left;
}
.footerContentArea .footerBox ul.GalleryLinks li{
    width: 25%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: inline-block;	
}
.footerContentArea .footerBox ul.GalleryLinks li a{
	display:block;
    padding: 5px;
}
.footerContentArea .footerBox ul.GalleryLinks li a img{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    opacity: 0.7;	
}
.footerContentArea .footerBox ul.GalleryLinks li a:hover img{
    opacity: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;	
}
.footerContentArea .footerBox a.viewAllGallery{
    display: block;
    text-align: left;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0px;
/*    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    width: 100%;
    float: left;
    margin-top: 5px;
    text-transform: uppercase;	
}
.footerContentArea .footerBox a.viewAllGallery:hover{
    color: #03ced5;	
}
.bottomFooterArea{
	width:100%;
	float:left;
	background:#39005c;
    padding: 10px 0;
}
.bottomFooterArea p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;	
}
.bottomFooterArea p.designedBy{
	text-align:right;
}
.bottomFooterArea p.designedBy a{
	color:#fff;
}
.bottomFooterArea p.designedBy a:hover{
    color: #03ced5;
}
.socialLinkArea{
	width:100%;
	float:left;
}
.footerInfo.locationDateArea ul li .iconArea .icon{
	color:#fff;
}

/*-------------------*/

.innerPageBanner{
	width:100%;
	float:left;
	min-height:300px;
	background:url(../images/bg/banner_bg_all_course.jpg) 50% 50% no-repeat;
	position:relative;
}
.innerPageBanner::after{
	content:"";
	width:100%;
	float:left;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:0;
    background-color: rgba(12, 0, 25, 0.65);	
}
.innerPageBanner.cdm{
    background:url(../images/ind_banner/IIAS_PA_Banner_CDM.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.cro{
    background:url(../images/ind_banner/IIAS_PA_Banner_CRO.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.dca{
    background:url(../images/ind_banner/IIAS_PA_Banner_DCA.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.dfbs{
    background:url(../images/ind_banner/IIAS_PA_Banner_DFBS.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.dho{
    background:url(../images/ind_banner/IIAS_PA_Banner_DHO.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.dhato{
    background:url(../images/ind_banner/IIAS_PA_Banner_DHATO.jpg) 50% 50% no-repeat;
}
.innerPageBanner.dihm{
    background:url(../images/ind_banner/IIAS_PA_Banner_DIHM.png) 50% 50% no-repeat;
}
.innerPageBanner.dfo{
    background:url(../images/ind_banner/IIAS_PA_Banner_DFO.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.ddsm{
    background:url(../images/ind_banner/IIAS_PA_Banner_DDSM.jpg) 50% 50% no-repeat;
}
.innerPageBanner.DeCRSC{
    background:url(../images/ind_banner/IIAS_PA_Banner_DeCRSC.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.dpttm{
    /*background:url(../images/ind_banner/IIAS_PA_Banner_DTTM.jpeg) 50% 50% no-repeat;*/
	background:url(../images/ind_banner/IIAS_PA_Banner_DTTM.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.pgddb{
    background:url(../images/ind_banner/IIAS_PA_Banner_PGDDB.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.pgdsm{
    background:url(../images/ind_banner/IIAS_PA_Banner_PGDSM.jpeg) 50% 50% no-repeat;
}
.innerPageBanner.mbapgpm{
    background:url(../images/ind_banner/IIAS_PA_Banner_MBAPGPM.jpg) 50% 50% no-repeat;
}
.innerPageBanner.mbaba{
    background:url(../images/ind_banner/IIAS_PA_Banner_MBABA.jpg) 50% 50% no-repeat;
}
.innerPageBanner.mbaent{
    background:url(../images/ind_banner/IIAS_PA_Banner_MBAENT.jpg) 50% 50% no-repeat;
}

.breadCrumbsArea,
.innerPageBanner .BannerTitleArea{
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    z-index: 1;
}
.breadCrumbsArea ul li{
    display: inline-block;
    padding: 0 20px 0 10px;
    background: url(../images/breadcrumb_arrow.png) 100% 50% no-repeat;
}
.breadCrumbsArea ul li:first-child{
    padding: 0 20px 0 0px;	
}
.breadCrumbsArea ul li:last-child{
	background:none;
}
.breadCrumbsArea ul li,
.breadCrumbsArea ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0px;
}
.breadCrumbsArea ul li a:hover,
.breadCrumbsArea ul li:last-child{
	color:#03ced5;
}
.innerPageBanner .BannerTitleArea{
    padding: 20px 0 20px 35px;
    margin-top: 5%;	
}
.innerPageBanner .BannerTitleArea::before{
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 4px;
}
.innerPageBanner .BannerTitleArea h1{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
	color:#fff;
}
.innerPageBanner .BannerTitleArea p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.45em;
    margin-bottom: 0px;
	color:#fff;	
}

.programDetailsSection{
	width:100%;
	float:left;
	padding:50px 0;	
}
.viewAllCourseArea{
	width:100%;
	float:left;
	padding:0px 0;
}

/*-------------*/

.resp-vtabs .resp-tabs-list li{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    display: block;
    background: #07b8d0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.resp-vtabs li.resp-tab-active,
.resp-vtabs .resp-tabs-list li:hover{
    color: #fff;
    background: #51297f;
    /* border: none; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-left: 4px solid #f0593f;	
}
.resp-tab-content-active,.resp-tab-content{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
}


.viewAllCourseArea .tabContainerInner{
	width:100%;
	float:left;
}
.resp-tab-content {
    width: 100%;
    float: left;
    padding: 0 0px 0 30px;
}
.viewAllCourseArea .tabContainerInner h6{
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0px;
    font-weight: 500;
    color: #f0593f;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;	
}
.allCourseListArea{
	width:100%;
	float:left;
}
.allCourseListArea ul li{
	width:50%;
	float:left;
	padding:0px 10px 10px 0;
}
.courseCardArea{
	width:100%;
	float:left;
	border:1px solid #51297f;
	background:#fff;
    min-height: 360px;	
}
.courseCardArea .topSection{
	width:100%;
	float:left;
	padding:10px;
	background:#51297f;
    min-height: 78px;	
}
.courseCardArea .topSection .titleArea{
	width: 100%;
	float:left;
}
.courseCardArea .topSection .symbol{
	width:30%;
	float:left;
}
.courseCardArea .topSection .titleArea h2{
    font-family: 'Lustria', serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 0px 0;
    font-weight: 500;
	line-height:normal;
}
.courseCardArea .bottomSection{
	width:100%;
	float:left;
	padding:10px;
	background:#fff;
    min-height: 250px;	
}
.courseCardArea .bottomSection p{
	margin:0 0 10px 0;
}
.courseCardArea .bottomSection .courseKeysArea{
	width:100%;
	float:left;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	padding:10px 0;
}
.courseCardArea .bottomSection .courseKeysArea ul li{
	width:50%;
	float:left;
}
.courseCardArea .bottomSection .courseKeysArea ul li:first-child{
	border-right:1px solid #e1e1e1;
	padding:0 10px 0 0;
}
.courseCardArea .bottomSection .courseKeysArea ul li:last-child{
	padding:0 0px 0 10px;
}
.courseCardArea .bottomSection .courseKeysArea ul li h4,
.courseCardArea .bottomSection .placementArea .textArea h4{
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0px;
    font-weight: 600;
    color: #51297f;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
	text-transform:uppercase;
}
.courseCardArea .bottomSection .courseKeysArea ul li p{
	margin:0px;
}
.courseCardArea .bottomSection .placementArea{
	width:100%;
	float:left;
	padding:10px 0 0;
}
.courseCardArea .bottomSection .placementArea .textArea{
	width:60%;
	float:left;
	padding:0 10px 0 0;
}
.courseCardArea .bottomSection .placementArea .btnArea{
	width:40%;
	float:left;	
}
.courseCardArea .bottomSection .placementArea .textArea h4{
	color:#03ced5;
    margin: 0 0 10px 0;	
}
.courseCardArea .bottomSection .placementArea .textArea p{
	margin:0px;
}
.courseCardArea .bottomSection .placementArea .btnArea a.courseBtn{
    display: block;
    text-align: center;	
}

.programDetailsArea .resp-vtabs ul.resp-tabs-list{
    width: 30%;	
}
.programDetailsArea .resp-vtabs .resp-tabs-container{
    width: 68%;	
}

.programArea{
	width:100%;
	float:left;
}
.programArea h4{
    font-family: 'Lustria', serif;
    font-size: 34px;
    color: #4e0a87;
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    font-weight: 500;
    line-height: normal;
	position:relative;
}
.decorateBottomBorder{
	position:relative;	
}
.programArea h4::after,
.decorateBottomBorder::after{
	content:"";
	width:100%;
	float:left;
	height:1px;
	background:#e3e3e3;
	position:absolute;
	left:0;
	bottom:0;
}
.programArea h4::before,
.decorateBottomBorder::before{
	content:"";
	width:10%;
	float:left;
	height:1px;
	background:#51297f;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
h6.highlighted{
    font-size: 16px;
    margin: 15px 0;
    padding: 0px 0 0 10px;
    font-weight: 600;
    color: #51297f;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-left: 4px solid #51297f;
}
h6.highlighted span{
	color:#484848;
	text-transform:none;
}
.single_counter.dark{
	background:#51297f;
    padding: 10px;	
}
.single_counter.dark.red{
	background:#f0593f;
}
.single_counter.dark.red .counterText h3,
.single_counter.dark.red .counter{
	color:#fff;
}

.DownloadBrochureArea{
	width:100%;
	float:left;
	margin-bottom:20px;
	position:relative;
    margin-top: 0px;	
}
.DownloadBrochureArea img{
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;	
}
.DownloadBrochureArea a.courseBtn{
    position: absolute;
    left: 50%;
    bottom: 5%;
    display: block;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    padding: 10px 15px;	
}
.relatedLinkArea{
	width:100%;
	float:left;
    margin-bottom: 20px;	
}
.relatedLinkArea h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #484848;
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
    font-weight: 500;
    line-height: normal;
	position:relative;
}
.relatedLinkArea h4::after{
	content:"";
	width:100%;
	float:left;
	height:1px;
	background:#e3e3e3;
	position:absolute;
	left:0;
	bottom:0;
}
.relatedLinkArea h4::before{
	content:"";
	width:10%;
	float:left;
	height:1px;
	background:#51297f;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.relatedLinkArea .RelatedListArea{
	width:100%;
	float:left;
}
.relatedLinkArea .RelatedListArea ul li{
	width:100%;
	float:left;
}
.relatedLinkArea .RelatedListArea ul li a{
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    color: #4e0a87;
    margin: 0 0 0px 0;
    padding: 0 0 0 15px;
    line-height: 32px;
	background:#fff;
}
.relatedLinkArea .RelatedListArea ul li a i{
	position:absolute;
	left:0;
	top:10px;
}
.relatedLinkArea .RelatedListArea ul li a:hover{
    background: #f3f3f3;
    color: #f0593f;
    padding: 0 0 0 18px;	
}
.smart_team_area{
	width:100%;
	float:left;
	background:#f5f5f5;
	padding:50px 0;
}

.viewAllProgramSection {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.jobOpeningSection{
	width:100%;
	float:left;
	padding:50px 0;
}

/*------------*/

.modal.customModal .modal-header,
.modal.customModal .modal-footer,
.modal.customModal .modal-body,
.modal.customModal .modal-content{
	border:none;
}
.modal.customModal .modal-content{
    border-radius: 0px;
    float: left;
    background: #fff;
}
.modal.customModal .modal-header{
    position: relative;
    width: 100%;
    float: left;
    display: block;
    text-align: left;
    padding: 20px;	
}
.modal.customModal .modal-body{
    padding: 0 20px 20px;
    width: 100%;
    float: left;
    min-height: 493px;
	position:relative;
}
.modal.customModal .modal-header button.close{
    position: absolute;
    right: -40px;
    outline: none;
    top: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0px;
    opacity: 1;
}

.modal.customModal .modal-header .TitleSection h4{
    font-size: 26px;
    font-family: 'Lustria', serif;
    color: #4e0a87;
    margin: 0 0 10px 0;
    text-transform: none;
    line-height: normal;
    padding: 0 0 10px 0;
    position: relative;
}
.modal.customModal .modal-header p{
	font-size:12px;
    line-height: normal;	
 }
 .form-control,
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select{
	font-family: 'Roboto', sans-serif; 
    display: block;
    width: 100%;
    padding: 0 0px;
    font-size: 16px;
    color: #929292;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c2c2c2;
	height: calc(2.25rem + 2px);
	box-shadow:none;
}
.form-control:focus,
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus{
	outline:none;
	box-shadow:none;
    border-bottom: 1px solid #03ced5;	
}
label{
	font-family: 'Roboto', sans-serif; 
    display: block;
    width: 100%;
    padding: 0 0px;
    font-size: 14px;
    color: #929292;
	font-weight:500;
}
.form-group {
    margin-bottom: 1.4rem;
}
.downloadFormArea p{
    color: #929292;
    font-size: 12px;
    line-height: normal;
}
.primary-btn.submitBtn{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4e0a87;
    padding: 10px 25px;
    border-radius: 0px;
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
} 
.primary-btn.submitBtn:hover,
.primary-btn.submitBtn:focus{
    background: #f0593f;
	outline:none;
}
.customModal .modal-content .posterArea{
	width:50%;
	float:left;
}
.customModal .modal-content .modalFormArea{
	width:50%;
	float:left;	
}

.programArea h6{
    margin: 20px 0 20px;
}
.programArea h6.semester{
	text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #05b9d1;
    padding-left: 10px;
    border-left: 3px solid #05b9d1;
    margin: 25px 0 10px;	
}
.programArea p span{
	text-transform:uppercase;
	font-weight:600;
}


/*---------*/

.contact-info-area{
	width:100%;
	float:left;
}

.contact-info-area .single_contact_info {
    min-height: 180px;
}

.blockquote{
    /*font-family: 'Lustria', serif;*/
    border-color: #04b9d1;
    font-size: 24px;	
}

ul.listItem{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.listItem li{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: #454545;
    margin: 0 0 10px 0;
    line-height: 24px;
    padding: 0 0 0 20px;
	position:relative;
}
ul.listItem li::before{
	content:"";
	width:4px;
	height:4px;
	border-radius:100px;
	position:absolute;
	left:0px;
	top:10px;
	background: #04b9d1;
}
.biography_content p{
	font-style:italic;
}
.teamMemberArea{
	width:100%;
	float:left;
}
.recent_work_nav{
	margin:20px 0;
}
.about-area{
	width:100%;
	float:left;
}
.centreArea{
	width:100%;
	float:left;
    background: #07b8d0;
    margin-bottom: 40px;	
}
.centreArea .about_content{
	width:100%;
	float:left;
	padding:20px;
}
.centreArea .about_thumb_area{
	width:100%;
	float:left;
	min-height:auto;
}
.centreArea .about_thumb_area figure,
.centreArea .about_thumb_area iframe{
	margin:0px;
	padding:0px;
}
.centreArea .about_thumb_area figure{
    margin: 0px 0 -7px 0;
}
.about_content > h3{
    font-family: 'Montserrat', sans-serif;
	color:#fff;
    font-size: 24px;
    font-weight: 500;	
}
.about_content p{
	color:#fff;
}
.about_content .footerInfo.locationDateArea ul li a:hover .txtArea p {
	color: #4e0a87;
}
.smudge_tab > .smudge_tab_nav{
	margin-bottom:50px;
}