@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

* {
    margin: 0px;
    padding: 0px;

}

body {
    background-color: #F9FAFC;
    font-family: 'Inter', sans-serif;
}

.navbar{
    background-color: #F9FAFC;
}

.nav-link {
    font-weight: bold;
    font-size: 20px;
}
.navbar-nav>.nav-item>.active{
    border-bottom: 3px solid #8AD1DE;
}

/* #carouselExampleRide{
    height: 90vh;
} */

.carousel-caption {

    height: 75%;

    >h5 {
        font-size: 30px;
        font-weight: 800;
        font-family: 'Inter', sans-serif;
        margin: 60px 0px 20px 0px;
    }

    >h3 {
        font-family: 'Inter', sans-serif;
        font-size: 50px;
        font-weight: 900;
    }

    >p {
        font-family: 'Inter', sans-serif;
        margin-top: 30px;
        font-size: 17px;
    }
}

.countdown ul li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    list-style-type: none;
    padding: 5px;
    padding-right: 35px;

    >span {
        display: block;
        font-size: 30px;
    }
}

#carouselExampleRide {
    position: relative;

    >.timer {
        display: flex;
        justify-content: center;
        /* position: absolute; */
        bottom: 0%;
        cursor: pointer;

        >.box {
            cursor: pointer;


            >.gradientz {
                background-image: linear-gradient(to bottom right, #A4D6BA, #B4D9A4);
                margin-top: -20px;
                color: black;
                font-family: 'Inter', sans-serif;
                text-decoration: none;
                cursor: pointer;

            }

            >.gradient {
                background-image: linear-gradient(to bottom right, #A4D6BA, #B4D9A4);
                color: black;
                font-size: 35px;
                font-family: 'Inter', sans-serif;
                padding: 25px;
                text-decoration: none;
                cursor: pointer;
            }

            >.black {
                background-color: black;
                color: white;
                font-size: 35px;
                font-family: 'Inter', sans-serif;
                padding: 25px;
                text-decoration: none;
            }

        }
    }
}

.text {
    text-align: center;
    padding: 13px 10px 10px 20px;
    margin-top: -2px;

    >h2 {
        font-size: 30px;
    }

    >p {
        font-size: 10px;
    }
}

.about {

    >.title {
        font-family: 'Inter', sans-serif;
        font-weight: 800;
    }

    >.para {
        font-size: 16px;
        font-weight: 600;
        color: #4C4C4C;
    }
}

.social-icons {
    > .container-fluid a {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
    }

    >span {
        font-size: 20px;
        font-weight: 700;
    }
}

.about-pic {
    border: 5px solid #96D3CD;

}

.title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    
}

.exhibitors {
    >img {
        width: 500px;
    }

    .emc {
        width: 300px;
    }

    .pcb {
        width: 360px;
    }
}

