body {
    position: relative;
    margin: 0;
    /*background-image: url("../img/overlay.png"), -moz-linear-gradient(135deg, #231A36 35%, #07142e 85%);
    background-image: url("../img/overlay.png"), -webkit-linear-gradient(135deg, #231A36 35%, #07142e 85%);
    background-image: url("../img/overlay.png"), -ms-linear-gradient(135deg, #231A36 35%, #07142e 85%);
    background-image: url("../img/overlay.png"), linear-gradient(135deg, #231A36 35%, #07142e 85%);*/
}

a{
    text-decoration: none;
}

main{
    padding: 7.5em 2em 0 2em;
    /*background-color: #29013e;*/
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

#news{
    margin-bottom: 3em;
}

#news h2, #course h2, #course h3, #Plan h1, #Author h1{
    color: #fff;
}

#Plan p.title_desp, #Author p.title_desp{
    color: #ccc;
}

#footer{
    margin: 0;
    width: 100%;
}

#footer .copyright {
    padding: 2em 0 0 0;
    font-size: 1em;
    text-align: center;
    color:#eee;
}

#chartdiv1 {
  width: 100%;
  height: 43.75em;
}

@media screen and (max-width: 30em) {
    #chartdiv1 {
        width: 100%;
        height: 15.625em;
      }
}

@media screen and (max-width: 46em) {

    .navbar-dark .navbar-toggler {
        border-color: #231a36;
        background-color: #231a36;
    }
}

#chartdiv2 {
    width: 100%;
    height: 25.625em;
}

#chartdiv3 {
    width: 100%;
    height: 25.625em;
}

.demo-theme-dark .demo-background {
    background: #000;
}

#chartdiv5{
    width: 100%;
    height: 31.25em;
}

.yellowcolor{
    color: #ffb606;
    font-weight: 600;
    font-size: 1.2em;
}

.blackcolor{
    color: #ffb606;
    font-weight: 600;
    font-size: 1.5em;
    text-align: left !important;
}

.bg-dark {
    background-color: #f7f7f7 !important;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
}

.navbar-dark .navbar-nav .nav-link {
    color: #999999 !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #303030 !important;
}
  
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 58px);
    border-top: 0.125em solid #404247;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: "";
    background: #404247;
    width: 0.625em;
    height: 0.625em;
    border-radius: 3.125em;
    position: absolute;
    top: -0.3125em;
    right: 0;
}
.main-timeline .timeline-content{
    color: #eee;
    padding: 0.9375em 5em 0.9375em 0.625em;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: #00a6f9;
    width: 0.9375em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 3.125em;
}
.main-timeline .timeline-year{
    font-size: 2.1875em;
    line-height: 2.1875em;
    font-weight: 700;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: -1em;
}
.main-timeline .title{
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 0.0313em;
    text-transform: uppercase;
    margin: 0 0 0.5em;
    text-align: center;
}

.title{
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 0.0313em;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}

.main-timeline .description{
    font-size: 1em;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 0.9375em 0.625em 0.9375em 5em;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 3.6875em;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -1.25em;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: #ff3e7c; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: #7438be; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background: #bdc203; }
@media screen and (max-width:47.9375em){
    .main-timeline .timeline{ width: 100%; }
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
    position: relative;
    width: 100%;
}
.tab .nav-tabs li{
    margin-bottom: 0;
    width: calc(100%/3);
}
.tab .nav-tabs li a{
    display: block;
    padding: 0.9375em 1.25em;
    border: none;
    border-radius: 0;
    background: #da7833;
    font-size:1.0625em;
    font-weight: 700;
    color: #fff;
    margin-right: 0.0625em;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    background: #ffb606;
    color: #fff;
    border: none;
    width: 100%;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    border-top: 0.125em solid #f2f2f2;
    position: absolute;
    top: -0.1875em;
    left: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    border-top: 0.125em solid #ffb606;
}
.tab .tab-content{
    padding: 1.25em;
    margin-top: 0;
    border-radius: 0 0 0.3125em 0.3125em;
    font-size: 0.9375em;
    color: #eee;
    line-height: 1.875em;
}
.tab .tab-content h3{
    font-size: 1.5em;
    margin-top: 0;
}
@media only screen and (max-width: 29.9375em){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 0.3125em;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}

.genric-btn.circles {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.gray-border {
    color: #ffb606;
    border: 0.0625em solid #ffb606;
	margin-bottom: 1.25em;
}

.genric-btn.gray-border:hover {
  color: #111;
  background: #ffb606;
  border: 0.0625em solid #ffb606;
}

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

#tab1 .nav-tabs li,
#tab2 .nav-tabs li{
    width: calc(100%/5);
    font-size: 0.8em;
}

#tab1 .nav-tabs li a,
#tab2 .nav-tabs li a{
    color: #fff;
}

