body, p {
    font-family: 'montserratsemi_bold';
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    color: rgba(46, 40, 65, .8);
    line-height: 2.6rem;
}
  .video-list {
       max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-radius: 0px;
    background-color: #f9f9f9;
  }
  .video-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .video-item:last-child {
    border-bottom: none;
  }
  .video-item:hover {
    background-color: #FFF;
  }
 
  .video-section {
    flex: 3;
    padding: 20px;
  }
  .transcript-section {
    flex: 2;
    padding: 20px;
    background-color: #f4f4f4;
    overflow-y: scroll;
  }
  video {
    width: 100%;
    height: auto;
  }
.highlight {
    background-color: #be0000 !important;
    color: #fffc04 !important;
}

.pl-30{padding-right: 10px !important;}

.right{text-align:right;}

.home-heading{    
	font-family: "Poppins", Arial, sans-serif;
    text-align: center;
    /* padding-bottom: 5px !important; */
    font-size: 35px;
	font-weight: 600;
    line-height: 1.1;
    width: 100%;
	margin-top: 30px;
	 color: #032969;
}

.module-heading{    
	font-family: "Poppins", Arial, sans-serif;
    text-align: center;
    /* padding-bottom: 5px !important; */
    font-size: 35px;
	font-weight: 600;
    line-height: 1.1;
    width: 100%;
	margin-top: 40px;
	 color: #032969;
}

.video-heading {
    font-family: "Poppins", Arial, sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    width: 100%;
    margin-top: 40px;
    color: #032969;
}

.lgx-about-top {
    background: #f1f1f1;
}
.about-top-single:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.15);
    box-shadow: 0 0 35px rgba(0, 0, 0, .15);
    transition-duration: .3s;
}
.about-top-single {
    position: relative;
	margin-top: 2.6rem;
    background: #f9f9f9;
    color: #fff;
    padding: 1.2rem 8%;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.05);
    box-shadow: 0 0 35px rgba(0, 0, 0, .05);
    transition-duration: .3s;
    min-height: 367px;
	border-radius: 8px;
	text-align: center;
}

.about-top-single:hover p {
    color: #1b273d;
}
.about-top-single p {
   color: #1b273d;
    /* height: 60px; */
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}


.heading-title {
    text-align: center;
    margin-bottom: 6.8rem;
}
.heading-title-white {
    color: #032969;
	margin-top: 40px !important;
	font-weight:900;
}
.image-size {
	width: 100%;
	height: auto;}
	
.top-head {
    background: #a6cfef;
	font-weight: 500;
	margin:0px;
	padding:0px;
}
.top-logo-l {
    text-align: center;}
	
.top-logo-r {
    text-align: center;}

.video-logo-l {
    text-align: left;padding-top: 15px;}
	
.video-logo-r {
    text-align: right;padding-top: 25px;}
	
.about-top-single .title {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 700;
    color: #1b273d;
    margin: 1rem 0;
}

.mt-40{margin-top:40px;}
.mb-40{margin-bottom:40px;}

.button {
  background-color: #032969;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  color:#fffc04;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#footer {
	font-family: "Poppins", Arial, sans-serif;
    font-size: 0.9em;
    margin-top: 0px;
    padding: 20px;
	background-color: #a6cfef;
    color: #000000;
    text-align: center;
}

.chd {
    font-family: "Poppins", Arial, sans-serif;
    text-align: center;
    padding: 15px !important;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.1;
    width: 100%;
    margin-top: 30px;
    color: #fff;
	text-shadow: 2px 2px #000000;
	    background-color: #032969;
}