::placeholder {
  color:#000!important;
}
.text-4 {font-size: 1.18em !important;}
.text-4-5 {font-size: 1.28em !important;}
.col-md-15{width: 20%;float: left;}
.bannartext{display: flex;flex-direction: column;justify-content: center;padding: 30px 0 0px 50px;}
.mnavigation{display:none!important}
.sticky-header-active .mnavigation{display:flex!important}
.countdown {
    display: flex;
    text-align: center;
	padding: 0px;
}
.counter-item {
    width: 70px;
    height: 70px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #0081ee;
    color: #fff;
    box-shadow: -6px 6px 0px -1px #d1eaff;
}
.counter-item span {
    font-size: 25px;
}
html .btn-secondary, .btn-secondary:hover {
    background-color: #0183f1c4 !important;
    border-color: #c8dced !important;
    color: #FFF !important;
    border-width: 3px;
}

html .text-color-primary, html .text-primary {
    color: #03366a !important
}
.custom-highlight-text-1 {
    position: relative;
}
.custom-highlight-text-1:before {
    border-bottom-color: #a723f0;
}
.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid #a723f0;
    opacity: .2;
    z-index: 0;
}
.{}
html .bg-color-purple{background-color: #cc0088 !important;}
.particle.particle-repeating-lines {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #9000cc 1.6px, #cc0080 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}
.f-content {
    box-shadow: 4px 5px 11px #ddd1d1;
}
.partners-name {
    margin-bottom: 0px;
    color: #FFF!important;
    margin-top: 7px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background: #03366a;
    padding: 8px;
    /* box-shadow: 4px 3px 1px 1px #f26f3a52; */
}
.partner-content {
    background: white;
    min-height: 120px;
}
.partner-content div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
}
.rvalueImg {
    width: 75%;
}
.speakers h2 {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}
.speakers p{margin-bottom: 5px;text-align: center;font-size: 13px;color: #554545;}
.speakers .container{height:175px;box-shadow: 0px 0px 3px 0px #ccc;}
.speakers a:hover{text-decoration:none;}
.col.poimg {
    border: 1px dotted #ccc;
}
.sponsorshipImg {
    background: linear-gradient(#ffffff91, #858585c7),url(../img/meetup.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sponsorshipImg h3 {
    font-size: 2rem;
    color: #C00000;
    font-family: 'Satisfy', cursive;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.sponsorshipContent .col-md-7 {
    padding-left: 5rem;
}
.sponsorshipContent h3 {
	font-weight: bold;
    font-Size: 1.4rem;
}
#footer {
  background: #043e81;
  border-top: 2px solid #cbb263;
}
.lnks-widget h2 {
    position: relative;
    margin-bottom: 18px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: left;
}
.lnks-widget ul {
    padding-left: 0.2rem;
}
.lnks-widget ul li{
    padding-bottom: 6px;
    padding-top: 5px;
    list-style: none;
    text-align: left;
	color: #FFF!important;
	font-size: .96rem;
}
.lnks-widget ul li a{
    color: #FFF!important;
	font-size: .96rem;
}
.ts-footer-social ul li, .footer-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 4px;
}

element.style {
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #a3a2a2;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #777;
    transition: all 0.1s ease-in-out;
}
.ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #fbfbff;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 5px 0;
    margin: 0 5px;
    line-height: 28px;
}
.ts-footer-social ul li a i{color: #FFF;}
#footer .footer-copyright.footer-copyright-style-2 {
    background: #21252908;
    border-top: 1px solid rgb(255 255 255 / 72%);
}
.footerMenu {
    margin-bottom: 0;
}
.footerMenu li {
    display: inline-block;
    list-style: none;
    padding: 4px;
}
#footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p {
    color: #fff;
	font-size:.98rem;
    transition: all 0.1s ease-in-out;
}
.glimpse-desc p {
    color: #FFF;
    line-height:16px;
    text-align: left;
	font-size:13px;
}
.glimpse-desc {padding: 7px 7px;display: flex;justify-content: center;height: 100%;align-items: center;}
.counters .counter {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counters strong {
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
}
.counters label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
}
html .counters .counter-secondary [class*="fa-"], html .counters .counter-secondary .icons, html .counters .counter-secondary strong {
    color: #e36159;
}
html .counters .counter-tertiary [class*="fa-"], html .counters .counter-tertiary .icons, html .counters .counter-tertiary strong {
    color: #2BAAB1;
}
html .counters .counter-quaternary [class*="fa-"], html .counters .counter-quaternary .icons, html .counters .counter-quaternary strong {
    color: #383f48;
}
.text-left{
    text-align: left;
}
#speakers{
    background: linear-gradient(#00000078, #000000c7),url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.custom-text{
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}
#register{
    background: url(../img/register-now.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
}
.regist {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-top: 35px;
}
.award-content{
 text-align: center;
 padding: 0px;
}
.bottomNav{display:flex;justify-content:end;}
.bottomNav .nav-link{color:#fff;font-size:15px;font-weight:bold;}
@media (max-width: 769px) {
    .text-11 {
        font-size: 2em !important;
    }
    .text-9 {
        font-size: 1.5em !important;
    }
    .text-6 {
        font-size: 1.30em !important;
    }
    .text-left {
        text-align: center;
    }
    .caption2{
        margin-top: 25px !important;
    }
    #header .header-container {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        transition: ease height 300ms;
        justify-content: center;
    }
    .regist {
        font-size: 41px;
        color: #fff;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 0.5px;
        margin-top: 35px;
    }
    .award img{
        margin-bottom: 10px;
      }
      .sponsorshipImg {
        background: url(../img/sponser.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 50vh;
    }
    .sponsorshipContent h3 {
        font-weight: bold;
        font-Size: 1.4rem;
        margin-top: 15px;
    }
	.bottomNav{display:none}
	.mnavigation{display:flex!important}
	#header.header-effect-shrink .header-logo {display:none;}
	section.section.section-height-5{padding:5.2rem 0 8rem 0px}
	.bannartext {padding: 160px 0 0px 50px;}
}
.bannerSection{background-image: url(../img/digital-banner.jpg)!important; background-size: cover!important; height: 95vh;background-color:#e5ad07 !important}
.bannerContent{background: #052642;width: 640px;height: 640px;text-align: center;border-radius: 50%;border: 15px solid #ccc;padding-left:2.8rem; padding-right:2.8rem;display:flex;flex-direction:column;justify-content: center;align-items: center;}
.hero-images .images{-webkit-animation: up-down 5s infinite;animation: up-down 5s infinite;}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(30px);
  }
}
.sponsorshipright{background: #42034b;display: flex;justify-content: center;align-items: center;}
.sponsorshipright p{color: #fff!important;text-align: center;font-size: 1.4rem!important;text-transform: capitalize;line-height:1.4}
.text-bg-clip-animation,.text-bg-clip-animation:hover {
		font-size: 50px;
		line-height:65px;
		font-weight: bolder;
		color: #000;
		margin: 0;
		background-size: 40%;
		background-position: 50% 50%;
		background-clip: text;
		-webkit-background-clip: text;
		color: rgba(0, 0, 0, 0.08);
}
.text-bg-clip-animation:hover{text-decoration:underline;}

.text-bg-clip-animation.appear-animation-visible {
		animation: textBgZoom 10s ease 500ms infinite;
}

@keyframes textBgZoom {
		from {
				background-size: 40%;
		}
		to {
				background-size: 10%;
		}
}
.form-control {border-color: rgb(173 173 173);height: 45px;}
.add_form_field {
    background-color: #a80fe2;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #a80fe2;
}
#footer {margin-top:0}
.help-inline-error {
    color: red;
    font-size: .8rem;
}
.table-border tr td {
    border: 1px solid #ccc;
}
.regist a:hover{text-decoration:none}
.themetitle{color:#f5cf17;letter-spacing:.2px;text-transform:unset;text-shadow: 1px 1px #2c2525;font-size: 1.9rem;}
.themesubtitle{color:#024fb3;letter-spacing:.1px;text-transform:unset;font-style: italic;}
#agenda .nav-tabs .nav-link.active, #agenda .nav-tabs .nav-item.show .nav-link {
    background: #0f3f68 !important;
    color: #ffc800!important;
}
#agenda .nav-tabs .nav-link {
    font-size: 1.2rem;
    padding: 0.75rem;
}
#agenda .nav-link {
    font-weight: 600;
    background: #ffc800!important;
    color: #0f3f68!important;
}
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.1px;
}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1.5rem;
  font-weight: 600;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9251ac;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #f6a4ec;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6a4ec;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f6a4ec;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description p, .timeline__event__description ul li{font-size:.86rem}
.timeline__event__description ul li{list-style: disc;}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
  background: #555ac0;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #87bbfe;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
  background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #aff1b6;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}
.registerBtn{padding-left:30px;padding-top:6px;}

@media (max-width: 786px) {
  .col-md-15{width: 100%;float: left;}	
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
  .modal-dialog-centered{align-items: flex-start!important;padding-top: 125px;}
}

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #171940 !important;
}

.custom-col-about-bg{
    height: 480px;
    background-size: auto;
    background-position: 100% 0;
} 
.custom-about-play-icon {
    left: 50%;
    transform: translate(50%, -50%);
    margin: 0 0 0 -62px;
}
.custom-about-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom-about-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.custom-col-about-bg-text{display: flex;flex-direction: column;justify-content: center;height: 480px;}
.text-dark1{color: #621d60;}
h2.text-dark1{font-size: 2.4rem;letter-spacing: .4px;font-weight: 600;}
.btn-quaternary{background-color: #42034b!important;border-color: #42034b!important;color: #faf8f8!important;}
.custom-col-about-bg-text ul li{margin-bottom:5px}
.speakerprofile{text-transform: unset;letter-spacing: .4px;line-height: 1.3;color: #720781!important;font-size: .89em;font-weight: 500;}
.speakerprofile span{font-size:.96em;font-weight:bold;}
.speakersDetails h3{font-weight: 600;text-transform: capitalize;font-size: 1.8rem;}
figure.image img {border: 2px solid #ccc;padding: 10px;width: 100%;}
p.designation {color: #dd71da;font-weight: 500;font-size: 1rem;}
.speakersDetails .btn-3d{padding: 10px 35px;}.seprator{margin-top:-30px}
.astrodivider {
  margin:10px auto;
  width:500px; 
  max-width: 100%;
  position:relative;
}

.astrodividermask { 
    overflow:hidden; height:10px; 
}

.astrodividermask:after { 
      content:''; 
      display:block; 
	  margin:-25px auto 0;
      width:100%;
	  height:25px;  
      border-radius:125px / 12px;
      box-shadow:0 0 8px #4c0076;
}
.astrodivider span {
    width:25px;
	height:25px; 
    position:absolute; 
    bottom:100%;
	margin-bottom:-12px;
    left:50%;
	margin-left:-25px;
    border-radius:100%;
	box-shadow:0 2px 4px #4c0076;
    background:#fff;
}
.astrodivider i {
    position:absolute;
    top:4px;
	bottom:4px;
    left:4px;
	right:4px;
    border-radius:100%;
    border:1px dashed #4c0076;
    text-align:center;
    line-height:17px;
    font-style:normal;
     color:#4c0076;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #4c0076;
    border-color: #4c0076 #4c0076 #4c0076;
    color: #FFF;
}
.award h3{font-size: 21px;color: #0070C0;font-family: "Muli", Helvetica, Arial, Verdana, sans-serif;font-weight: 700;text-transform: capitalize;margin-bottom:0}
.award{background-color: rgba(7,43,90,0.07);padding: 10px 10px;}
.award a{color:#822F82;line-height: 30px;}
.awardbtn a{display: inline-block;color: #0070C0;font-size: 17px;padding-top: 4px;padding-bottom: 4px;padding-left: 30px;padding-right: 30px;background-color: #ffeb3b;font-weight: 700;}
.myBtn {
    text-decoration: none;
    font-family: Arial;
    font-size: 30px;
    display: inline-block;
    border-top: 3px solid #d7c317;
    border-left: 3px solid #d7c317;
    border-bottom: 3px solid #d7c317;
    border-right: 3px solid #d7c317;
    border-radius: 0px;
    padding: 10px 40px;
    color: #1e4735;
    background: #ffeb3b;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5), inset 0px 5px 5px rgba(255,255,255,.7), inset 0px -5px 5px rgba(0,0,0,.2);
}
.awardbtn{
    display: flex;
    justify-content: center;
}
.effect {
    box-shadow: 4px 5px 11px #ddd1d1;
    text-align: center;
    padding: 8px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.poimg {
    border-right: 1px dashed #053bb352;
    border-bottom: 1px dashed #053bb352;
}
.img-fullwidth {
    width: 100%;
}
/* .video.overlay{background:url('../img/bg-img.png');background-position:cover;background-size:center;} */
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {color: #FDD835!important;}
.lastEvent{padding:10px 0;margin:10px auto;background:#fff;border: 6px inset #12b4ea;height:335px}
.lastEvent .eventInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.eventLinks a{font-style:italic;color:#ed7d31;font-weight:bold;}
.bannarBG{
  background-color:#0006;
  padding: 25px;
  backdrop-filter: blur(10px);
  width: 580px;
  height: 580px;
  border: 16px dashed #1b3b54;
}
.brandLogo{width:300px;}

@media (max-width: 567px){
	.text-bg-clip-animation {font-size: 30px;line-height:35px;}
	.bannerSection{background-image: url(../img/digital-banner.jpg)!important; height:74vh!important;background-repeat: no-repeat !important;background-size: contain !important;}
	.brandLogo{width:144px;}
	.bannerInfo{background: #f0f8ff9c;}
	.bannartext {padding:40px 0 0px 0px}
	.text-115 {font-size: 1.65em !important;}
	.themetitle{font-size: 1.34rem!important;}
	.text-6 {font-size: 1.40em !important;}
	.text-8 {font-size:1.80em !important;}
	.counter-item{width: 60px;height: 60px;}
	.counter-item span {font-size: 20px;}
	.counter-item .smalltext{font-size:12px;}
	.h-100 {height: 92%!important;}
	.registerBtn {padding-left: 3px!important;padding-top: 6px;}
	.btn.btn-xl {padding: 0.8rem 1rem;}
	.caption2 {margin-top: 10px !important;}
	.timeline__event{width: 75vw!important;}
	.custom-about-play-icon{left: 55%;}
	.custom-col-about-bg{height: 235px!important;}
	.about-bg-text{padding:50px 0}
	.pbookbtn{margin-bottom:20px;}
	h2.text-dark1{font-size: 1.5rem;margin-bottom:10px}
	.partner-content div {height: auto;flex-direction: column;}
	.awardbtn{margin:5px 0;}
	.awardbtn a {width: 252px;text-align: center;}
	.bannarBG {padding: 10px;height: auto;border: 12px dashed #1b3b54;width:100%}
	.timeline1{padding-left: 1.5rem!important;}
	.timeline1 .timeline-container .timeline-body{height: auto!important;background-position: center!important;background-size: cover!important;}
	.timeline1 .timeline-body p{font-size: 14px!important;}
	.bannerContent{background: #000000b3!important;}
	.bannerContent:before{border: 10px solid #00000005!important;border-right: 10px solid #2c072dc9!important;}
	.bannerContent:after{border: 10px solid #00000005!important;border-left: 10px solid #2c072dc9!important;}
	section.section.section-height-4{padding: 0}
	.astrodivider span{margin-left: -12px!important;}
	.ssfreport img{width:100%;height:auto!important;}
	.timeline > li > .timeline-badge{height: 60px!important;line-height: 60px!important;width: 158px!important;margin-left: -35%!important;}
	.timeline-badge.right{right: 4%!important;}
	.timeline > li > .timeline-panel{padding: 10px!important;}
	.timeline-title{font-size: 14px!important;line-height:16px!important;height: 64px;display: flex;flex-direction: column;justify-content: center;}
	.px-51 {padding-left: 2rem !important;padding-right: 2rem !important;}
}

.sticky-social{
  position:fixed;
  top:200px;
  right:-103px;
  padding:0px;
  margin:0px;
  z-index:99999;
}
.social{
  list-style:none;
}
.social li{
  padding:8px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
 margin-left:-110px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.social .fab, .social .fas{
  color:#fff;
  transition:all 0.8s ease-in-out;
  margin-right: 10px;
  font-size: 25px;
}
.social li a{font-size: 17px;color: #fff;}
.social li a:hover{text-decoration:none;}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.linkdin{
    background-color:#007bb6;
}
.ytube{
    background-color:#b20000;
}
.fback{
    background-color:#0e43e1;
}
#reportModal .modal-content{background:transparent}
#reportModal .modal-header{background:#000!important;border-bottom:0!important}
#reportModal .modal-body img{width:100%}
.btn-modalbtn{background: linear-gradient(45deg, #e296ff, #e8d6ca);padding: 10px 20px;font-size: 16px;border: 2px solid #e296ff;}
.btn-modalbtn:hover{color:#000;}
#reportModal .btn-close{background: #fff var(--bs-btn-close-bg) center / 1em auto no-repeat;}

.timeline1 {
  position: relative;
  padding-left: 4rem;
  margin: 0 0 0 30px;
  color: white;
}
.timeline1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #27293d;
}
.timeline1 .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline1 .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}
.timeline1 .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline1 .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline1 .timeline-container .timeline-body {
  background: #27293d;
  border-radius: 3px;
  padding: 20px 20px 15px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
  height:200px;
}
.timeline1 .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline1 .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline1 .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline1 .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}
.timeline1 .timeline-container.primary .badge,
.timeline1 .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}
.timeline1 .timeline-container.info .badge,
.timeline1 .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}
.timeline1 .timeline-container.success .badge,
.timeline1 .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}
.timeline1 .timeline-container.warning .badge,
.timeline1 .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}
.timeline1 .timeline-container.danger .badge,
.timeline1 .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}
.timeline1 .timeline-body p{color: #fff;font-size: 17px;font-weight: 500;}
.gimg img {
    border: 3px solid #ccc;
    padding: 4px;
    height: 186px;
}
.gallery {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
.gallery {
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 4px;
    -moz-column-count: 5;
    -moz-column-gap: 4px;
    column-count: 5;
    column-gap: 4px;
}
.gallery img {
    width: 100% !important;
    height: auto !important;
}
.focusareaouter{border: 4px solid #ccc;padding: 8px;}
.focusareainner{height:220px; padding:40px 10px;background-size:cover!important;background-position:center!important}
.focusareainner p{color:#fff;font-size:22px; line-height:1.3;font-weight:bold;background: #00000073;padding: 2px 13px;}
.applestore, .googlestore{width:130px;vertical-align: middle;margin:0 6px}
.speakerName{font-size: 1.20em;}
.ssfreport img{width:100%;height:416px;}
.bannerContentMain{padding-left:100px}
.divider.taller {
    margin: 30px auto;
}
.divider [class*="fa-"], .divider .icons {
    text-align: center;
    background: #FFF;
    border-radius: 50px;
    color: #a9a9a9;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    font-size: 15px;
    margin: 0 auto 0 -25px;
    top: -15px;
    left: 55%;
    z-index: 1;
}
.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background: rgb(251 251 251 / 58%);
    text-align: center;
    position: relative;
    clear: both;
    width: 22%;
}
.focusarea .card-body{box-shadow: -1px 3px 10px 1px #ccc;height: 242px!important;}
.px-51{padding-left:5rem;padding-right:5rem}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #0585c4;
  border-right: 0 solid #0585c4;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 170px;
  height: 70px;
  line-height: 70px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 4px;
  /*left: 50%;*/
  margin-left: -25px;
  background-color: #f36f3a;
  z-index: 100;
  border-top-right-radius: 15px;
  /*border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;*/
  border-bottom-left-radius: 15px;
  border-radius: 10px;
}
.timeline-badge.right{right:37%;}
.timeline-badge.left{left:39%;}
.timeline-badge span{font-size: 14px;font-weight: 600;}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #f36f3a !important;
}
.timeline-badge.success {
  background-color: #f36f3a !important;
}
.timeline-badge.warning {
  background-color: #f36f3a !important;
}
.timeline-badge.danger {
  background-color: #f36f3a !important;
}
.timeline-badge.info {
  background-color: #f36f3a !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline > li > .timeline-panel {background-color: #0585c4;color: #fff;}
.timeline-title {font-size:20px;}

@media (max-width: 567px){
	.focusarea .card-body {height:auto!important;}
} 

.bg-img {
  background: url(../img/bg-img.jpg) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wraper {
  height: 300px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.box-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  
}

.flex-wrap {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  flex-direction: column;
}

.overlay {
  height: 100%;
  width: 100%;
}

/* .front-overlay {
  background-color: rgba(39, 96, 121, 0.7);
} */
.front-overlay h2{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom:0
}
.visible-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(2, 2, 2);
}

.hidden-content {
  background-color: #052642;
  transform: translateX(0) translateY(100%);
  color: #fff;
}

.wraper:hover > .hidden-content {
  transform: none;
}

.wraper:hover > .visible-content {
  transform: translateX(0) translateY(-100%);
}
.back-overlay{
padding: 20px;
}

.back-overlay p{
  color: #fff;
}
.overlay:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #21252900;
  opacity: 0;
  pointer-events: none;
  transition: ease opacity 300ms 100ms;
}
.bg-color-quaternary, .bg-quaternary {
  background-color: #171940 !important;
}
html .svg-fill-color-quaternary {
  fill: #171940 !important;
}
.custom-section-curved-top-4 {
  position: absolute;
  top: -265px;
  left: 0;
  transform: rotateY(180deg);
}
.mb-50{
  margin-bottom: 100px !important;
}
section.section.section-angled {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.registration-bg {
  background-color: #220c3c !important;
}
section.section.section-angled .section-angled-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  padding: 3rem 0;
  transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}
.custom-angled:not(.section-angled-reverse) .section-angled-layer-top {
  transform: skewY(-3deg) translate3d(0, -50%, 0) !important;
}
.custom-angled .section-angled-layer-bottom, .custom-angled .section-angled-layer-top {
  padding: 72px 0 !important;
  padding: 2.5rem 0 !important;
}
section.section.section-angled .section-angled-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  padding: 3rem 0;
  transform: skewY(0.7deg) translate3d(0, 50%, 0);
}

section.section.section-angled .section-angled-layer-bottom + .section-angled-content, section.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1400px) {
  .custom-col {
      flex: 79% !important;
      max-width: 79% !important;
  }
}
section.section.section-angled .section-angled-layer-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  padding: 3rem 0;
  transform: skewY(-0.7deg) translate3d(0, -50%, 0);
}
.custom-angled.section-angled-reverse .section-angled-layer-top {
  transform: skewY(3deg) translate3d(0, -50%, 0) !important;
}
.pastevents p {
  background: #104674;
  font-size: .9rem;
  text-align: center;
  padding: 12px 1px;
  margin: 8px 0;
}
.pastevents p a {
  color: #fff;
}
.auto-container {
  position: static;
  max-width: 1280px;
  padding: 0px 10px;
  margin: 0 auto;
  width: 100%;
}
.custom-svg-wrapper-4 {
  position: relative;
}
.custom-svg-wrapper-4 > svg {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 144%;
  height: 112%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}
#footer{
  background: url(../img/footer-bg.png);
    background-size: cover;
    background-position: bottom center;
}