
.desHead{
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
}

.Module-box{
	margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.Module-box:hover{    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}

.panel-default>.panel-heading{
	color: #fff;
    font-size: 15.5px;
	border-top-right-radius: 3px;
    background-color: #1290a4;
}



.panel-body{
	    padding: 15px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -15px;
}

.panel-body ul li {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14.5px;
    margin: 8px 0px;
    list-style: none;
    padding-bottom: 10px;
	border-bottom: 1px solid #eee;
   
}

ul li:last-child{border:none;}
.panel-default{border:none;}

.even-info{margin-bottom:30px;}


/*--------------------------------
    09. Schedule CSS Start
----------------------------------*/
.schedule-area {
        padding: 85px 0;
    position: relative;
}
.schedule-table thead {
    background: #F32D3A;
    color: #ffffff;
}
.schedule-table thead tr th {
    padding: 12px;
    text-transform: capitalize;
}
.schedule-table tbody tr td {
    padding: 12px;
    text-transform: capitalize;
}
.table-row-bg {
    background: #f2f2f2;
}







/*--------------------------------
    05. About CSS Start
----------------------------------*/
.about-area {
    padding: 150px 0 120px;
    position: relative;
}
.about-col {
    margin-bottom: 30px;
}
.about-col h3 {
    font-size: 30px;
}
.about-col h3 span {
    color: #f32d3a;
}
.left-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 150px;
    height: auto;
}
.right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 150px;
    height: auto;
}
.about-col #accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
}
.about-col #accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
.about-col #accordion .panel-title a{
    display: block;
    padding: 10px 20px 10px 45px;
    background: #f1f1e6;
    font-size: 14px;
    color: #F32D3A;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.about-col #accordion .panel-title a.collapsed{ color: #333333; }
.about-col #accordion .panel-title a:after,
.about-col #accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #F32D3A;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.bg-info {
    background-color: #5bc0de!important;
}
.bg-primary {
    background-color: #0275d8!important;
}
.bg-warning {
    background-color: #f0ad4e!important;
}
.bg-success {
    background-color: #5cb85c!important;
}

.profile {
    background: #F0F3F4;
    padding-bottom: 82px;
    padding-top: 65px;
}

.btn-md {
    border-width: 0;
    outline: none;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    cursor: pointer;
}



/*------------------------------------------------------------------
12. Abt Holder / .abt-holder
-------------------------------------------------------------------*/

.abt-holder {
    overflow: hidden;
	    margin-left: 30px;
}
.abt-holder .holder {
    width: 360px;
}
.abt-holder .tab {
    display: none
}
.abt-holder .tabset {
    font-size: 14px;
    line-height: 16px;
    color: #acacac;
    font-weight: 600;
    overflow: hidden;
    margin: 0 0 49px;
}
.abt-holder .tabset li {
    float: left;
    word-spacing: 3px;
}
.abt-holder .tabset a {
    padding: 0 20px 20px;
    display: block;
    color: #acacac;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #e8e8e8;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .topic-list {
    overflow: hidden;
    margin: 0;
}
.abt-holder .topic-list li {
    overflow: hidden;
    margin: 0 0 30px;
	border:none;
}
.abt-holder .topic-list .icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
    line-height: 16px;
    color: #22313f;
    border-width: 3px;
    border-style: solid;
    border-color: #4f4f4f;
    float: left;
    padding: 8px 10px;
    margin: 3px 0 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .topic-list .txt-holder {
    float: left;
    width: 80%;
    padding: 0 0 0 21px;
}
.abt-holder .topic-list p {
    max-width: 400px;
    margin: 0;
}
.abt-holder .img-holder {
    width: 100%;
}
.abt-holder .abt-slider {
    overflow: hidden;
}
.abt-holder .abt-slider .slide:before {
    opacity: 0.5;
    z-index: 0;
}
.abt-holder .abt-slider .slick-prev,
.abt-holder .abt-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    text-indent: -9999px;
    border-width: 2px;
    border-style: solid;
    border-color: #22313f;
    width: 31px;
    height: 31px;
    background: #22313f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .abt-slider .slick-prev:before,
