*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}
body{
    background:#fff;
    font-family: 'Ubuntu', sans-serif;
	font-size:15px;
    color:#000;
}
ul,ol{
    list-style:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
a{text-decoration:none;color:#1A8CD4;}
header{
    
}
footer{
    
}
section.content{
    max-width:1100px;
    margin:0 auto;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    min-height:200px;
    border-radius:10px;
    background:#fff;
	position:relative;
}

header.bgChange {
    height: 184px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
	height: 184px;
	z-index:9999;
}
.container{
	position:relative;
	z-index:9;
	padding-top:190px;
}

.logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    display: inline-block;
    height: 106px;
    text-align: center;
    vertical-align: top;
    width: 106px;
	position:relative;
	z-index:9;
}

.logo.logo-right {
    float: right;
}

header {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.navBox {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
h1.pageTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    left: 0;
    margin: auto;
    padding: 10px 0;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    top: 0;
    width: 1100px;
	font-family:"times new roman"
}
h1.pageTitle span {
    display: block;
    font-size: 0.9rem;
	letter-spacing:1px;
}

.navUl {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}

ul.navUl li {
    display: inline-block;
	position:relative;
}
ul.navUl > li{
	padding-bottom:10px;
	
}
.navUl a {
    xbackground: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 32px;
    padding: 0 15px;
	position:relative;
	text-transform:uppercase;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
    text-decoration: none;
}
.navUl > li > a::before {
    background: transparent none repeat scroll 0 0;
    border-bottom: 6px dotted rgba(255, 255, 255, 0.9);
    bottom: -5px;
    content: "";
    height: 0;
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scale(0);
    transition: all 0.2s ease 0s;
    width: 44px;
}
.navUl > li > a::after {
    background: transparent none repeat scroll 0 0;
    border-bottom: 6px dotted rgba(0, 0, 0, 0.9);
    bottom: -7px;
	opacity:0.3;
	z-index:-1;
    content: "";
    height: 0;
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scale(0);
    transition: all 0.2s ease 0s;
    width: 44px;
}
.navUl > li > a.active::before,.navUl > li > a:hover::before,.navUl > li > a.active::after,.navUl > li > a:hover::after {
	transform: scale(1);

}

.subUl {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
	box-shadow:0 5px 5px rgba(0,0,0,0.3);
    display: none;
    flex-flow: column nowrap;
    left: 0;
	top:100%;
	padding-top:10px;
    padding-bottom: 10px;
    position: absolute;
    text-overflow: ellipsis;
    z-index: 99;
}
.subUl::before {
    border-color: transparent transparent rgba(0,0,0,0.7) transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    left: 36px;
    position: absolute;
    top: -10px;
}
.subUl a {
    text-align: left;
    white-space: nowrap;
	font-size:0.8em;
}
.navUl li:hover .subUl{
	display:flex;
}
.newsScroll {
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    margin: 10px auto;
    max-width: 1100px;
    min-height: 40px;
    overflow: hidden;
    padding-left: 128px;
    position: relative;
	line-height:40px;
}
.ticker{
	background:#fff;
	padding-left:10px;
	overflow:hidden;
}
.flashNewsTitle {
    color:#fff;
    font-weight: bold;
    left: 0;
    line-height: 40px;
	width:128px;
    padding: 0 18px;
    position: absolute;
	box-shadow:3px 4px 4px rgba(0,0,0,0.2) inset,0px -4px 4px rgba(255,255,255,0.5) inset;
}
.bodyBgSep{
	position:absolute;
	height:240px;
	z-index:0;
	width:100%;
}
.banner{
	padding:10px 0;
}
.homeSection{
	padding:0 10px;
}

h2.subTitle {
    font-size: 1.5em;
	line-height:36px;
    margin-bottom: 10px;
	font-family: 'Ubuntu', sans-serif;
	position:relative;
}
h2.subTitle::before {
    background: #F44336 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 25px;
}
.txtContent{
	color:rgba(0,0,0,0.6);
	font-size:1em;
	line-height:24px;
	padding-bottom:10px;
}
.withIndent{
	text-indent:48px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.indSection{
	padding:0 10px;
	margin-bottom:30px;
	overflow:hidden;
}
h3.subSubTitle  {
    line-height: 32px;
    margin: 10px 0;
	position:relative;
	color:rgba(0,0,0,0.6);
	padding-left:20px;
}
.contentBoxUl {
    font-size: 1em;
    line-height: 30px;
    padding-left: 48px;
	color:rgba(0,0,0,0.6);
}
.contentBoxUl li{
	background:transparent url("../img/mission.png") no-repeat scroll left 10px / 13px 13px;
	padding-left:20px;
}
.tabUlHor
{
	display:flex;
	justify-content: space-around;
}
.tabUlHor li{
	width:31%;
	padding:10px 0;
	text-align:center;
}
.tabUlHor li a {
    background: #3F51B5 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 36px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
	box-shadow:0 4px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 92%;
}
.tabUlHor li a.disabled{
	opacity:0.5;
	box-shadow: 0 0 0;
}
.tabUlHor li a img{
	display:block;
	height:48px;
	margin:0 auto;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.galitem {
    width: 33%;
}

.galImgCont {
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    overflow: hidden;
    width: 90%;
}
.gallery img{
	display:block;
	height:100%;
	width:100%;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transition:all 0.2s 0s ease;
}
.gallery img:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transition:all 0.5s 0s ease;
}
.bg-red{
	background:#F44336 !important;
}
.bg-pink{
	background:#E91E63 !important;
}
.bg-purple{
	background:#9C27B0 !important;
}
.bg-indigo{
	background:#3F51B5 !important;
}
.bg-blue{
	background:#2196F3 !important;
}
.bg-cyan{
	background:#00BCD4 !important;
}
.bg-teal{
	background:#009688 !important;
}
.bg-green{
	background:#4CAF50 !important;
}
.bg-lime{
	background:#CDDC39 !important;
}
.bg-orange{
	background:#FF9800 !important;
}
.bg-brown{
	background:#795548 !important;
}
.contactSection p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1em;
    text-indent: 30px;
    width: 90%;
}

.contactSection form {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 65%;
}
.formUl li {
    display: flex;
    justify-content: space-around;
    vertical-align: top;
}
.formUl label {
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.formHalf{
	width:310px;
}
.formFull{
	width:645px;
}
.mandatory {
    color: red;
    font-size: 0.8em;
}

.formUl input {
    background: #fff none repeat scroll 0 0;
    border: 0 solid rgba(0, 0, 0, 0.1);
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 0 10px;
    width: 310px;
	font-family: 'Ubuntu', sans-serif;
}
.formUl textarea {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    font-size: 1em;
    line-height: 24px;
    min-height: 100px;
    padding: 5px;
	width:100%;
    resize: none;
	font-family: 'Ubuntu', sans-serif;
}
footer {
    background: #607D8B none repeat scroll 0 0;
    margin-top: -80px;
    padding-top: 90px;
    width: 100%;
    z-index: 0;
}

.footerContent {
    align-items: start;
    display: flex;
    justify-content: start;
    margin: 0 auto;
    max-width: 1100px;
}

.footerSec {
    width: 33.5%;
	padding-bottom:15px;
}
footer h4 {
    color: rgba(0, 0, 0, 0.6);
	margin-bottom:10px;
}
.footerSec a{
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	line-height:24px;
}
.footer-bottom{
	background:rgba(0,0,0,0.6);
	color:#fff;
}

.footer-bottom > p {
    font-size: 1em;
    line-height: 32px;
    text-align: center;
}

.footer-bottom > p {
    font-size: 1em;
    line-height: 32px;
    text-align: center;
}
.footer-bottom a{
	font-weight:bold;
	color:#fff;
}
.marquee 
{
    font-size: 1em;
	color:rgba(0,0,0,0.8);
}


.animateCont{
	overflow:hidden;
	opacity:0;
	transition:all 0.2s 0s ease-in;
}
.animateCont.toright {
    transform: translate(-50px,0);
	-moz-transform: translate(-50px,0);
	-webkit-transform: translate(-50px,0);
}
.animateCont.toleft {
    transform: translate(50px,0);
	-moz-transform: translate(50px,0);
	-webkit-transform: translate(50px,0);
}
.animateCont.active.toright,.animateCont.active.toleft{
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}
.animateCont.totop{
	transform: translate(0,50px);
	-moz-transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
}
.animateCont.totop.active{
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity:1;
}

.contactDet {
    width: 35%;
	padding:0 30px;
}
.detUl li:first-child {
    border-top: 0 none;
}
.detUl li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid #fff;
    padding: 15px 10px;
}
.detUl li:last-child {
    border-bottom: 0 none;
}

.detUl span {
    color: #163c53;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 10px;
}
.contactFlex{
	display:flex;
	justify-content:space-around;
}
.footerSocialUl{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:start;
}
.footerSocialUl li{
	width:35%;
}
.footerSocialUl a{
	display:block;
	height:36px;
	width:36px;
	border-radius:50%;
	border:2px solid #fff;
	background:#fff;
}
.footerSocialUl img{
	height:100%;
	width:100%;
}
.contactUl li{
	margin-bottom:10px;
}
.contactUl li i{
	color:#fff;
	margin-right:10px;
}
.col-8 {
    float: left;
    width: 60%;
	padding-right:20px;
}
.col-4 {
    xbackground: #eee none repeat scroll 0 0;
    float: left;
    min-height: 200px;
    width: 40%;
}
.col-4 *{
	color:#fff;
}
.col-4 .subTitle{
	margin-left:15px;
}
.col-4 .subTitle:before{
	background:#fff;
}
.txtJustify{
	text-align:justify;
}
.vticker {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    margin: 0 15px;
    padding: 10px;
}
.vticker li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    line-height: 28px;
    padding: 10px 48px 10px 0;
    position: relative;
	width:calc(100% - 10px);
}

.vticker li a.downloadLink {
	background:rgba(0,0,0,0.3);
    border-radius: 50%;
    bottom: 0;
    height: 32px;
    line-height: 36px;
    margin: auto;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 32px;
}
.moreLink {
    border-radius: 3px;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 24px;
    padding: 1px 5px;
    white-space: nowrap;
	border:1px solid rgba(255,255,255,0.7);
}
.aboutSubCont{
	padding-bottom:10px;
	clear:both;
}
.clr{
	clear:both;
}
.aboutSubContTab {
    float: left;
    width: 30%;
}

.aboutSubContTab a {
    line-height: 40px;
	font-size:1.1em;
	display:block;
    padding-left: 15px;
	border-left:4px solid transparent;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	font-weight:bold;
	color:rgba(0,0,0,0.4);
	position:relative;
}
.aboutSubContTab a.active
{
	border-color:#607D8B;
	color:#607D8B;
	background:#fff;
}
.aboutTabCont {
    float: left;
    min-height: 400px;
	max-height:400px;
	overflow-y:auto;
    padding-left: 15px;
    width: 70%;
	border:2px solid #607D8B;
	margin-left:-2px;
	margin-bottom:10px;
}

.aboutSubInner,.aboutSubCont{
	display:none;
	opacity:0;
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	transform:scale(0.8);
	transition:all 0.2s 0s ease;
}
.aboutSubInner.show,.aboutSubCont.show{
	display:block;
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	transition:all 0.2s 0s ease;
}
.indPageCont{
	min-height:900px;
}
/**  Table design **/
.table {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    display: table;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.widthFull{
	width:100%;
}
.widthHalf{
	width:50%;
}
.tableHead{
	display:table-row;
	color:#fff;
	font-weight:bold;
}
.tableHead .tableCell {
    font-size: 0.8em;
    line-height: 20px;
    padding: 10px 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.tableRow{
	display:table-row;
}
.tableCell {
    display: table-cell;
    line-height: 24px;
    padding: 10px 5px;
    vertical-align: middle;
	text-shadow:0 1px 0 #fff;
}
.table .tableRow:nth-child(even){
	background:rgba(0,0,0,0.05);
}
.bold{
	font-weight:bold;
}
.marRt10px{
	margin-right:10px;
}
.mar10Auto{
	margin:10px auto;
}
.tabBtn {
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 15px;
	opacity:0.5;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
.tabBtn.active{
	opacity:1;
}
.studentTab{
	min-height:500px;
}
.studentIndTab{
	display:none;
	opacity:0;
	transition:all 0.2 0s ease;
}
.studentIndTab.show{
	display:block;
	opacity:1;
	transition:all 0.2 0s ease;
}
.subTitle > a {
    font-size: 0.9rem;
    font-weight: normal;
    vertical-align: top;
}

.Addclass
{
    border: 1px solid #2196f3;
    color: red;
    margin-right: 20px;
}

element.style {
    margin: 0;
    position: absolute;
    top: 0;
}
.nodata {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 64px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.parent{
	position:relative;
}
.newsBtnCont {
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 7px;
}
.newsBtn {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 32px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    width: 32px;
}
.newsBtn:hover{
	background:#fff;
	
}
.newsBtn:hover *{
	color:#000 !important;
}
.formMsg {
    background: rgba(0, 255, 0, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    font-weight: normal;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.linea{
	border: 1px dashed #ccc;  
	width: 80%;
    margin: auto;
    margin-top: 2%;
  
} 
.activity {
	padding-top: 40px;
    padding-left: 106px;
}
.activityA {
	padding-top: 24px;
    padding-left: 106px;
}
/* Fancybox */
.fancybox-video {
  display: none;
}

.fancybox-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40%;
}

.file-icon .jstree-icon.jstree-themeicon{
	background:url(../images/html.html) no-repeat 4px center !important;
}

p.slugpath {
    font-size: 12px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 8px;
    background: #f1f1f1;
    position:relative;
}

.folderGrid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.folderInd{
    display:block;
    margin: 15px;
    background:#f1f1f1;
    padding:15px;
    border:1px solid transparent;
    background:transparent;
    border-radius:5px;
    transition:all 0.2s 0s ease;
    width:16%;
    min-width:184px;
    background:#f9f9f9;
}
.folderInd:hover{
    border:1px solid rgba(0,0,0,0.1);
    background:rgba(0,0,0,0.02);
    background: rgb(226,226,226);
background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(247,247,247,1) 50%, rgba(229,229,229,1) 52%, rgba(254,254,254,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 52%,rgba(254,254,254,1) 100%);
background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(247,247,247,1) 50%,rgba(229,229,229,1) 52%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );

}
.folderGrid img {
    display: block;
    height: 32px;
    margin: 6px auto;
}
.folderInd span {
    color: #333;
    font-size: 13px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top:15px;
}

p.emptyMsg {
    text-align: center;
    line-height: 150px;
    width: 100%;
    color: rgba(0,0,0,0.4);
}
.iframeCont {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 46px);
    background: #fff;
    bottom: 0;
    border: 0px;
    border-radius:0 0 10px 10px;
}

span.folderPathInfo {
    position: absolute;
    right: 10px;
}
.iframeCloseIcon {
    position: absolute;
    right: 12px;
    top: 10px;
    background: red;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

/*--style--*/
.cert.wpo-event-area.section-padding {
    padding: 0px;
}
.wpo-event-area .wpo-event-single {
    padding-bottom: 3rem;
}
.wpo-event-area .wpo-event-single {
    padding: 0 5px;
}
.wpo-event-area .wpo-event-wrap .wpo-event-item {
    padding: 0px;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
    border-radius: 15px;
}
.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.wpo-event-area .wpo-event-wrap .wpo-event-item .wpo-event-img img {
    border-radius: 15px;
    transform: scale(1);
    transition: all 0.3s;
    width: 100%;
    overflow: hidden;
}
.wpo-event-area .wpo-event-wrap .wpo-event-text-top {
    padding: 12px;
    padding-top: 12px;

}
.text-center {
    text-align: center !important;
}
.wpo-event-area .wpo-event-wrap .wpo-event-text-top a.download.btn.btn-primary {
    background-color: #380e74;
    border-color: #380e74;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpo-event-area .wpo-event-wrap .wpo-event-item:hover .wpo-event-img img {
    transform: scale(1.2);
}
.tabUlHor li a {
    background: #3F51B5 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 92%;
}
.cert {
    padding: 3rem;
}
h2.programs {
    padding-bottom: 1rem;
}
i.fa.fa-file-pdf-o {
    padding-right: 0.1rem;
}
.tableCell {
    width: 20rem;
}