.card {

    >.img {
        
        padding: 13px;
        border-radius: 5px;
        background-image: linear-gradient(to bottom, #A4D6BA, #B4D9A4);
        border: 1px solid black;
    }

    >.img2 {
        padding: 13px;
        border-radius: 5px;
        background-color: #DFDFDF;

    }

    >h5 {
        margin-left: 10px;
        font-size: 30px;
        margin-top: 10px;
        font-weight: 700;
        color: #96D3CD;
    }

    >p {
        margin-left: 10px;
        font-size: 15px;
        font-weight: 700;
        width: 200px;
        word-wrap: break-word;
    }
}

.explore-btn {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    background: linear-gradient(150deg, #85D0E4 5.95%, #B4D9A4 100%);
    padding: 20px 50px;
    border-radius: 8px;
    margin-top: 30px;
    transition: all 0.3s;
}

.explore-btn:hover {
    background: linear-gradient(100deg, #85D0E4 35.95%, #B4D9A4 100%);
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 45px;
}



/* conference */

.poster-title {
    font-weight: 700;
}

.poster-inner-title {
    font-weight: 700;
}

.poster-para {
    color: #4C4C4C;
    font-weight: 500;
}
.flower-box{
    width: 45%;
}
.flower{
    
    text-align: center;
    width: 12em;
    height: 12em;
}
.flower-selected{
background: linear-gradient(223deg, #8AD1DC 0%, #B4D9A4 100%);
}

.flower-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .flower-box {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    width: 14em;
    height: 14em;
    user-select: none;
    border: 3px solid #B4D9A4;
    border-image-slice: 1;

  }
  
  label {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    text-align: center;
    visibility: visible;
  }
  
  #topleft {
    border-radius:  264.5px 264.5px 0px 300px;
    color: black
  }
  
  #topright {
    border-radius: 300px 264.5px 264.5px 0px;
    color: black
  }
  
  #bottomleft {
    border-radius: 264.5px 0px 264.5px 300px;
    color: black
  }
  
  #bottomright {
    border-radius: 0px 264.5px 264.5px 300px;
    color: black
  }
  
  .selected {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  
  
  
  #topleft input[type="radio"]:checked ~ .selected {
    border-radius:  264.5px 264.5px 0px 300px;
    background: linear-gradient(223deg, #8AD1DC 0%, #B4D9A4 100%);
    border-image-slice: 1;
  }
  
  #topright input[type="radio"]:checked ~ .selected {
    border-radius: 300px 264.5px 264.5px 0px;
    background: linear-gradient(223deg, #8AD1DC 0%, #B4D9A4 100%);
    border-image-slice: 1;
  }
  
  #bottomleft input[type="radio"]:checked ~ .selected {
    border-radius: 264.5px 0px 264.5px 300px;
    background: linear-gradient(223deg, #8AD1DC 0%, #B4D9A4 100%);
    border-image-slice: 1;
  }
  
  #bottomright input[type="radio"]:checked ~ .selected {
    border-radius: 0px 264.5px 264.5px 300px;
    background: linear-gradient(223deg, #8AD1DC 0%, #B4D9A4 100%);
    border-image-slice: 1;
  }
  


.bgradient {
    background-image: url(../img/gradient\ pic.png);

    >.inside {
        background-image: linear-gradient(172deg, #85cfe476 5.95%, #B4D9A4 100%);

        >.title {
            color: #000;
            font-family: Inter;
            font-size: 64px;
            font-style: normal;
            font-weight: 700;
            text-transform: capitalize;
        }

        >.description {
            color: #000;
            font-family: Inter;
            font-size: 25px;
            font-weight: 800;
        }

        >.list {
            font-weight: 500;
            font-size: 15px;
            margin: 50px 0px 50px 0px;
        }

        >.link {
            margin-top: 20px;
	    float:bottom;
            background-color: #fff;
            color: #000;
            border: 4px solid black;
            border-radius: 8px;
            padding: 15px 50px;
            font-family: Inter;
            font-size: 25px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        >.link:hover {
            color: white;
            background-color: black;
        }
    }
}

.register {
    position: relative;

    >.title {
        color: #FFF;
        font-family: Inter;
        font-size: 54px;
        font-weight: 700;
        margin-top: 50px;
    }

    >div {
        margin-top: auto;

        >.link {
position: absolute;
bottom: 2%;
            margin-top:20px;            
	    background-color: transparent;
            color: #fff;
            border: 4px solid #fff;
            border-radius: 8px;
            padding: 15px 50px;
            font-family: Inter;
            font-size: 25px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        >.link:hover {
            color: #000;
            background-color: white;
        }
    }
}

.blink{
    animation: blink 1.5s linear infinite;
}

@keyframes blink{
    0%{
      opacity: 0;
    }
    25%{
        opacity: 1;
      }
    50%{
      opacity: 0;
    }
    75%{
        opacity: 1;
      }
    100%{
      opacity: 0;
    }
  }

.cardbox {
    margin-top: 50px;

    >.box {
        display: flex;
        max-width: 320px;
        max-height: 150px;
        border: 6px solid #D9D9D9;
        text-align: center;
        font-weight: 600;
        cursor: pointer;

        >.left {
            width: 45%;
            padding: 10px;
            background: linear-gradient(139deg, #89D0DC 0%, #B0D7A6 100%);

            >h5 {
                font-size: 13px;
            }

            >h4 {
                font-size: 30px;
            }
        }

        >.right {
            padding: 10px;
            background-color: white;

            >p {
                margin-top: 10px;
                font-size: 10px;
                color: #4C4C4C;
            }

            >h4 {
                font-size: 20px;
            }
        }
    }
}

.awards {
    >p {
        text-align: center;
        width: 80%;
        font-size: 20px;
        font-weight: 500;
    }
}

.award-bg {
    border-radius: 324px 327px 325px 0px;
    background: linear-gradient(145deg, #89D0DE 0%, #B2D8A5 100%);
}

.award {
    font-size: 20px;
    font-weight: 500;
    padding: 100px 200px;
    align-items: center;
}



.past-conference {
    >.container {
        padding: 50px;

        >p {

            width: 100%;
            font-size: 18px;
            font-weight: 500;
        }

        > div a {
            font-size: 20px;
            font-weight: 700;
            text-decoration: none;
            color: black;
            padding: 10px;
            border-radius: 8px;
            background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
            transition: linear 0.3s;

        }

        >div a:hover {
            background: linear-gradient(172deg, #85D0E4 35.95%, #c2f0ae 100%);

        }
    }
}

.card-swipe{
    min-width: 270px;
    margin: 6px;
    > h3{
        font-size: 18px;
        > span{
            font-size: 27px;
        }
    }
}



  /* width */
  .card-swiper::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  
  /* Track */
  .card-swiper::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  .card-swiper::-webkit-scrollbar-thumb {
    background: linear-gradient(175deg, #89D0DD 0%, #B1D7A6 100%);
    border-radius: 10px;
  }

.scroll-barz::-webkit-scrollbar {
    width: 2px;
   }


/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}





/*==================== 
  Widgets 
====================== */
.widget {
    padding: 20px;
    margin-bottom: 0px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget li {
    margin: 20px 0px;
}

.widget li a {
    color: #fff;
    text-decoration: none;
}

.widget li a:hover {
    color: #aaa;
}

.widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.widget-title span,
.footer-copyright span {
    background: #aaa none repeat scroll 0 0;
    display: block;
    height: 0.5px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.footer-copyright span {
    width: 95%;
    margin: auto;
}


.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

.btn {
    background-color: #ff8d1e;
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn.active {
    background: #4b92dc;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    background-color: #3e3e3e;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
}

.thumb-content ::before {
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    text-decoration: inherit;
    margin-left: 5px;
    color: #ffffff;
}



.testimonial {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;

    >img {
        border-radius: 324px 327px 325px 0px;
        background: linear-gradient(200deg, #89D0DE 0%, #B2D8A5 93.69%);
    }

    >h4 {
        color: #0C0C0C;
        font-family: Kanit;
        font-size: 32px;
        font-weight: 600;
    }

    >h5 {
        color: #979797;
        font-size: 20px;
        font-weight: 500;
    }

    >p {
        color: #0C0C0C;
        font-size: 15px;
        font-weight: 500;
    }
}

.active-testimonial {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight-d1 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight-d2 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}



/* whatsapp icon */
.whatsappz{
	position:fixed;
	width:50px;
	height:50px;
	top:6px;
	right:9px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:12px;
}

.whatsappz, .whatsappz:hover, i:hover, .service-item:hover .icon{
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: initial;
  }
  @-webkit-keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  animation-delay: 10s;
  }
  } 


  /*==================== 
contact 
====================== */

.page-title h2 {
    color: #297ABA;
    ;
    text-align: center;
    font-size: 24px;
        font-weight: 500;
    }

        .p-t-20 {
            padding-top:20px ;
        }
        .contact-details {
            /* border: 2px solid #787878
            ; */
            padding: 10px;
          }
          .custom-row-padding {
            padding: 10px;
          }
          .text-b-color{
            color:#297ABA ;
            padding: 50px 0px 50px 0px;
          }
          .reload-captcha{
            color:#297ABA ;
            text-decoration: none;

          }
        
 .form-group{
    background-color: linear-gradient(102.86deg, #85D0E4 -2.95%, #B4D9A4 92.3%);
    
 }
  .emaillink{
    text-decoration: none;
    color: black;
  }

  /* speakers start  */
 .card-text{
    font-size: 10px;
 }
 .cardz:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;;
  }
@media (max-width: 767px){
    .card-text{
        font-size: 20px;
     }
}


 /* user1 start here  */
.textwidth
{
    width: 50%;
}
 .yearwise_text_box {
    width: 25%;
    border-radius: 20px;
    padding: 10px 20px;
    background: linear-gradient(102.86deg, #85D0E4 -2.95%, #B4D9A4 92.3%);
    margin-bottom: 20px;
}
.yearwise_text_box h4 {
    text-align: center;
    font-size: 18px;
    color: #FFF ;
    margin-bottom: 5px;
    font-weight: 600;

}
.yearwise_text_box ul {
    padding: 0px;
    margin: 0px;
}
.yearwise_text_box ul li {
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    list-style: none;
    text-align: center;
    background-color: white;
    height: 40px;
    padding: 8px;

    
}
.yearwise_text_box ul li a{
    text-decoration: none;
    color: #297ABA;
}
.maindiv
{
    position: relative;
}
.yearwise_text_box{
 position: absolute;
 top:-1% ;
 left: 65%;
}



@media (max-width: 767px) {
    .textwidth
{
    width: 100%;
}
.yearwise_text_box{
    position: unset;
}
.yearwise_text_box {
    width: 75%;
    margin-left: 12%;
}
  }

@media screen and (max-width: 1173px) {
  .register {
        margin-bottom: 50px;

        >.title {
            color: #FFF;
            font-family: Inter;
            font-size: 54px;
            font-weight: 700;
            margin-top: 50px;
        }

        >div {
            margin-top: 20px;

            >.link {
position: static;
}}}
}


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

    
    .logo {
        width: 250px;
    }

    .carousel-caption {

        height: 90%;

        >h5 {
            font-size: 15px;
            font-weight: 800;
            font-family: 'Inter', sans-serif;
            margin: 17px 0px 10px 0px;
        }

        >h3 {
            font-family: 'Inter', sans-serif;
            font-size: 20px;
            font-weight: 900;
        }

        >p {
            font-family: 'Inter', sans-serif;
            margin-top: 10px;
            font-size: 8px;
        }
    }

    .countdown ul li {
        display: inline-block;
        font-size: 10px;
        text-align: center;
        list-style-type: none;
        padding: 2px;
        padding-right: 32px;

        >span {
            display: block;
            font-size: 25px;
        }
    }

    #carouselExampleRide {
        position: relative;

        >.timer {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            position: unset;
            bottom: 0%;

            >.box {


                >.gradientz {
                    background-image: linear-gradient(to bottom right, #A4D6BA, #B4D9A4);
                    color: black;
                    font-family: 'Inter', sans-serif;
                    text-decoration: none;
                    margin-top: 1px;
                }

                >.gradient {
                    background-image: linear-gradient(to bottom right, #A4D6BA, #B4D9A4);
                    color: black;
                    font-size: 25px;
                    font-family: 'Inter', sans-serif;
                    padding: 2px;
                    text-decoration: none;
                    >svg{
                        width: 20px;
                    }
                }

                >.black {
                    background-color: black;
                    color: white;
                    font-size: 25px;
                    font-family: 'Inter', sans-serif;
                    padding: 2px;
                    text-decoration: none;
                }

            }
        }
    }

    .text {
        text-align: center;
        background-image: linear-gradient(to bottom right, #A4D6BA, #B4D9A4);
        padding: 0px 5px 0px 5px;
        margin-top: 0px;

        >h2 {
            font-size: 10px;
            padding: 0px;
            margin: 1px;
        }

        >p {
            font-size: 5px;
            padding: 0px;
            margin-bottom: 6px;
        }
    }

    .flower-box{
        width: 100%;
    }
    .flower{
        width: 160px;
        height: 160px;
    }

    .exhibitors {
        >img {
            width: 150px;
        }

        .emc {
            width: 75px;
        }

        .pcb {
            width: 95px;
        }
    }

    .conference-pic {
        width: 80%;
    }

    .bgradient {

        .inside {
            >.title{
                font-size: 50px;
            }
            >.link {
                font-size: 15px;
                padding: 15px;
            }
        }
    }


    .register {
        margin-bottom: 50px;

        >.title {
            color: #FFF;
            font-family: Inter;
            font-size: 54px;
            font-weight: 700;
            margin-top: 50px;
        }

        >div {
            margin-top: 20px;

            >.link {
position: static;
                margin-top:20px;
                background-color: transparent;
                color: #fff;
                border: 4px solid #fff;
                border-radius: 8px;
                padding: 15px 50px;
                font-family: Inter;
                font-size: 25px;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.3s;
            }

            >.link:hover {
                color: #000;
                background-color: white;
            }
        }

        .reg-button {
            margin-top: 100px;

        }
    }

    .awards {
        >p {
            text-align: center;
            width: 80%;
            font-size: 20px;
            font-weight: 500;
        }
    }

    .award-bg {
        border-radius: 34px 37px 35px 0px;
        background: linear-gradient(145deg, #89D0DE 0%, #B2D8A5 100%);
    }

    .award {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 3px;
        margin: 0px;
        align-items: center;
    }

    .past-conference {
        >.container {
            padding: 20px;
            >p {
    
                width: 100%;
                font-size: 18px;
                font-weight: 500;
            }

            > div{
                margin: 20px;
                text-align: center;
            }
    
            > div a {
                text-align: center;
                font-size: 15px;
                font-weight: 700;
                text-decoration: none;
                color: black;
                padding: 8px ;
                border-radius: 8px;
                background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
                transition: linear 0.3s;
    
            }
    
            > div a:hover {
                background: linear-gradient(172deg, #85D0E4 35.95%, #c2f0ae 100%);
    
            }
        }
    }
}






/* abstract page */

.abstractdownload{
    text-decoration: none;
    font-weight: 500;
    text-align: end;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
}
.form-control {
    background-color: rgba(0, 0, 0, 0.25);
}
.program, .abstract{
    background-color: #F9FAFC;
    text-align: center;
    box-shadow: 10px 4px 20px 0px rgba(0, 0, 0, 0.25);
padding-bottom: 10px;
    > .title{
        font-size: 25px;
        color: #297ABA;
        font-weight: 400;
    }
}

.program-btns{
    background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
    min-width: 47%;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 10px;
    > a{
            color: #000;
            text-align: left;
            font-family: Inter;
            font-size: 15px ;
            font-style: normal;
            text-decoration: none;
            padding-left: 10px;
        }
    > a:hover{
        text-decoration: 2px underline;
    }
}

/* program page */


.day-btns .active{
border: 0px;
     background: linear-gradient(150deg, #85D0E4 5.95%, #B4D9A4 100%);
}



.program-link{
    > a{
        text-decoration: none;
        font-size: 20px;
    color: #2D7BB9;
    font-weight: 600;
    }
    > p{
        font-size: 17px;
    }
}


/* Registration page */

tbody .title{
    background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
}

.radio-inputz {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #EEE;
  box-sizing: border-box;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
  padding: 0.25rem;
  width: 300px;
  font-size: 14px;
}

.radio-inputz .radio {
  flex: 1 1 auto;
  text-align: center;
}

.radio-inputz .radio input {
  display: none;
}

.radio-inputz .radio .name {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: none;
  padding: .5rem 0;
  color: rgba(51, 65, 85, 1);
  transition: all .15s ease-in-out;
}

.radio-inputz .radio input:checked + .name {
  background-color: #fff;
  font-weight: 600;
}
  
/* past conference page */

.bg-date h5{
    font-size: 15px;
    background: linear-gradient(172deg, #85D0E4 5.95%, #B4D9A4 100%);
    padding: 5px 25px;
}

.onpage{
    background-color: #AED6B1;
    border-radius: 5px;
    color: #000;
}


/* form dropdown icon */
select.minimal {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15.1px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5px;
    background-repeat: no-repeat;
  }
  
  #carouselExampleRide
  > .timer
  >.box {
      cursor: pointer;
  }
  