/* DEMO PAGE */

#news .serviceBox{
    text-align: center;
}
#news .serviceBox img{
    width: 100%;
    height: auto;
}
#news .serviceBox .service-content{
    position: relative;
    background: #f7f7f7;
    color: #1F1B68;
    padding: 3.125em 1.875em 1.875em;
}
#news .serviceBox .service-icon{
    display: block;
    width: 6.25em;
    height: 6.25em;
    background: #fff;
    position: absolute;
    top: -3.125em;
    left: 3.125em;
    margin: auto;
    transform: rotate(0deg);
}
#news .serviceBox .title{
    font-size: 1.25em;
    font-weight: 600;
    margin-top: 1.25em;
    text-transform: uppercase;
    color: #333;
}
#news .serviceBox .description{
    font-size: 0.875em;
    line-height: 1.5625em;
    margin: 1.25em auto;
    text-align: left;
}
#news .serviceBox .read-more{
    display: inline-block;
    padding: 0.4375em 1.25em;
    border: 0.0625em solid #1F1B68;
    border-radius: 1.25em;
    font-size: 0.875em;
    font-weight: 500;
    color: #1F1B68;
    background: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
#news .serviceBox .read-more:hover{
    color: #fff;
    background: #1F1B68;
    text-decoration: none;
}
#news .serviceBox.middle .service-content{
    padding: 1.875em 1.875em 3.125em;
}
#news .serviceBox.middle .service-icon{
    bottom: -2.1875em;
    top: auto;
}
@media only screen and (max-width: 61.875em){
    #news .serviceBox .title{ 
        font-size: 1.0625em; 
    }
}
@media only screen and (max-width: 47.9375em){
    #news .serviceBox{ 
        margin: 0 0 1.875em 0; 
    }
}

#course .serviceBox{
    text-align: center;
}
#course .serviceBox img{
    width: 100%;
    height: auto;
}
#course .serviceBox .service-content{
    position: relative;
    background: #59b9df;
    color: #f7f7f7;
    padding: 3.125em 1.875em 3.125em 1.875em;
}

#course .serviceBox .service-icon{
    display: block;
    width: 6.25em;
    height: 6.25em;
    background: #fff;
    position: absolute;
    top: -3.125em;
    left: 3.125em;
    margin: auto;
    transform: rotate(0deg);
}

#course .serviceBox .title{
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    text-transform: uppercase;
}
#course .serviceBox .description{
    font-size: 0.875em;
    line-height: 1.5625em;
    margin-bottom: 1.25em;
    display: block;
    float: left;
}

#course .serviceBox h4{
    display: block;
    float: right;
}

#tab-news .nav-tabs li {
    width: calc(100%/2);
}


#tab1 .nav-tabs li:nth-child(1) a, #tab2 .nav-tabs li:nth-child(1) a{
    background-color: #a7b73f;
}

#tab1 .nav-tabs li:nth-child(2) a, #tab2 .nav-tabs li:nth-child(2) a{
    background-color: #59b9df;
}

#tab1 .nav-tabs li:nth-child(3) a, #tab2 .nav-tabs li:nth-child(3) a{
    background-color: #da7833;
}

#tab1 .nav-tabs li:nth-child(4) a, #tab2 .nav-tabs li:nth-child(4) a{
    background-color: #e1b342;
}

#tab1 .nav-tabs li:nth-child(5) a, #tab2 .nav-tabs li:nth-child(5) a{
    background-color: #d05a9c;
}


#tab1 .nav-tabs li a:hover, #tab2 .nav-tabs li a:hover{
    background-color: #fafafa;
    color: #333;
}

