
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
.youtube-thumb {
  width: 100%;
  display: block;
  border-radius: 8px;
}
*/

.play-button-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url('https://img.icons8.com/ios-filled/100/ffffff/play-button-circled.png') no-repeat center center;
  background-size: contain;
  opacity: 0.9;
}
.play-button-2:hover {
  opacity: 1;

}



.youtube-item {
  text-align: center;
  max-width: 560px;
  margin: auto;
}

.youtube-container {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.youtube-thumb {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.play-button1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url('https://img.icons8.com/ios-filled/100/ffffff/play-button-circled.png') no-repeat center center;
  background-size: contain;
  opacity: 0.9;
}

.play-button1:hover {
  opacity: 1;
}

.video-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #734dbc;
  line-height: 1.4;
}


.youtube-container h3{font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; color: #734dbc !important; margin-top: 20px;
    line-height: 24px;}







/** home  **/

 /* Enable ordering in Bootstrap grid */
    .video-section-top .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    /* Alternate background colors */
    .video-section-top:nth-of-type(odd) {
      background-color: #f5f5f5;
    }

    .video-section-top:nth-of-type(even) {
      background-color: #e0e0e0;
    }

    /* Order control */
    .video-section-top:nth-of-type(even) .video-block {
      order: 2;
    }

    .video-section-top:nth-of-type(even) .content-block {
      order: 1;
    }

    .video-section-top:nth-of-type(odd) .video-block {
      order: 1;
    }

    .video-section-top:nth-of-type(odd) .content-block {
      order: 2;
    }

    .video-block,
    .content-block {
      padding: 20px;
    }

    @media (max-width: 768px) {
      .video-section-top .video-block,
      .video-section-top .content-block {
        order: unset !important;
        width: 100%;
      }
    }