.abt-holder .abt-slider .slick-next:before {
    position: absolute;
    left: 6px;
    top: 6px;
    content: "\eb8a";
    font-family: 'icofont';
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-indent: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.abt-holder .abt-slider .slick-prev {
    left: 30px;
}
.abt-holder .abt-slider .slick-next {
    right: 0;
}
.abt-holder .abt-slider .slick-next:before {
    content: "\eb8b";
}
.abt-holder .btn-primary {
    margin: 10px 0 0;
    color: #22313f;
    border-color: #22313f;
}
.abt-holder .btn-primary:hover {
    color: #fff;
}


/*------------------------------------------------------------------
13. Heading / .heading
-------------------------------------------------------------------*/

.heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #1e272e;
    margin: 0 0 10px;
}
/*------------------------------------------------------------------
14. Header / .header
-------------------------------------------------------------------*/

.header {
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}
.header .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin: 0 0 13px;
    word-spacing: 4px;
}
.header-banner {
    background-size: cover;
    padding: 200px 0 20px;
    color: rgb(216, 216, 216);
}
.header-banner h1 {
    color: #f5f5f5;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
/*------------------------------------------------------------------
15. Heading2 / .heading2
-------------------------------------------------------------------*/

.heading2 {
    line-height: 32px;
    font-weight: 600;
    color: #22313f;
    margin: 0;
    letter-spacing: 1px;
}





.item {
      position: relative;
    overflow: hidden;
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
      background-color: rgba(52,73,94,0.75);
}









.lgx-footer-main {
  background: -moz-linear-gradient(135deg, #127da4 0, rgb(89, 131, 194) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #250025), color-stop(100%, rgba(135, 111, 231, 0.9)));
  background: -webkit-linear-gradient(135deg, #127da4 0, rgb(89, 131, 194) 100%);
  background: -o-linear-gradient(135deg, #127da4 0, rgb(89, 131, 194) 100%);
  background: -ms-linear-gradient(135deg, #127da4 0, rgb(89, 131, 194) 100%);
     background: linear-gradient(135deg, #127da4 0, rgb(89, 131, 194) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#250025', endColorstr='#876fe7', GradientType=1);
}
.lgx-footer-main-inner {
  background: rgba(30, 33, 42, 0.5);
  color: #fff;
  padding: 7rem 0;
}
.lgx-footer-main-inner .links {
  padding-left: 2rem;

}
.lgx-footer-main-inner ul li {
  color: #fff;     
      border-bottom: 1px solid #336b85;
  text-transform: uppercase;
  line-height: 2.8rem;
  opacity: .8;
  font-weight: 400;
  font-size: 15px;
}
.lgx-footer-main-inner ul li:last-child { border: none; } 
.lgx-footer-main-inner ul li a {
  color: inherit;
}
.lgx-footer-main-inner ul li a i {
  margin-right: 6px;
  display: inline-block;
}
.lgx-footer-main-inner ul li:hover {
  opacity: 1;
  color: #00acfa;
}
.lgx-footer-main-inner ul li:hover a {
  color: inherit;
}
.lgx-footer-main-inner .text span {
  color: #00acfa;
}
.lgx-footer-main-inner h4 {
  color: #08b1fe;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 900;
}
.lgx-footer-main-inner p {
  font-size: 16px;
  line-height: 26px !important;
  text-align: justify;
      margin: 0px;
}
.lgx-footer-main-inner p span {
  color: #00acfa;
}
.lgx-copyright {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
}
.lgx-copyright a {
  font-weight: 400;
  color: #9933cc;
}




	/*centers it in the .banner*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.typed-cursor{
    opacity: 1;
	display:none;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