.pt-60{
    padding-top: 8em;
    padding-bottom: 8em;
}

@media screen and (max-width: 48rem){
    .pt-60{
        padding-top: 0;
        padding-bottom: 2em;
    }
}

.exam_title {
    font-size: 1.725em;
    color: #0078D4;
    font-weight: bold;
    line-height: 3rem;
}

.exam_title{
    font-size: 1.725em;
    color: #0078D4;
    font-weight: bold;
    line-height: 3rem;
}
.exam_subtitle{
    font-size: 1.5rem;
    color: #060606;
    font-weight: bold;
    line-height: 2.5rem;
}

.bottom-menu li:first-child a {
  padding-top: 1.5em;
  color: #fff;
  font-size: 1em;
}

.bottom-menu a {
  line-height: 2em;
  color: #ccc;
  font-size: 0.8125em;
}

footer {
    background-color: #29013e;
    padding: 0.875em 0;
}

.bottom-menu li{
	list-style: none;
}

.footer-social p{
	float: left;
	padding-left: 0.4375em;
	font-size: 1em;
}

.footer-menu{
	margin-top: 1.25em;
}

.bottom-menu a{
	clear: both;
}

.bottom-menu a:hover {
  color: #e2a62c;
  text-decoration: none;
}

.footer-social img{
	padding-right: 0.4375em;
}

.footer-bottom {
  padding-top: 5em;
}

ul.icons li{
    display: inline-block;
    margin: 0 0.2em;
}

.icon {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0.3em 0 0 0.55em;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
}

.icon img{
    width: 1.25em;
}

.timeline p.description{
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5625em;
    max-height: 3.125em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #eee;
    text-align: left;
}

#news p.description{
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5625em;
    max-height: 4.5em;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #333;
    text-align: left;
}

#course p.description{
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5625em;
    max-height: 3.125em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #eee;
    text-align: left;
}

/* 20211223 */

.evetmaxhight{
	max-height: 25em;
}

.evetmaxhight img {
	width: 100%;
}


.eventinfo {
	color: #333;
	font-size: 1.125em;
	padding-bottom: 0.625em;
	border-bottom: 0.0625em solid #f8f8f8;
}

.title {	
	border-bottom: 0.0625em solid #f8f8f8;
	padding-bottom: 0.4375em;
    text-align: left;
    color: #eee;
}

.title p{
	font-size: 1em;
	font-weight: 600;
	color: #42210b;
}

.single-feature {
  background: #fff;
  margin-bottom: 1.875em;
  min-height: 30.5em;
}

.h-38{
    min-height: 38em;
  }

@media screen and (max-width: 30em) {
  .single-feature {
    min-height: 36.5em;
  }
}

.single-feature {
  border: 0.0625em solid #eaeaea;
  margin-bottom: 1.875em;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-feature:hover {
  -webkit-box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}


.single-feature h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
	padding-top: 0.625em;
	min-height: 3.125em;
}

.single-feature .title .lnr {
  color: #222;
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 0.625em;
}

.single-feature p {
  margin-bottom: 0em;
  margin-top: 0.9375em;
  text-align: center;
}

.event-preview{
  text-align: justify !important;
}

.single-feature p .fa {
  margin: 0 0.5em 0 0.8em;
}

.single-feature p .fa:first-child {
  margin: 0 0.5em 0 0;
}

.single-feature:hover {
  cursor: pointer;
  box-shadow: 0em 0.625em 1.25em 0em rgba(0, 0, 0, 0.2);
}

.single-feature:hover h4, .single-feature:hover .lnr {
  color: #003653;
}

.event-preview {
	  color:#999;
}

.event-previews {
    color:#999;
    text-align: justify !important;
}

#title-spacer {
    padding-top: 5.625em;
}

.mt-10{
    margin-top: 0.5em;
}

/* 20121229 */

.color-blue{
    background-color: #59b9df;
    color: #fff;
}

td{
    vertical-align: middle;
}

.breadcrumbs li {
    line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
    color: #333;
}
  
.breadcrumbs li a{
    line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
    color: #333;
}

#title-spacer{
    background: url("../img/header-banner.png") center center no-repeat;
    height: 16em;
    padding-top: 8em;
}

main{
    padding: 8.5em 2em 0 2em;
}