.main-container * {-webkit-box-sizing: border-box;box-sizing: border-box;}
 html, body {font-size:17px;margin:0;padding: 0;line-height: 1.6;}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.align-both-center {
    align-items: center;
    justify-content: center;
}

.items-center {
    align-items: center;
}

.content-center {
    justify-content: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col {
    padding-right: 0;
    padding-left: 0;
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* text align */
.txt-left {text-align: left;} .txt-right {text-align: right;} .txt-center {text-align: center;} .txt-justify {text-align: justify;}

/* margins */
.mrgn-top-xs {margin-top:8px} .mrgn-top-s {margin-top:16px} .mrgn-top-l {margin-top:24px} .mrgn-top-xl {margin-top:40px} .mrgn-top-xxl {margin-top:64px}


h1, h2, h3, h4, h5, h6 {font-weight: 700;line-height: 1.5;}

/* page style */
.body-wrapper {position: relative;}
.banner-section {padding:50px 50px 310px;background: #E5F1FF url(../images/hero-pattern.svg) top center repeat;}
.banner-section h1 {font-size:40px;}
.video-sec {position: relative;margin-top:-300px;margin-bottom:80px;}
.video-cover {background: #080F46 url(../images/video-th-bg.jpg) top center no-repeat;background-size: cover;padding:40px;border-radius: 8px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;}
.vid-title {font-size: 40px;font-weight: 700;color:#FFCC00;}
.featuring-title {font-size: 40px;font-weight: 600;color:#fff;}
.vid-desc {color:#FBEBBD;} .vid-desc > img {display:block;max-width:230px;margin-top:8px;}
.btn-play {background: #D70B0B;color:#fff;position: relative;padding:24px 40px;-webkit-transition:all .3s;transition:all .3s;border-radius: 8px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:990;border:1px solid #ff734f}
.btn-play::before {content:"";position: absolute;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition:all .3s;transition:all .3s;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 24px solid #fff;}
.btn-play:hover{text-decoration: none;}
.btn-play:hover:before {border-top-wdith: 14px;border-bottom-width: 14px;border-left-width: 22px}
.page-sec {padding-bottom:80px;}
.presenter-row, .fb-img-row {display: flex;flex-wrap: wrap;gap:24px;}
.presenter-row > div:first-child, .fb-img-row > div:first-child {width:100px;height:100px;background: #D9D9D9;border-radius:100%;overflow: hidden;margin-right:32px;}
.presenter-row > div:first-child > img {border-radius:100%;width:100%;}
.presenter-row p {color:#fff;font-size: 16px;}
.presenter-row .presenter-name {color:#FFCC00;font-size:20px;font-weight: 600;}

.txt-intro {font-size:20px} .txt-intro::first-letter {font-size:40px;font-weight: 600;line-height: auto;line-height: 1.3;}
.intro-hglt {display:inline-block;padding:8px 24px;background:#fff;margin:0 auto;border-radius:6px;color:#294491;border:1px solid #b0c4ff;font-size:14px;margin-bottom:12px;}
.full-desc, .video-frame {display:none;}
.full-vid-cta {
    text-align: center;
    background: #fff1bc;
    margin-top: 0;
    padding: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.full-vid-cta > a {display:inline-block;padding:12px 24px;background:#d70c0c;color:#fff;border-radius:6px;transition: .3s;font-weight:700;font-size:24px;text-align:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.full-vid-cta > a:hover {text-decoration:none;background:#f00;}

.txt-20 {font-size:20px}
.presenter-fb {background: #fff9dc;position: relative;border-radius: 8px;}
.presenter-fb > img {max-width:32px;}
.speaker-con {padding:24px;}
.quotes {position:absolute;width:56px;height:56px;background: #fff;border:1px solid #E5E5E5;border-radius: 100%;top:-30px;left:20px;display: inline-flex;align-items: center;justify-content: center;}
.txt-hglt {background: #090966;padding:24px;color:#c1ccef;border-radius: 8px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;padding-top:40px;}
.pre-name {margin:0;}
.pre-role, .pre-designatin {font-size:16px;font-weight: 700}
.pre-designation {font-weight: 300;margin:0;}
.pre-role img {max-width:100px;}

.podcast-con {background: #E5F1FF;border-radius: 8px;padding: 32px;position: relative;}
/*.podcast-con::before {content:"";position: absolute;background: url(../images/podcast-bg-pattern.svg) top center no-repeat; background-size: 70%;width:100%;height: 100%;top:0;left:0;}*/
.podcast-title {color:#000;font-size: 32px;font-weight: 600;}

.sign-up {background: #00003E;padding:32px;border-radius:8px;position: relative;z-index: 0;text-align: center;margin-top:-40px;}
/* .form-bg {position: absolute;} */
.form-bg > img {position: absolute;width: 100%;height: 100%;top:0;z-index: -1;left:0;}
.sign-up-con {width:80%;margin: 0 auto;}
.sign-up h2 {font-size: 32px;color:#fff;font-weight: 200;margin-top:0;}
.sign-up h2 > strong {font-size: 40px;font-weight: 700;margin-top: 0;}

.form-row {display: flex;justify-content: center;padding-bottom: 8px;}
.form-row > input {padding: 12px 24px;outline: 0;border-radius: 8px;border:0;}
.form-row > input[type="email"] {width: 250px;margin-right: -14px;}
.form-row > input.btn-sign-up {background: #DC0A0A;color:#fff;font-size: 20px;font-weight: 500;border-bottom-left-radius: 0;border-top-left-radius: 0;}
.pad-b-0 {padding-bottom:0;}
#btmscroll {display:none;}

.video-frame > iframe {border-radius:8px;position:relative;}
#fullVideo, #fullAudio {display:none;}
.ct-less{position:relative}
.ct-less:before{
    position: absolute;
  bottom: 0;  left:0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 0%, 
     rgba(255,255,255, 0) 80%
  );
  pointer-events: none;
}

.ct-less > p  {
     background: -webkit-linear-gradient( rgb(0, 0, 0), rgb(255, 255, 255) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1400px){

}

@media screen and (max-width: 1024px){
    .row>[class*=col-] {
        flex: 0 0 100%;
    max-width: 100%;
    }
    .btn-play.mrgn-top-xxl{margin-top: 40px;}
    .video-cover > .row > div:first-child{text-align: center;}
    .vid-source-con {display: flex;margin-top:80px;justify-content: center;align-items: flex-start;gap:24px;}
    .presenter-row {align-items: flex-start;}
    .presenter-row > div{width: 100%;}
    .presenter-row.items-center.mrgn-top-l{margin: 0;}
}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 600px){
    .vid-source-con {flex-wrap: wrap;text-align: center;}
    .presenter-row > div:first-child{margin:0 auto}
    .fb-img-row > div:first-child {width:70px;height: 70px;margin-right: 0;}
}