.video-section-top  .sec-title{ margin-bottom:0px;}
.video-section-top .sec-title h2 {
    display: block; text-align:center; font-size: 26px; color:#734dbc;
}
.video-section-top .sec-title p{ text-align:center;
        display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

p:empty {
  display: none;
}


 /* Enable ordering in Bootstrap grid */
    .video-section-top .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    /* Alternate background colors */
    .video-section-top:nth-of-type(odd) {
      background-color: #f5f5f5;
    }

    .video-section-top:nth-of-type(even) {
      background-color: #e0e0e0;
    }

    /* Order control */
    .video-section-top:nth-of-type(even) .video-block {
      order: 2;
    }

    .video-section-top:nth-of-type(even) .content-block {
      order: 1;
    }

    .video-section-top:nth-of-type(odd) .video-block {
      order: 1;
    }

    .video-section-top:nth-of-type(odd) .content-block {
      order: 2;
    }

    .video-block,
    .content-block {
      padding: 20px;
    }

    @media (max-width: 768px) {
      .video-section-top .video-block,
      .video-section-top .content-block {
        order: unset !important;
        width: 100%;
      }
    }



.video-section-top  .sec-title{ margin-bottom:0px;}
.video-section-top .sec-title h2 {
    display: block; text-align:center; font-size: 26px; color:#ffae00;
}
.video-section-top .sec-title p{ text-align:center;
        display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/** end  **/


/** faq **/

.accordion {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #dcdcdc;
}

.accordion-header {
      position: relative;
    font-size: 18px;
    padding: 15px 20px;
    padding-left: 90px;
    line-height: 30px;
    color: #ed1c24;
    font-weight: 600;
    cursor: pointer;
    background: #ffffff;
    font-family: 'Exo', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; margin-bottom:10px;
}

.accordion-header:hover {
  background-color: #eaeaea;
}

.accordion-header.active {
      background: #f5f5f5;
    color: #ed1c24; margin-bottom:0px;
}

.accordion-header .icon-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #ffba00;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-header.active .icon-toggle {
    background-color: #ed1c24;
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  background: #fff;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  border-top: 1px solid #ddd;
}

.accordion-content.current {
  display: block;
  margin-bottom: 10px;
}

/** end **/




/** menu  **/

.event-info{ display:block; float:left;  padding-right:20px; }

.event-info .text{line-height: 25px; font-weight:500;
    color: #000; margin-bottom:0px; margin-top:10px; font-size:14px;  display:flex;
   }
.event-info .text a{color: #000;}   
.event-info i{
    font-size: 20px;
   text-align: center;}  
   
.hybrd{ border-radius: 5px;
    background-color: #ffae00; color:#FFF;
    font-size: 14px;
    padding:6px 13px;}  
.hybrd a{color:#FFF; font-weight:600; margin-top:10px; font-size:13px;}    
.hybrd a:hover{ opacity:0.6; text-decoration:none;}

.round{
    color: #ed1c24;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right:10px; 
}
.e-titel{font-size: 26px;
    font-weight: 600;
    /* text-align: center; */
    color: #ed1c24; margin-bottom:0px !important;}
    
/** end **/  

.speaker-details .name{color: #ffae00 !important;}
.input-group-addon{background: #ffae00 !important;}


.participant-add-box{ border: 1px #CCC solid;
    margin-bottom: 10px;
    /* padding: 0 20px; */
    margin-left: 20px;
    margin-right: 20px;
    background: #FFF; border-radius:10px; }
.participant-add-box h5{ margin:5px 0px;}    
.all_usd {
    text-align: right;
    display: block; font-size: 15px;
}

.accordion.radius .ac-item .ac-title{background-color: #ed1c24; font-size:16px; font-weight:600; padding:20px; color:#FFF;}
.accordion.radius label{font-weight:normal;}

.bg-white-all{ background: #FFF; border-radius:2px;
    margin: 0 15px;
    padding: 10px 0;}
.participant-add-box {display:block;}
.participant-add-box .form-group{margin-bottom:0px !important;}

/*** 
====================================================================
    Map Section
====================================================================
***/
.map-section {
    position: relative;
    padding: 0 0 20px;
}
.map-section .contact-column {
    position: relative;
    margin-bottom: 50px;
}
.map-section .sec-title {
    margin-bottom: 40px;
}
.map-section .sec-title .divider {
    margin-top: 20px;
}
.map-section .sec-title .text {
    margin-top: 20px;
}
.map-section .contact-info {
    position: relative; list-style:none; padding-left:0px;
}
.map-section .contact-info li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}
.map-section .contact-info li p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
    margin: 0;
}
.map-section .contact-info li h4 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 8px;
}
.map-section .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 58px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ed1c24;
    color: #ed1c24;
}
.map-section .contact-info li a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.map-section .contact-info li a:hover {
    color: #f20487;
}
.map-section .contact-info li:nth-child(2) .icon {
    color: #ffba00;
    border-color: #ffba00;
}
.map-section .contact-info li:nth-child(3) .icon {
    color: #ff4200;
    border-color: #ff4200;
}
.map-section .map-outer {
    position: relative;
    padding-right: 40px;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.map-data a {
    display: block;
}
.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}
.map-outer iframe {
    height: 530px;
    width: 100%;
    background-color: #f9f9f9;
}


/***
====================================================================
        Pricing Section
====================================================================
***/
.pricing-section {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f2f2f2;
}
.pricing-section .row {
    margin: 0 -25px;
}
.pricing-block {
    position: relative;
    padding: 0 25px;
    margin-bottom: 50px;
}
.pricing-block .inner-box {
    position: relative;
    background: #ed1c24;
    background: -o-linear-gradient(45deg, #ed1c24 0%, #ed1c24 100%);
    background: linear-gradient(45deg, #ed1c24 0%, #ed1c24 100%);
    max-width: 370px;
    margin: 0 auto;
    padding: 50px 55px 50px;
    -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;    border-radius: 5px;z-index: 9;
}
.pricing-block .inner-box:before {
    position: absolute;
    right: -29%;
    bottom: -20px;
    height: 200%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}
.pricing-block .inner-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .inner-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pricing-block .title {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #ffc200;
    font-weight: 700;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}
.pricing-block h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #01136d;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}
.pricing-block .price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 72px;
    color: #ff4200;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Exo', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}
.pricing-block .price sup {
    font-size: 24px;
    color: #ffba00;
    font-weight: 400;
    top: -20px;
    font-family: 'Archivo', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .price sub {
    font-size: 16px;
    color: #ff7f1a;
    font-weight: 400;
    margin-left: 5px;
    top: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .features {
    position: relative;
    padding: 30px 0 25px;
    z-index: 2;
}
.pricing-block .features li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #494949;
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .theme-btn {
    position: relative;
    z-index: 2;
}
.pricing-block.tagged .inner-box:after {
    opacity: 0;
}
.pricing-block .inner-box:hover .features li:before,
.pricing-block .inner-box:hover .features li,
.pricing-block .inner-box:hover .price sup,
.pricing-block .inner-box:hover .price,
.pricing-block .inner-box:hover h3,
.pricing-block.tagged .features li:before,
.pricing-block.tagged .features li,
.pricing-block.tagged .price sup,
.pricing-block.tagged .price,
.pricing-block.tagged h3 {
    color: #ffffff;
}
.pricing-block.tagged .price sub {
    color: #ffba00;
}
.pricing-block .inner-box:hover:after {
    opacity: 0;
}

.pricing-block .inner-box:hover  .features li span, .pricing-block .inner-box:hover  .title{color:#fff;}


/** Accom & Register **/

.pricing-section {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f2f2f2;
}

.paypalopt .hidden{
    display: none;
}
/*.overlay {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.overlay {*/
/*    background: rgba(0,0,0,.6);*/
/*    z-index: 9;*/
/*}*/
/*.item{*/
/*    width: 375px;*/
/*    margin: 0 auto;*/
/*    padding: 15px;*/
/*    background-color: #fff;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
/*    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
/*	border-color: #ddd;*/
/*}*/
/*.item h2{*/
/*    margin-top: 0;*/
/*    font-size: 20px;*/
/*    color: #666;*/
/*}*/
/*.item p{*/
/*    font-size: 16px;*/
/*    color: #444;*/
/*}*/
.stripe-button { background:#FFF;
    font-family: 'Strait', sans-serif; 
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.7em 1.5em;
    text-decoration: none !important;
    outline: none !important;
    line-height: 1;
    border-style: solid;
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7) !important;
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3) !important;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -khtml-transition-duration: .3s;
    outline: none;
    cursor: pointer;
    border-radius: 2px; border:0px;
}
/*button:hover, button:active, button:focus {*/
/*  filter: contrast(115%);*/
/*}*/
/*button:disabled {*/
/*  opacity: 0.5;*/
/*  cursor: default;*/
/*}*/
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #30d14d;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #30d14d;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#paymentResponse{
	font-size: 17px;
    border: 1px dashed;
    padding: 10px;
	color: #EA4335;
	margin-top: 0;
	margin-bottom: 10px;
}
.status{
	padding: 15px;
	color: #000;
    background-color: #f1f1f1;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom: 20px;
}
.status h1{
	font-size: 1.8em;
}
.status h4{
	font-size: 1.3em;
	margin-bottom: 0;
    margin-top: 15px;
}
.status p{
	font-size: 1em;
	margin-bottom: 0;
    margin-top: 5px;
}
.btn-link{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
}
.btn-link {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	text-decoration: none;
}
.success{
	color: #34A853;
}
.error{
	color: #EA4335;
}
.stripebtn span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.bg-gray{background:#f1f1f1;}
@media(max-width:576px){
   .paypalopt  .about-area, .paymnttotal  {text-align:center}
      .gallery-section.style-two {
    padding: 40px 0;
}
.gallery-section.style-two .gallery-block{
        margin-bottom: 16px;
}
}

.box-shadws {
    background: #fcfcfc;
    box-shadow: 0 60px 80px -40px rgb(0 0 0 / 50%);
    margin-bottom: 20px !important;
    margin-top: 20px;
        display: inline-block;
}

.speakers-section {
    padding: 80px 0 50px;
    background-color: #f4f7ff;
    overflow: hidden;
}
.box-shadws {
    background: #fcfcfc;
    box-shadow: 0 60px 80px -40px rgb(0 0 0 / 50%);
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.keydates ul li{margin-bottom: 12px;font-size:16px;    color: #458bb6;
    font-weight: bold;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 8px;}
.keydates ul li strong{color:#ed1c24;}
.keydates ul li span{    background-color: #ed1c24;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;}
    .box-shadws {
    background: #fcfcfc;
    box-shadow: 0 60px 80px -40px rgb(0 0 0 / 50%);
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.paymentm h4 {
    background: #ffae00;
    padding: 14px 10px;
    font-size: 18px;
    color: #fff;
}
.paypalopt {
    background: #fff;
    padding: 15px 20px;
    text-align: left;
}
.paypalopt h5 {
    font-weight: 500;
    font-size: 16px;
}
.paypalopt .about-area .papallogo {
    background: #ffe900;
    padding: 6px 24px;
    margin-top: 5px;
}
.paypalopt .about-area .papallogo img {
    width: 80px;
}
.totalprccc {
    background: #ed1c24;
    font-size: 16px;
    font-weight: bold;
    width: 240px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}

.banner-space {
    background: linear-gradient(135deg, #081328 13.21%, #12213B 32.84%, #08305A 57.44%, #0A3058 78.05%, #0F2F52 104.37%, #12213B 142.29%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.occ-type{ display:block;}
.occ-type img{ width: 100%;
    height: 200px; border-radius:10px; margin-bottom:10px;}
    
.totalprccc {
    background: #ed1c24;
    font-size: 16px;
    font-weight: bold;
    width: 240px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}    

.contact-butoon .btn {
    padding: 10px 20px;
    background: #136797;
    color: #fff;
}
.captcha-box {
    padding-left: 10px;
    border: 1px #CCC solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded {
    border-radius: .25rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.cart-product-name input {
    width: 120px; border:0px;
}

.cart-product-name  span{    display: flex;    justify-content: end;}
.pricing-block .features li label{ display:block; width:100%; font-weight:600; font-size:14px;}
.cart-product-name input{width:120px;}
.pricing-block .features li{display: flex;    padding-bottom: 12px !important;}
.pricing-block .features li span{    margin-top: 0 !important;}


.guidelines h4 {
    border-left: solid 5px #ed1c24;
    padding-left: 8px;
    background-color: #f1f1f1;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 30px;
}

.program-tab{display:block;}
.tabs-vertical.program-tab .tabs-navigation li{border-radius:2px;}
.tabs-vertical.program-tab .tabs-navigation li a {
    background:#ed1c24 !important; font-size:15px; color:#FFF; font-weight:500; border-radius:2px;
}
.tabs-vertical.program-tab .tabs-navigation li.active a {
    background:#ffb15a !important; font-size:15px; color:#222; font-weight:500; border-radius:2px;
}

/*** programe tabs ***/

.ts-map-tabsmn {
    border-color: #26185c;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #26185c;
    padding: 15px 15px !important;
    margin-bottom: 20px;
     position: relative;
}
.ts-map-tabs a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    top: auto;
    content: '';
    background: #f5f5f5;
    width: 100%;
    height: 2px;
}
.ts-map-tabs a.active {
    color: #f87100;
    border-color: #f87100;
    background: #ffb15a !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
    color: #f87100;
    border: 1px #26185c solid;
    border-bottom: 1px #FFF solid;
    font-weight: 400;
}
.ts-map-tabs  a {
    font-size: 15px;
    color: #888888;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 8px 15px;
    margin-right: 1px;
    border-radius: 38px 8px 0px 0px;
    background: #ed1c24 !important;
    color: #FFF;
      border: none !important;
    width: 100%;
}
.schedule-item {
    background: #f1f1f1;
    border: 1px #CCC solid;
    padding: 0 4px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin: 0;align-items: center;
    padding: 2px 0;
    margin-bottom: 5px;
}
.schedule-item h4 {
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 0;
}
.keydates ul li{margin-bottom: 12px;font-size:16px;    color: #458bb6;
    font-weight: bold;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 8px;}
.keydates ul li strong{color:#ed1c24;}
.keydates ul li span{    background-color: #ed1c24;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;}
    .box-shadws {
    background: #fcfcfc;
    box-shadow: 0 60px 80px -40px rgb(0 0 0 / 50%);
    margin-bottom: 20px !important;
    margin-top: 20px;
}



/***
====================================================================
    Speaker Detail
====================================================================
***/
.speaker-detail-section {
    position: relative;
    padding: 30px 0;
}
.speaker-details {
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.speaker-details .name {
    font-size: 30px;
    line-height: 1em;
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 10px;
}
.speaker-details .name a {
    color: #ed1c24;
}
.speaker-details .designation {
    font-size: 14px;
    color: #ffba00;
}
.speaker-info-list {
    margin-top: 40px;
}
.speaker-info-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #555555;
}
.speaker-info-list li a {
    color: #555555;
}
.speaker-info-list li strong {
    display: block;
    font-weight: 600;
    color: #ed1c24;
    min-width: 140px;
}
.speaker-detail-section .info-column h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-detail-section .info-column p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.speaker-detail-section .other-info h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 40px;
}
.speaker-session-info {
    position: relative;
    margin-bottom: 30px;
}
.speaker-session-info .inner-box {
    position: relative;
    padding: 35px 40px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info h4 {
    position: relative;
    font-size: 24px;
    color: #ffba00;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-session-info .time {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffba00;
    font-weight: 600;
    margin-bottom: 25px;
}
.speaker-session-info p {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .place {
    font-weight: 600;
    color: #ed1c24;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover p {
    color: #ffffff;
}
.speaker-session-info .inner-box:hover .place {
    color: #ffba00;
}
.speaker-session-info .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #071248;
    border-bottom: 3px solid #ffba00;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover:before {
    height: 100%;
}


/***
====================================================================
    Speaker Detail
====================================================================
***/
.speaker-detail-section {
    position: relative;
    padding: 30px 0;
}
.speaker-details {
    position: relative;
   /* padding-left: 20px;*/
    padding-top: 10px;
    margin-bottom: 30px;
}
.speaker-details .name {
    
    margin-bottom: 10px;
}
.speaker-details .name a {
    font-size: 30px;
    line-height: 1em;
    color: #ed1c24;
    font-weight: 600;
}
.speaker-details .designation {
    font-size: 14px;
    color: #ffba00;
}
.speaker-info-list {
    margin-top: 40px; padding-left:0px;
}
.speaker-info-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #555555;
}
.speaker-info-list li a {
    color: #555555;
}
.speaker-info-list li strong {
    display: block;
    font-weight: 600;
    color: #ed1c24;
    min-width: 140px;
}
.speaker-detail-section .info-column h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-detail-section .info-column p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.speaker-detail-section .other-info h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 40px;
}
.speaker-session-info {
    position: relative;
    margin-bottom: 30px;
}
.speaker-session-info .inner-box {
    position: relative;
    padding: 35px 40px;
    border: 1px solid #d7d7d7;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info h4 {
    position: relative;
    font-size: 24px;
    color: #ffba00;
    font-weight: 600;
    margin-bottom: 15px;
}
.speaker-session-info .time {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffba00;
    font-weight: 600;
    margin-bottom: 25px;
}
.speaker-session-info p {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .place {
    font-weight: 600;
    color: #ed1c24;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover p {
    color: #ffffff;
}
.speaker-session-info .inner-box:hover .place {
    color: #ffba00;
}
.speaker-session-info .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background-color: #071248;
    border-bottom: 3px solid #ffba00;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-session-info .inner-box:hover:before {
    height: 100%;
}

/*** 
====================================================================
 Feature Section Two
====================================================================
***/
.feature-section-two {
    padding: 100px 0 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/pattern-3.png);
}
.feature-section-two .icon-object-2 {
    top: 185px;
    right: -170px;
    -webkit-animation: fa-spin 20s infinite;
    animation: fa-spin 20s infinite;
}
.feature-section-two .icon-object-3 {
    top: 210px;
    left: -250px;
    -webkit-animation: fa-spin 40s infinite linear;
    animation: fa-spin 40s infinite linear;
}
.feature-section-two .icon-object-4 {
    bottom: 105px;
    left: 70px;
}
.feature-section-two .icon-object-5 {
    bottom: 150px;
    left: 380px;
    -webkit-animation: fa-spin 5s infinite;
    animation: fa-spin 5s infinite;
}
.feature-section-two .sec-title {
    margin-bottom: 40px;
}
.feature-section-two .sec-title p {
    margin-bottom: 30px;
}
.feature-section-two .content-column {
    margin-bottom: 50px;
}
.feature-block-two {
    position: relative;
    background: #f5f5f5;
    padding: 50px;
    max-width: 570px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two .inner-box {
    position: relative;
    padding-left: 120px;
}
.feature-block-two .icon-box {
    position: absolute;
    left: 25px;
    top: 0;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two .icon-box .icon {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #ffba00;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two .icon-box:before {
    position: absolute;
    left: -25px;
    top: 0;
    height: 55px;
    width: 55px;
    background-color: #fff1cc;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two h4 {
    font-size: 22px;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two p {
    position: relative;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-two:hover {
    background-color: #001166;
    border-radius: 0 50px 0 50px;
}
.feature-block-two:hover h4 {
    color: #ffae00;
}
.feature-block-two:hover .icon-box .icon,
.feature-block-two:hover p {
    color: #ffffff;
}
.feature-block-two:hover .icon-box:before {
    background: rgba(255, 255, 255, .20);
}
.feature-block-two .abs-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 120px;
    line-height: 70px;
    color: #ffffff;
    opacity: .10;
}
.feature-block-three {
    position: relative;
    background: #001166;
    padding: 50px;
    max-width: 570px;
    border-radius: 0 50px 0 50px;
    margin-bottom: 30px;
    margin-left: 100px;
}
.feature-block-three .inner-box {
    position: relative;
    padding-left: 120px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-three .icon-box {
    position: absolute;
    left: 25px;
    top: 0;
    margin-bottom: 20px;
}
.feature-block-three .icon-box .icon {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #ffffff;
}
.feature-block-three .icon-box:before {
    position: absolute;
    left: -25px;
    top: 0;
    height: 90px;
    width: 90px;
    background-color: #ffffff;
    content: "";
    opacity: .20;
    border-radius: 50%;
}
.feature-block-three p {
    color: #ffffff; margin-bottom:0px;
}
.feature-block-three h4 {
    font-size: 22px;
    color: #ffae00;
    font-weight: 700;
    margin-bottom: 14px;
}
.feature-block-three .abs-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 120px;
    line-height: 70px;
    color: #ffffff;
    opacity: .10;
}

/*** 
====================================================================
    Contact Section
====================================================================
***/
.contact-section {
    position: relative;
    padding: 50px 0;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px !important;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form .form-group .input-outer { 
    position: relative;
}
.contact-form .form-group .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #777;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="file"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #777;
    line-height: 20px;
    padding: 15px 20px;
    border:1px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    font-weight: 400;
    height: 54px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;background-color: #fbfbfb;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #f20487;
}
.contact-form .form-group textarea {
    height: 130px;
    resize: none;
}
.contact-form .form-group button {
    text-transform: capitalize;
}
.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
    border-color: #ff0000;
}
.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    padding-top: 7px;
    margin-bottom: 0;
}


.close{font-size:26px !important; font-weight:normal !important; color:#ed1c24 !important; opacity: 1 !important;}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.info-list {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 30px; float:right;
}
.info-list ul{ padding:0px; margin:0px;}

.info-list ul li {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 30px; list-style:none; float:left;
}
.info-list ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 38px;
    line-height: 30px;
    color: #ffae00;
}
.info-list ul li a {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*======================
Theme Btn
=======================*/
.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    color: inherit;
}
/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 600;
    background: #ed1c24;
    overflow: hidden;
    min-width: 140px;    border-radius: 50px;
}
.btn-style-one:hover {
    color: #ffffff;
}
.btn-style-one i {
    margin-right: 10px;
    font-size: 20px;
    line-height: 1em;
    color: #ffae00;
}
.btn-style-one:before {
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 200%;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-style-one:hover:before {
    top: 150%;
}
/*Btn Style Two*/
.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
    background: #ed1c24;
    overflow: hidden;
    min-width: 180px;
    background: #ffc600;
    background: -o-linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
    background: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
}
.btn-style-two:hover {
    color: #ffffff !important;
}
.btn-style-two:hover:before {
    opacity: 1;
}
.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffc600;
    background: -o-linear-gradient(135deg, #ffc600 1%, #ff6c00 100%);
    background: linear-gradient(-45deg, #ffc600 1%, #ff6c00 100%);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.theme-btn.large {
    padding: 15px 70px;
    min-width: 20px;
    font-size: 18px;
    line-height: 30px;
}
.theme-btn.small {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 5px;
    min-width: 100px;
}


.flash-clicks{display:block;}
.flash-clicks a{ color:#FFF; font-size:16px;}
.blink{color:#fff;animation:blink 1s linear infinite;padding:6px 10px;}
@keyframes blink{0%{opacity:0;}
50%{opacity:.5;}
100%{opacity:1;}
}

.title-hybrid {
    display: block;
    font-size: 20px;
    color: #ffae00;
    font-weight: 700;
    margin-bottom: 10px;
}

.sponsor-block{ background:#FFF; border-radius:4px; padding:10px; float:left; max-width:260px; margin-right:10px;}  

.sponsor-block .inner-box .lower-content h4 a{ font-size:16px;}

.sponsor-block .image img {
  width: 100% ;
}

/* Video gallery */
.video-section {
    position: relative;
    padding:30px 0;
    background-color: #FFF;
}
.video-section  .video-outer {
    position: relative;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 30px 30px;
}

.video-carousel .slide-item{ margin:20px; }

.video-carousel .slide-item img{ height:400px;}

.video-carousel h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.4em;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 0;
    padding:6px 15px; 
	
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video-carousel h4 a {
    color: #ed1c24;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.video-carousel h4 a:hover { color: #ffba00; }

.video-carousel .owl-nav {
    display: none;
}

.text_scroll {
    display: block;
    height: 400px;
    overflow-y: scroll; padding-right:20px;
}




.video-carousel .slide-item .my-video {
  width: 100%; height:auto;
}

/***
==================================================================
    About Section Three
==================================================================
***/
.about-section-three {
    position: relative;
   /* padding: 50px 0 50px; */
}
.about-section-three .sec-title {
    margin-bottom: 30px;
}
.about-section-three .image-column {
    position: relative;
    margin-bottom: 0px;
}
.about-section-three .about-image-wrapper {
    position: relative;
    margin-right: 30px;
}
.about-section-three .about-image-wrapper:before {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-image: url(../images/icons/pattern-2.png);
    content: "";
}
.about-section-three .info-box {
    position: absolute;
    right: 0;
    top: 40px;
    min-width: 200px;
    background: #ed1c24;
    color: #ffffff;
    background: -o-linear-gradient(45deg, #ed1c24 0%, #001166 100%);
    background: linear-gradient(45deg, #ed1c24 0%, #001166 100%);
    z-index: 11;
    text-align: center;
    padding: 30px 20px;
}
.about-section-three .info-box:before {
    position: absolute;
    left: -30px;
    top: 0;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #ed1c24;
    content: "";
}
.about-section-three .info-box .count {
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    font-family: exo, sans-serif;
    margin-bottom: 10px;
}
.about-section-three .info-box h4 span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    color: #ffba00;
}
.about-section-three .info-box h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
}
.about-section-three .image-1 {
    position: relative;
    padding-bottom: 115px;
    overflow: hidden;
    margin-bottom: 0;
}
.about-section-three .image-1:before {
    position: absolute;
    left: 0;
    bottom: 95px;
    width: 230px;
    height: 43px;
    background-image: url(../images/icons/object-9.png);
    content: "";
}
.about-section-three .image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.feature-block-four {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-four .inner-box {
    position: relative;
    background: #ffffff;
    padding-left: 70px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-four .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.feature-block-four .icon-box .icon {
    position: relative;
    font-size: 58px;
    line-height: 1em;
    color: #ffba00;
}
.feature-block-four h4 {
    font-size: 22px;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-block-four p {
    margin-bottom: 20px;
}

.sec-title h1 {
    display: block;
    font-size: 28px;
    line-height: 40px;
    color: #ed1c24;
    font-weight: 700;
}
.sec-title h2 {
    display: block;
    font-size: 26px;
    line-height: 40px;
    color: #ed1c24;
    font-weight: 700;
}
.sec-title .sub-title {
    display: block;
    font-size: 16px;
    color: #ffba00;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    margin-bottom:5px;
}
.sec-title h2 {
    display: block;
    color: #ed1c24 !important;
}
.heading-color-n{ color: #ed1c24 !important;}

/*** 
====================================================================
 Feature Section
====================================================================
***/
.feature-section {
    padding: 80px 0 70px;
}
.feature-section .icon-circle-1 {
    right: -100px;
    top: -100px;
    -webkit-animation: fa-spin 10s infinite;
    animation: fa-spin 10s infinite;
}
.feature-block {
    position: relative;
    margin-bottom: 10px;
}
.feature-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 10px 30px 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .inner-box:before {
    position: absolute;
    right: -13px;
    top: 50px;
    bottom: 50px;
    border: 1px solid #ebebeb;
    content: "";
}
.feature-block:last-child .inner-box:before {
    display: none;
}
.feature-block .inner-box:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
}
.feature-block .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.feature-block .icon-box .icon {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #ffba00;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .icon-box:before {
    position: absolute;
    left: -25px;
    top: 0;
    height: 55px;
    width: 55px;
    background-color: #fff1cc;
    content: "";
    border-radius: 50%;
}
.feature-block .icon-box .icon:before {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block .inner-box:hover .icon-box .icon:before {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.feature-block h4 {
    font-size: 22px;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 24px;
}
.feature-block p {
    margin-bottom: 20px;
}
.feature-block .read-more {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ff4200;
}
.rounded-pill {
    border-radius: 50rem !important;
}

.feature-block .inner-box h6 a{ font-size:15px;}


/***
====================================================================
    Speakers Section Two
====================================================================
***/
.speakers-section-two {
    padding: 50px 0 50px;
    background-color: #ed1c24;
    /* background-image: url(../images/background/10.jpg); */
        background-position: bottom;
    overflow: hidden;
}
.speakers-section-two .icon-object-10 {
    left: -310px;
    bottom: 100px;
    -webkit-animation: fa-spin 30s infinite linear;
    animation: fa-spin 30s infinite linear;
}
.speakers-section-two .icon-object-15 {
    right: -115px;
    top: 65px;
    -webkit-animation: fa-spin 90s infinite linear;
    animation: fa-spin 90s infinite linear;
}
.speakers-section-two .icon-object-16 {
    display: block;
    left: -290px;
    bottom: 560px;
    -webkit-animation: fa-spin 60s infinite linear;
    animation: fa-spin 60s infinite linear;
}
.speaker-block-two {
    position: relative;
    margin-bottom: 50px;
}
.speaker-block-two .inner-box {
    position: relative;
}
.speaker-block-two .image-box {
    position: relative;
    padding: 20px 20px;
    max-width: 270px;
    margin: 0 auto;
}
.speaker-block-two .image {
    position: relative;
    height: 230px;
    width: 230px;
    /* border-radius: 50%; */
    overflow: hidden;
    margin-bottom: 0;
}
.speaker-block-two .image-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 230px;
    width: 220px;
    border: 5px solid #247ffb;
    /* background-image: url(../images/icons/curved-border.png); */
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.speaker-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker-block-two .plus-icon {
    position: absolute;
    left: 20px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ed1c24;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .social-links {
    position: absolute;
    left: 25px;
    bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffba00;
    border-radius: 50px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.speaker-block-two .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.speaker-block-two .social-links a {
    position: relative;
    margin: 5px 0;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffba00;
    color: #ed1c24;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .social-links a:first-child,
.speaker-block-two .social-links a:last-child {
    margin: 0;
}
.speaker-block-two .social-links a:hover {
    color: #ffffff;
    background-color: #ed1c24;
}
.speaker-block-two .info-box {
    position: relative;
    padding: 10px 0 30px;
    border-bottom: 1px solid #001373;
    text-align: center;
    max-width: 230px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .inner-box:hover .info-box {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 20px 0 20px;
}
.speaker-block-two .info-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    content: "";
    background: #001373;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-two .inner-box:hover .info-box:before {
    height: 100%;
}
.speaker-block-two h4 {
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.speaker-block-two h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.speaker-block-two .designation {
    position: relative;
    font-size: 14px;
    color: #ffffff;
}

/***
====================================================================
        Pricing Section Three
====================================================================
***/
.pricing-section-three {
    position: relative;
    padding: 50px 0 50px;
}
.pricing-section-three .icon-object-11 {
    top: 165px;
    left: -505px;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}
.pricing-section-three .icon-object-12 {
    bottom: 85px;
    left: -35px;
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}
.pricing-section-three .icon-object-13 {
    right: -505px;
    bottom: 130px;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}
.pricing-section-three .icon-object-14 {
    top: 270px;
    right: -240px;
    -webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}
.pricing-section-three .row {
    margin: 0 -25px;
}
.pricing-block-three {
    position: relative;
    padding: 0 25px;
    margin-bottom: 0px;
}
.pricing-block-three .inner-box {
    position: relative;
    background-color: #f6f6f6;
    padding: 40px 30px 50px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block-three .inner-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}
.pricing-block-three .title {
    font-size: 16px;
    line-height: 36px;
    color: #ffc200;
    text-transform: uppercase;
    display: block;
}
.pricing-block-three h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #01136d;
    font-weight: 700; margin-bottom:0px;
}
.pricing-block-three .text {
    font-size: 12px;
    line-height: 24px;
    color: #555555;
    display: block;
    margin-bottom: 20px;
}
.pricing-block-three .price-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing-block-three .price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    color: #ff4200;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Exo', sans-serif;
}
.pricing-block-three .price sup {
    top: -20px;
    text-align: left;
    font-size: 24px;
    color: #ffba00;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
}
.pricing-block-three .price sup em {
    position: relative;
    display: block;
    top: 20px;
    font-size: 16px;
    color: #ff7f1a;
}
.pricing-block-three .features {
    position: relative;
    padding: 30px 0 0;
}
.pricing-block-three .features li { list-style:none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 25px;
}
.pricing-block-three .features li.false {
    opacity: .50;
}
.pricing-block-three .features li strong {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #01136d;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
}
.pricing-block-three .theme-btn {
    min-width: 100px;
    margin: 0 auto;
}
.pricing-block-three .inner-box:hover,
.pricing-block-three.tagged .inner-box {
    background-image: url(../images/icons/pricing-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

/*==========================
Accordian Box
===========================*/
.accordion-box {
    position: relative;
    margin-bottom: 30px;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ffffff;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    padding: 15px 20px;
    padding-left: 90px;
    line-height: 30px;
    color: #ed1c24;
    font-weight: 600;
    cursor: pointer;
    background: #ffffff;
    font-family: 'Exo', sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active {
    background: #f5f5f5;
    color: #ed1c24;
}
.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #ffba00;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active .icon {
    background-color: #ed1c24;
}
.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    padding: 20px 30px;
}
.accordion-box .block .content p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}

.bg-img-section {
    background-image: url(../images/icons/pattern-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-carousel h3 {
        position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    padding: 6px 15px;
    text-align: center;
    margin-top: 10px; 
}

.photo-carousel h3 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    padding: 6px 15px;
    text-align: center;
    margin-top: 10px;
    
}

.photo-carousel img{ max-height:200px; overflow:hidden;}

.next-event-block{background: #FFFFFF;
    overflow: hidden;
    box-shadow: 3px 4px 25px #0000001A;
    border-radius: 0px;
    transition: .3s;
     padding:14px; margin-bottom:20px;}
	.next-event-block img{ width:100%; height:140px; overflow:hidden;}
	.next-event-block h4{     line-height: 24px;
    font-size: 18px;
    margin-top: 10px;}
	.next-event-block h4 a{ color:#ed1c24;font-size:16px;    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; height: 50px;}
	.next-event-block ul{ margin-bottom:10px; padding:0px;}
	.next-event-block ul li{ list-style:none;}
	
	



.main-footer .about-widget {
    position: relative;
}
.main-footer .logo {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .footer-logo figure {
    margin: 0;
}
.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}
.main-footer .about-widget p {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
/*=== User LInks ===*/

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.main-footer .lnks-widget {
    position: relative;
    padding-left: 0px;
}
.user-links {
    position: relative;
    margin-top: 30px;     padding-left: 0px;
}
.user-links li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.user-links li a:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #ff00ff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
}
.user-links li a:hover:before {
    color: #ffb200;
}
.user-links li a {
    position: relative;
    padding-left: 20px;
    display: block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.user-links li a:hover {
    color: #ffb200;
    text-decoration: underline;
}
.contact-list-three {
    position: relative; padding-left:0px;
}
.contact-list-three li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px; list-style:none;
}
.contact-list-three li:last-child {
    margin-bottom: 0;
}
.contact-list-three li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 36px;
    line-height: 1em;
    color: #ffb200;
}
.contact-list-three li strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-list-three li .text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.contact-list-three li .text a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; font-size:14px;
}
.contact-list-three li .text a:hover {
    color: #ffb200;
}
.footer-organizer-sec {
    display: block;
    color: #FFF;
    text-align: left;
}

.footer-organizer-sec h5 a{
    margin-bottom: 10px;
    color: #FFF; font-size: 18px;    display: block;
}
.footer-organizer-sec .org-add {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-organizer-sec .org-call {
    font-size: 14px;
}
.footer-organizer-sec .org-call a{font-size:13px;}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ff00ff;
    content: '';
}

/*** 
==========================
  Social Icon Two
==========================
***/
.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;     padding-left: 0px;
}
.social-icon-two li {
    position: relative;
    margin: 0 -.5px; list-style:none;
}
.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.social-icon-two li a:hover {
    background-color: #ffae00;
    color: #ffffff;
}
