@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@600;700&display=swap');
@font-face {
    font-family: 'nobellight';
    src: url('../fonts/nobel_light_regular-webfont.woff2') format('woff2'),
         url('../fonts/nobel_light_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #579be6;
}
  
::selection {
    color: #fff;
    background: #579be6;
}
*,ul,ol{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type: none;
}

a{
    color: #f39200;
    text-decoration: none;
}
a:hover,a:focus{
    color: #000;
    outline: none;
    text-decoration: none;
}
button:hover,button:active,
button:focus{
    outline: none!important;
}
p{
    color: #212529;
    line-height: 22px;
    font-size: 15px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    line-height:1.2;
}
.h2title .h2{
    font-weight: 700;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    background: #59C173;
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.h2title .h2:after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #59C173;
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%);
    margin-top: 15px;
    margin-bottom: 15px;
}
.h2title.center-heading .h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #59C173;
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%);
    margin: 15px auto;
}
*{
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
a{
    text-decoration: none;
}
.blue-primary-color{
    color: #1364bd;
}
.green-secondary-color{
    color: #019646;
}
.text-bg-gradient{
    background: #59C173;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.primary-bg-gradient{
    background: #59C173;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-sky-light {
    background: #eaf4f9;
}
.headerfix{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content:'';
    z-index: 9;
}
.top-header{
    padding: 10px 0;
}
header .top-header .social-socials li a{
    color: #000;
}
header .top-header .social-socials li a:hover{
    color: #f39200;
}
.logo-wrap img{
    width: 120px;
}
.contact-menu ul{
    padding: 0;
    margin-bottom: 0;
}
.contact-menu ul li{
    display: inline-block;
    margin-left: 25px;
}
.contact-menu ul li a{
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px 30px 5px 15px;
    color: #f39200;
    font-weight: 600;
}
.contact-menu ul li p{
    font-weight: normal;
    color: #333;
}
.contact-menu ul li:first-child a{
    border: 0;
}
.contact-menu ul li:last-child a{
    color: #fff;
    padding: 12px 30px 12px 30px;
}
.contact-menu ul li:last-child a:hover{
    color: #1364bd;
    background-color: #fff;
}
.contact-right-wrap .social-socials li a:hover {
    color: #f39200;
}
.social-socials {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-socials li {
    display: inline-block;
    padding: 0 0 0 5px;
}
header .top-header .social-socials li a {
    color: #000;
    display: block;
}
header .top-header .social-socials li a img{
    max-width: 35px;
    width: 100%;
}
.social-socials li i {
    font-size: 24px;
}
.contact-menu ul li:last-child a {
    color: #fff;
    padding: 6px 20px 6px 20px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid transparent;
}
.contact-menu ul .top-emailid{
    padding: 3px;
    border-radius: 0;
}
.contact-menu ul .top-emailid:hover a{
    background: #fff;
    border: 1px solid transparent;
    padding: 15;
    border-radius: 0;
}
.contactfrom-slider {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    z-index: 9;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slidertext {
    width: 85%;
}
.title-heading-left {
    font-weight: bold;
    margin: 0;
    line-height: 55px;
    color: #ffffff;
    font-size: 50px;
}
.header{
    /* background: rgb(255 255 255 / 81%);*/
}
.date-banner{
    display: inline-block;
    background: rgb(9 9 9 / 30%);
    padding: 10px 15px;
}
.date-banner h3{
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    line-height:1.3;
}
.date-banner h3 span{
    display: inline-block;
    margin:0 7px;
}
.btn-1.btn-gradient {
    color: #fff;
    margin: 10px;
    background-image: linear-gradient(to right, #579be6 42%, #70D49E 100%);
}
#prework .btn-1.btn-gradient{
    color:#000099;
    background-image:linear-gradient(109.6deg, rgb(255 255 255) 11.2%, rgb(61 15 219) 100.2%)
}
#prework .btn-1.btn-gradient:hover{
    color:#fff;
    background-image:linear-gradient(109.6deg, rgb(255 255 255) 11.2%, rgb(61 15 219) 100.2%)
}
.btn-1{
    padding: 0 26px;
    background: #2f57ef;
    height: 42px;
    line-height: 42px;
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}
.btn-1.hover-icon-reverse .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-1.hover-icon-reverse .btn-text {
    display: inline-block;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
    margin-inline-start: -23px;
}
.radius-round{
    border-radius: 500px;
}
.btn-1.hover-icon-reverse .btn-icon {
    display: inline-block;
    transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
    transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.btn-1 i {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    top: 0;
    position: relative;
    font-size: 17px;
}
.btn-1.hover-icon-reverse .btn-text {
    display: inline-block;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
    margin-inline-start: -23px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
}
.noline-top .btn-1.hover-icon-reverse .btn-text, .bgimagebox .btn-1.hover-icon-reverse .btn-text{
    font-size: 12px;
}
.btn-1.hover-icon-reverse .btn-icon + .btn-icon {
    margin-inline-end: 0;
    margin-inline-start: 8px;
    display: inline-block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    opacity: 0;
    transform: translateX(-10px);
    transition-delay: 0s;
    order: -2;
}
.btn-1.btn-gradient:hover {
    background-color: inherit;
    background-position: 100% 0;
    transition: all 0.4s ease-in-out;
}
.btn-1:hover.hover-icon-reverse .btn-text {
    transition-delay: 0.1s;
    transform: translateX(23px);
}
.btn-1:hover.hover-icon-reverse .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px);
}
.btn-1:hover.hover-icon-reverse .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.225s;
}
.btn-1:hover.hover-icon-reverse .btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(10px);
}
.absl-div-countdown{
    position: absolute;
    width: 50%;
    top:-150px;
    padding: 40px 20px;
    z-index: 9;
}
.number{
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    text-shadow: -6px 4px 3px rgb(20 20 19 / 32%);
}
.text-coundown{
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 10px 12px 1px 12px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 8px;
}
.text-coundown p{
    color: #fff;
}
.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.flexbox .element {
    height: 100%;
}
.shadow-thumb {
    box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    padding: 7px;
    background: #fff;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.width-50 {
    width: 50%;
}
.sec-pad{
    padding-top: 80px;
    padding-bottom: 80px;
}
.shadow-thumb {
    box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    padding: 7px;
    background: #fff;
}
.sponsorinner{
    height: 400px;
    text-align: center;
}
.sponsorinner h3{
    font-size: 25px;
}
.sponsorinner h4{
    font-size: 20px;
}
.bg-patch:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 357px;
    background-color: #DDF2FD;
    z-index: 0;
}
.hanger-line::before {
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background-image: radial-gradient(ellipse at center, #2f57ef, rgba(255, 255, 255, 0) 70%);
}
.noline-top .hanger-line .line-here::before {
    content: "";
    width: 3px;
    height: 40px;
    background-image: linear-gradient(#2f57ef, rgba(255, 255, 255, 0));
    left: 50%;
    bottom: 100%;
    position: absolute;
    transform: translateX(-50%);
}
.hanger-line .line-here::before {
    content: "";
    width: 3px;
    height: 147px;
    background-image: linear-gradient(#2f57ef, rgba(255, 255, 255, 0));
    left: 50%;
    bottom: 100%;
    position: absolute;
    transform: translateX(-50%);
}
.hanger-line .line-here::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid #6ccca7;
    border-radius: 100%;
    left: 50%;
    bottom: calc(100% + 26px);
    transform: translateX(-50%);
    background: #f9f9ff;
}
.services-section {
    position: relative;
    overflow: hidden;
}
.rbt-counterup.border-bottom-gradient {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    height: 350px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 5px;
    padding: 10px 10px 45px 10px;
    text-align: center;
}
.hanger-line .arrow-btn {
    opacity: 1;
    height: 50px;
}
.rbt-counterup .inner .rbt-round-icon {
    margin-bottom: 20px;
    position: relative;
    background: #f4f7fb;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
}
.rbt-round-icon img {
    border-radius: 5px;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.titleh3{
    font-size: 18px;
    line-height: 1.3;
}
.hanger-line .line-here {
    position: relative;
    margin-top: 70px;
    height: auto;
}
.hanger-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 34px;
    background-image: radial-gradient(ellipse at center, #2f57ef, rgba(255, 255, 255, 0) 70%);
}
.hanger-line {
    position: relative;
}
.card-body{
    background: #fff;
    border: 0;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.packages .nav-item,.packages .nav-tabs{
    display: block;
}
.packages .nav-tabs .nav-link.active{
    background-color:#fff;
    color: #000;
    box-shadow:rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
 }
 .packages .nav-tabs .nav-link{
    color: #1465c0;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(234 244 249);
    box-shadow: rgba(0, 0, 0, 0.45) 2px 1px 2px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #c5d6df;
 }
 .packages .nav-tabs .nav-link:hover{
    color: #fff;
    background: linear-gradient(90deg, #075e5e 0%, #18539d 100%);
 }
 .azpackge-inner h4{
    font-weight: 700;
    color: #1465c0;
 }
.azpackge-inner .azli-1{
    background: #eaf4f9;
    padding: 15px 35px;
 }
.azpackge-inner .azli-1 li{
    margin-bottom: 10px;
    list-style: decimal;
}
.p-hightlight{
    color: #092268;
    font-weight: 500;
    margin-bottom: 7px;
}
.az-packages{
    height: 490px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 15px;
}
.az-packages::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #fff;
}
.az-packages::-webkit-scrollbar{
    width: 3px;
    background-color: #000;
}
.az-packages::-webkit-scrollbar-thumb{
    background-color: #1465c0;
}
.breaker-thumb-img img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    width: 100%;
}
.breaker-thumb-img {
    height: auto;
    overflow: hidden;
}
.bg-yellow-inner {
    padding: 0 35px 25px 35px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.box-iner {
    position: relative;
    border: 0;
    padding: 15px 20px 15px 10px;
    border-radius: 15px;
    margin-top: 35px;
}
.svg-icon-1 {
    position: absolute;
    height: 105%;
    display: block;
    margin: 0;
    width: 300px;
    top: -30px;
    right: 0;
    opacity: 1;
    background: #59C173;
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%);
    border-radius: 0;
}
.contactdetail .box-iner {
    margin-top: 15px;
    position: relative;
    border: 0;
    padding: 15px 20px 15px 10px;
    border-radius: 15px;
    padding-top: 0;
}
.contactdetail .imgleft {
    height: 55px;
    width: 55px;
    border-radius: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.opening-content {
    padding-left: 20px;
}
.contactdetail h4 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
}
.contactdetail .imgleft img {
    width: 25px;
    height: auto;
}
.contactdetail .opening-content a, .contactdetail .opening-content p {
    font-size: 15px;
    color: #000;
}
.h5-packages{
	font-size: 14px;
	font-weight: normal;
	color: #484747;
}
.packages #nav-tab{
	height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.event-slider.owl-drag .owl-item img{
    width: 100%;
    height: 270px;
    border:1px solid #ddd;
    border-radius: 15px;
      transition: transform .8s;
}
.event-slider.owl-drag .owl-item{
  padding: 20px;
}
.event-slider.owl-drag .owl-item.active.center img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border: 6px solid #ddd;
}
.event-slider{
  margin-top: 40px;
}
.event-slider .owl-stage-outer{
  padding-top: 30px;
  padding-bottom: 30px;
}
.events-section .event-slider .owl-nav button {
  background: rgb(95 122 199 / 75%);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 34%;
}
.price-h5{
    color: #000;
    font-size: 14px;
}
.events-section .event-slider .owl-nav button span{
    color: #fff;
}
.events-section .event-slider .owl-nav button.owl-prev{
  left: 0;
}
.events-section .event-slider .owl-nav button.owl-next{
  right: 0;
}
.events-section .event-slider .owl-nav {
  margin: 16px auto 0 auto;
  text-align: right;
}
.feature_style_eight_icon h2 p{
    color:#12158d;
}
.feature_style_eight_icon h2{
    font-size: 28px;
    padding:29px;
    color:#12158d;
}
.bgimagebox .gradient-background-inner{
    padding:50px 20px 30px 20px;
}
.bgimagebox .inner-element{
    min-height: 340px;
}
.gradient-background-inner{
    text-align: center;
    padding: 30px 20px 52px 20px;
    transition: background 0.4s;
    border-radius: 0;
    box-shadow: 12px 19px 62px 0px rgba(13, 52, 79, 0.07);
}
/*agenda*/
.ts-schedule-info {
  position: relative; }
  .ts-schedule-info ul {
    position: relative;
    text-align: center;
    border: none;
    min-height: 380px; }
    .ts-schedule-info ul li a {
      height: 245px;
      width: 245px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
      background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
      background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
      background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
      background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
      opacity: 0.502;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      color: #fff;
      padding: 100px 0; }
      .ts-schedule-info ul li a h3 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        opacity: .5; }
      .ts-schedule-info ul li a span {
        text-transform: uppercase;
        opacity: .5; }
    .ts-schedule-info ul li:nth-child(1) a {
      top: 140px;
      background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
      background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
      background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%); }
    .ts-schedule-info ul li:nth-child(2) a {
      left: 130px;
      top: -15px; }
    .ts-schedule-info ul li:nth-child(3) a {
      top: 100px;
      left: auto;
      right: 0;
      background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
      background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
      background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%); }
    .ts-schedule-info ul li a.active {
      -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
      opacity: 1;
      z-index: 2; }
      .ts-schedule-info ul li a.active h3,
      .ts-schedule-info ul li a.active span {
        opacity: 1; }

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; 
}
.aztabthree .schedule-listing .schedule-slot-time{
  padding: 12px;
  line-height: 45px;
  flex: 0 0 25%;
  max-width: 25%;
}
.aztabthree .schedule-listing .schedule-slot-info{
  padding: 20px;
}
.aztabthree .schedule-listing .schedule-slot-info .schedule-slot-title{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
  .schedule-listing .schedule-slot-time {
    background-image: linear-gradient(90deg, #075e5e 0%, #18539d 100%);
    color: #fff;
    text-align: center;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; }
    .schedule-listing .schedule-slot-time span {
      display: block;
      line-height: 26px; }
  .schedule-listing .schedule-slot-info {
    position: relative;
    padding: 35px 40px 35px 170px;
    border: 1px dashed #e5e5e5;
    border-left: none;
    width: 100%; }
    .schedule-listing .schedule-slot-info .schedule-slot-speakers {
      position: absolute;
      left: 40px;
      top: 0;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      bottom: 0;
      margin: auto; }
    .schedule-listing .schedule-slot-info .schedule-slot-title {
      font-size: 24px; }
      .schedule-listing .schedule-slot-info .schedule-slot-title strong {
        font-size: 14px;
        color: #888888;
        margin-left: 12px; }
    .schedule-listing .schedule-slot-info p {
      margin-bottom: 0; }
  .schedule-listing:hover .schedule-slot-title {
    color: #3b1d82; }
  .schedule-listing:nth-of-type(even) .schedule-slot-time {
    background: #59C173;
    background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
    background: linear-gradient(to right, #579be6 42%, #70D49E 100%); }
  .schedule-listing.launce .schedule-slot-time {
    padding: 40px 28px; }
  .schedule-listing.launce .schedule-slot-title {
    float: left;
    margin-bottom: 0; }
  .schedule-listing.launce .schedule-slot-info-content img {
    float: right; }

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px; }

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 90px; }
  .ts-schedule-nav ul {
    border: none; }
    .ts-schedule-nav ul li {
      margin: 0 3px; }
      .ts-schedule-nav ul li a {
        font-size: 12px;
        color: #222222;
        text-transform: uppercase;
        background: #f1f0f6;
        display: block;
        padding: 20px 50px;
        position: relative; }
        .ts-schedule-nav ul li a:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 15px 15px 0;
          border-color: transparent #e7015e transparent transparent;
          position: absolute;
          left: 0;
          bottom: -15px;
          content: '';
          opacity: 0;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease; }
        .ts-schedule-nav ul li a h3 {
          font-size: 24px;
          font-weight: 400;
          color: #222222;
          margin-bottom: 0;
          text-transform: capitalize; }
        .ts-schedule-nav ul li a.active {
          background: #e7015e;
          color: #fff; }
          .ts-schedule-nav ul li a.active h3 {
            color: #fff; }
          .ts-schedule-nav ul li a.active:before {
            opacity: 1; }

.schedule-tabs-item .schedule-listing-item {
  position: relative; }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-time {
    font-size: 14px;
    color: #e7015e;
    margin-bottom: 10px;
    display: block; }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-title {
    margin-bottom: 10px; }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-name {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 700;
    margin-bottom: 5px; }
  .schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
    position: absolute;
    top: 60px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
    background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
    background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%); }
  .schedule-tabs-item .schedule-listing-item:before {
    position: absolute;
    top: -30px;
    width: 2px;
    height: 100%;
    content: '';
    background: #f1f0f6;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
  .schedule-tabs-item .schedule-listing-item:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    border: 2px solid #e7015e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 80px;
    background: #fff; }
  .schedule-tabs-item .schedule-listing-item.schedule-left {
    padding: 60px 125px 20px 0;
    text-align: right;
    margin-top: 245px; }
    .schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
      right: 30px; }
    .schedule-tabs-item .schedule-listing-item.schedule-left:before {
      right: -17px; }
    .schedule-tabs-item .schedule-listing-item.schedule-left:after {
      right: -21px; }
  .schedule-tabs-item .schedule-listing-item.schedule-right {
    padding: 60px 20px 0px 125px;
    text-align: left; }
    .schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
      left: 30px; }
    .schedule-tabs-item .schedule-listing-item.schedule-right:before {
      left: -15px; }
    .schedule-tabs-item .schedule-listing-item.schedule-right:after {
      left: -19px; }
  .schedule-tabs-item .schedule-listing-item:hover:before {
    background: #e7015e; }
/* ageda end */
#second_col .gradient-background-inner{
    background-image: linear-gradient(90deg, #075e5e 0%, #18539d 100%);
}
.li_price {
    position: relative;
    padding-left: 0;
    width: 75%;
    margin: 0 auto;
}
.li_price li{
    padding-left: 0;
    text-align: center;
    color: #fff;
    list-style: none;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.inner-element h4{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}
.feature_style_eight_icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: .5s;
}
.anim-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-animation: service_hexagon 3s infinite linear;
    -moz-animation: service_hexagon 3s infinite linear;
    -o-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 60px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
    background: rgb(139 234 189 / 80%);
}
.feature_style_eight_icon img{
    width: 50px;
    height: 50px;
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.anim-icon .icon-3 {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 3s infinite linear;
    animation: zoom-fade-two 3s infinite linear;
    background: rgba(99, 119, 238, 0.8);
}
.anim-icon .icon-2 {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
    background: rgba(99, 119, 238, 0.8);
}
.bgimagebox:hover .feature_style_eight_icon {
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}
.bgimagebox:hover .feature_style_eight_icon {
    color: #fff;
}
.bgimagebox:hover .feature_style_eight_icon:before {
    background: rgba(12,90,219,0.80);
}
.bgimagebox:hover .anim-icon {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    /* animation-play-state: running; */
}
.social-socials li i {
    font-size: 24px;
    color: #ffffff;
    margin-left: 10px;
}
.bgimagebox .btn-1.btn-gradient{
    background: linear-gradient(to right, #316ea1 42%, #0f356a 100%);
}
service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@media (max-width: 1300px) {
    .rbt-counterup.border-bottom-gradient{
    height: auto;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .slidertext {
        width: 80%;
    }
    .contactfrom-slider{
        top: 48%;
    }
    .title-heading-left{
        line-height: 40px;
        font-size: 30px;
    }
    .ts-schedule-info ul li a{
        height: 160px;
        width: 190px;
        padding:30px 10px;
    }
    .bgimagebox .inner-element {
        min-height: 394px;
    }
}
@media (min-width: 220px) and (max-width: 991px) {
    .absl-div-countdown {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0;
    }
    .bgimagebox{
        margin:20px;
    }
    .contact-menu ul li:first-child a {
        border: 0;
        color: blue !important;
        display: inline-block;
        line-height: 30px;
    }
    .social-socials li i,.contact-menu ul li p{
        color:#000 !important;
    }
    .slidertext {
        width: 100%;
        text-align: center;
    }
    .headerfix{
        position: relative;
    }
    .flexbox {
        display: block;
    }
    .width-50{
        width: 100%;
    }
    .rbt-counterup.border-bottom-gradient{
        height: auto;
    }
    .ts-schedule-info ul{
        min-height: auto;
    }
    .ts-schedule-info ul li a,.ts-schedule-info ul li:nth-child(3) a,.ts-schedule-info ul li:nth-child(2) a,.ts-schedule-info ul li:first-child a{
        position: relative;
        top:0;
        left: 0;
        right:0;
        bottom: 0;
        height:100px; 
        width:auto;
        padding:10px;
    }
    .ts-schedule-info ul li a h3{
        font-size: 18px;
    }
    .schedule-listing .schedule-slot-info .schedule-slot-speakers {
        position: relative;
        left: 0;
    }
    .schedule-listing .schedule-slot-info {
        position: relative;
        padding: 20px;      
    }
    .schedule-listing .schedule-slot-time{
        padding: 10px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .aztabthree .schedule-listing .schedule-slot-time {
        padding: 12px;
        line-height: 25px;
        flex: 0 0 38%;
        max-width: 38%;
    }
    
}
@media (min-width: 220px) and (max-width: 576px) {
    .absl-div-countdown {
        position: relative;
        width: 100%;
        top: 0;
        padding: 30px 0 0 0;
        background: transparent;
    }
    .text-coundown{
        width: 65%;
        margin: 10px auto;
        background: #59C173;
        background: -webkit-linear-gradient(to right, #579be6 42%, #70D49E 100%);
        background: linear-gradient(to right, #579be6 42%, #70D49E 100%);
    }
    .sec-pad {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .title-heading-left {
        font-weight: bold;
        margin: 0;
        line-height: 25px;
        color: #ffffff;
        font-size: 25px;
    }
    .headerfix {
        margin: 0 auto;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .slidertext {
        width: 100%;
    }
    .contactfrom-slider {
        position: relative;
        top: 0;
        transform: none;
        z-index: 9;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../images/bg.jpg);
        background-size: cover;
        padding: 30px;
        text-align: center;
    }
    .flexbox {
        display: block;
    }
    .flexbox .width-50{
        width: 100%;
    }
    .rbt-counterup .inner .rbt-round-icon{
        border-radius: 0;
    }
    .titleh3{
        font-size: 25px;
    }
    .packages #nav-tab{
        height: 147px;
    }
    .rbt-counterup.border-bottom-gradient{
        height: auto;
    }
    .slidertext .text-bg-gradient {
        background: transparent;
        background: transparent;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: unset;
    }
    .contact-home .svg-icon-1{
        display: none;
    }
}