@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,900,700italic,700,600italic,600,400italic);

/* Generic CSS */
body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

.buy-ticket .ticket-form {
    position: relative;
    padding: 20px 30px;
    background-color: #f7f7f7;
    z-index: 0 !important;
    margin-bottom: 40px;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

a { 
    -webkit-transition: all 300ms linear; 
    transition: all 300ms linear; 
    text-decoration: none;
}

a:hover { 
    -webkit-transition: all 300ms linear !important; 
    transition: all 300ms linear; 
    text-decoration: none; 

}

/* SDC HEADER */
.sdc-navs-h {
    background-color: #150428b3;
    width: 100%;
    box-shadow: 2px 2px 10px 2px #026a61b3;
    position: fixed;
    z-index: 1;
    top: 0;
    padding-right: 15px;
}
.sdc-navs {
    height: 118px;
   

}
.navbar-collapse  {
    height: 100%;
    padding: 0 20px;
    margin: 0px 0px;

}
.sdc-navs a.navbar-brand img {
    max-width: 175px !important;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both; /* Ensures the element stays in the final state after the animation ends */

}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(70px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.sdc-navs .navbar ul li a {
    color: #fff;
    padding: 0px 25px !important;
    letter-spacing: 1px;
    font-size: 18px;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both; /* Ensures the element stays in the final state after the animation ends */
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-70px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sdc-navs .navbar ul li a.active, .sdc-navs .navbar ul li a:hover, .sdc-navs .navbar ul li a:focus {
    color: #FEB630;
}
.sdc-navs .btn-outline-success {
    background-color:#FEB630;
    border-color: #FEB630;
    color: #fff;
}


/* SDC BANNER */
.sdc-banner {
    position: relative;
}
.sdc-banner .container-fluid {
    padding: 0 !important;
}

.sdc-banner .bannerimage {
    animation: wobble 3s ease-in-out alternate infinite;
  }
  
  @keyframes wobble {
    50% {
      border-radius: 0px 0px 30px 30px /
      0px 0px 70px 70px;
    }
    100% {
      border-radius: 0px 0px 70px 70px /
      0px 0px 120px 120px;
    }
  }
  /* .banner-logo::before {
    position: absolute;
    left: -25px;
    top: 50%;
    content: "";
    border-radius: 30px;
    transform-origin: 135px 0px;
    animation: orbit 8s linear infinite;
    width: 30px;
    height: 30px;
}
    .banner-logo::after {
    position: absolute;
    right: -25px;
    top: 50%;
    content: "";
    border-radius: 30px;
    transform-origin: -120px 0px;
    animation: orbit 8s linear infinite;
    width: 30px;
    height: 30px;
}
@keyframes orbit {
    0% {
      transform: rotate(0deg);
      background: #fff;
    }
    30% {
        transform: rotate(140deg);
        background: #62b530;
      }
      60% {
        transform: rotate(230deg);
        background: #1962ad;
      }
    100% {
      transform: rotate(360deg);
      background: #FEB630;
    }
  }
   */


  .banner-logo {
    position: absolute;
    top: 20%;
    right: 5%;
    max-width: 300px;
  }
  .banner-logo1 {
    position: absolute;
    top: 20%;
    left: 5%;
    max-width: 300px;
  }
  .banner-logo .pulse {
    animation: pulse 3s infinite;
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }
.sdc-caption {
    position: absolute;
    width: 60%;
    top: 20%;
    left: 20%;
    text-align: center;

}
.sdc-caption h1 {
   color: #FEB630;
    font-weight: 600;
    line-height: 50px;
    width: 60%;
    margin:0px auto;

}

@keyframes float {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}
.sdc-caption h2 {
    color: #fff;
    margin-bottom: 0px;
}
.sdc-caption h4 {
    color: #fff;
    margin-bottom: 20px;
}
#timer {
    display: flex;
    justify-content: center;
    line-height: 1;
    padding: 2px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-family: 'Titillium Web', cursive;
  }
  #days {
    font-size: 36px;
    color: #84221f;
    margin-right: 30px;
    border: 2px solid #84221f;
    padding: 30px;
    width: 130px;
    border-radius: 0px 15px 0px 15px;
    background:#ffffff9c;

  }
  #hours {
    font-size: 36px;
    color: #84221f;
    margin-right: 30px;
    border: 2px solid #84221f;
    padding: 30px;
    width: 130px;
    border-radius: 0px 15px 0px 15px;
    background:#ffffff9c;

  }
  #minutes {
    font-size: 36px;
    color: #84221f;
    border: 2px solid #84221f;
    padding: 30px;
    width: 130px;
    border-radius: 0px 15px 0px 15px;
    background:#ffffff9c;
    margin-right: 30px;

  }
  #seconds {
    font-size: 36px;
    color: #84221f;
    border: 2px solid #84221f;
    padding: 30px;
    width: 130px;
    border-radius: 0px 15px 0px 15px;
    background:#ffffff9c;

  }
  
  #days span, #hours span, #minutes span, #seconds span  {
    display: block;
    font-size: 18px;
    color: #000;
  }

  /* .sdc-banner::after {
    content: "";
    width: 50%;
    background-color: #fff;
    position: absolute;
    border-bottom: 70px solid #fff;
    bottom: -43px;
    transform: rotate(-4deg);
    right: -3px;
}
.sdc-banner::before {
    content: "";
    width: 50%;
    background-color: #fff;
    position: absolute;
    border-bottom: 70px solid #fff;
    bottom: -43px;
    transform: rotate(4deg);
    left: -3px;
} */
.sdc-policy-btn {
    margin: 0px 10px;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #ec167fba;
    color: #fff;
}
.sdc-anthology-btn {
    margin: 0px 10px;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #faac1da8;
    color: #fff;
}
.sdc-photos-btn {
    margin: 0px 10px;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #1c94d2b5;
    color: #fff;
}
.sdc-videos-btn {
    margin: 0px 10px;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #e34c1cb5;
    color: #fff;
}
.sdc-bulletin-btn {
    margin: 0px 10px;
    border-radius: 0px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #026a61b3;
    color: #fff;
}
.sdc-policy-btn:hover {
    border-radius: 15px 0px 15px 0px;
    background-color: #ec167f;
    color: #fff;
}
.sdc-anthology-btn:hover {
    border-radius: 15px 0px 15px 0px;
    background-color: #faaC1D;
    color: #fff;
}
.sdc-photos-btn:hover {
    border-radius: 15px 0px 15px 0px;
    background-color: #1c94d2;
    color: #fff;
}
.sdc-videos-btn:hover {
    border-radius: 15px 0px 15px 0px;
    background-color: #e34c1c;
    color: #fff;
}
.sdc-bulletin-btn:hover {
    border-radius: 15px 0px 15px 0px;
    background-color: #026a61;
    color: #fff;
}
/* Sidebar Navs */
/* .sidebar-nav {
    position: relative;
} */
.sdc-sidebar {
    background: rgb(103,10,207);
    background: radial-gradient(circle, rgba(103,10,207,1) 0%, rgba(52,7,101,1) 35%, rgba(67,29,108,1) 100%);
    color: #fff;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    transition: all 1s ease-in-out;
    overflow-y: auto;
    z-index: 1;
}

.sdc-sidebar.show {
    left: 0;
}

.sdc-sidebar .sidebar-header {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
/*.sdc-sidebar .sidebar-header img {
    max-width: 145px !important;
    animation: spin 12s linear infinite;
        }

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }*/
.sdc-sidebar .sidebar-header img {
    max-width: 145px !important;
        }
.sdc-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sdc-sidebar ul li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.sdc-sidebar ul li a {
    color: #fff;
}
.btn-style-three .btn-title {
    position: relative;
    line-height: 16px !important;
}

.sdc-sidebar ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.sdc-sidebar ul li:last-child {
    border-bottom: none;
}
.toggle-btn.current {
    position: absolute;
    top: 0%;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    z-index: 1;
    left: 0%; 
    transform: rotate(0deg); 
    transition: all 1s ease-in-out;
}
.toggle-btn.current .toggle-icon {
    width: 100%;
    animation: none;
}
.toggle-btn {
    position: fixed;
    top: 30%;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 30%;
    z-index: 1;
    left: -14%;
    transform: rotate(-90deg);
    transition: all 1s ease-in-out;
     
}
.toggle-btn.fixed {
    position: fixed;
}


.toggle-icon {
    background: rgb(103,10,207);
    background: linear-gradient(90deg, rgba(103,10,207,1) 0%, rgba(52,7,101,1) 35%, rgba(67,29,108,1) 100%);
    padding: 5px;
    margin-top: 0px;
    color: #fff;
    border-radius: 0px 0px 60px 60px;
    width: 40%;
    /* Set up the animation */
  animation: shake 4s ease;
  animation-delay: 5s; /* Delay before the shake starts */
  animation-iteration-count: infinite; /* Number of times the animation runs */
}

@keyframes shake {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(0px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(3px);
  }
}
    

.toggle-icon h4 {
    font-size: 20px;
    
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* About conference */
.rotate {
    animation: sink 3s ease-in-out infinite;
}

@keyframes sink {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
    

.sdc-about-conf {
    display: flex;
    margin: 35px 0px 35px 0px;
}
.sdc-about-conf h1 {
  background: -webkit-linear-gradient(#5709ad, #7937bf91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
  font-weight: 600;
}
.sdc-about-conf .conf-desc-main p {
    font-size: 18px;
}
.sdc-about-conf .conf-desc-main p strong {
    color: #FEB630;
}
.sdc-about-conf .conf-desc-main .read-more-btn {
    font-size: 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(#59711c, #74bd44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;

}

/* Dates to remember */
.sdc-rem-dates {
    padding: 50px 0;
    background: rgb(103,10,207);
    background: linear-gradient(90deg, rgba(103,10,207,1) 0%, rgba(52,7,101,1) 35%, rgba(67,29,108,1) 100%);

}
.sdc-rem-dates h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #FEB630;

}
.sdc-rem-dates .spec-dates li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 5px 20px;
    color: #fff;
}
.sdc-rem-dates .spec-dates li date {
    font-size: 18px;
}
/*SUB PAGES CSS*/
.page-title {
    z-index: 0 !important;
}


/* OUR SPONSORS */
.sdc-sponsors {
    padding: 50px 0px;
}
.sdc-sponsors h1 {
    background: -webkit-linear-gradient(#5709ad, #7937bf91);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;

}


/* Speakers */
.sp-title {
    /* background: -webkit-linear-gradient(#74bd44, #157bd1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #FEB630;
    margin-bottom: 50px;
    text-align: center;
}
.sdc-speakers-main {
    background: rgb(103,10,207);
    background: linear-gradient(90deg, rgba(103,10,207,1) 0%, rgba(52,7,101,1) 35%, rgba(67,29,108,1) 100%);

    padding: 50px 0;

}
.sdc-speakers .slick-slide {
    margin: 0px 20px;
    
}

.sdc-speakers .slick-slide img {
    width: 100%;
    border-radius: 100%;
}
.sdc-speakers .slick-slide h5 {
    color: #fff;
    margin-top: 10px;
}
.sdc-speakers .slick-slide h6 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.sdc-speakers .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.sdc-speakers .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.sdc-speakers .slick-list:focus
{
    outline: none;
}
.sdc-speakers .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.sdc-speakers .slick-slider .slick-track,
.sdc-speakers .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.sdc-speakers .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    display: flex;
    margin: 0px auto;
    align-items: center;
}
.sdc-speakers .slick-track:before,
.sdc-speakers .slick-track:after
{
    display: table;
    content: '';
}
.sdc-speakers .slick-track:after
{
    clear: both;
}
.sdc-speakers .slick-loading .slick-track
{
    visibility: hidden;
}

.sdc-speakers .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.sdc-speakers .slick-slide img
{
    display: block;
}
.sdc-speakers .slick-slide.slick-loading img
{
    display: none;
}
.sdc-speakers .slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    text-align: center;
}
.sdc-speakers .slick-initialized .slick-slide h4 {
    margin-top: 20px;
}
.sdc-speakers .slick-loading .slick-slide
{
    visibility: hidden;
}
.sdc-speakers .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.sdc-speakers .slick-arrow.slick-hidden {
    display: none;
}


/* Media Quieries Starts Here */

@media (min-width: 320px) and (max-width: 576px) { 
    header {
        box-shadow: 2px 2px 10px 2px #026a61b3;
        position: fixed;
    
    }
    .sdc-about-conf .conf-desc-main .read-more-btn {
        margin-bottom: 0px;
    }
    .sdc-sidebar {
        width: 200px;
    }
    .sdc-sidebar ul li a {
        font-size: 12px;
    }
    .sdc-sidebar ul li i {
        font-size: 12px !important;
    }

    .sdc-navs .navbar-toggler {
        background-color: #7d177d;
        border: 2px solid #ccc;
        padding: 10px;
    }
    .sdc-navs .navbar-toggler-icon {
        display: block;
        width: 1.5em;
        height: 3px;
        background-size: 100%;
        background-color: #ccc;
        margin: 6px 0px;
    }
    .sdc-navs .navbar {
        z-index: 1;
    }
    .navbar-collapse {
        border-top: 1px dashed #ccc;
        margin: 17px 0px;
        background: #5a4e68de;
    }
    .sdc-navs .navbar ul li a {
        padding: 7px 0px !important;
    }
    .sdc-banner {
        top: 118px;
    }
    .sdc-caption h2 {

        font-size: 12px;
    }
    .sdc-policy-btn {
        margin: 0px 0px;
        padding: 10px 5px !important;
    }

        .sdc-caption {
        width: 84%;
        top: 5%;
        left: 8%;
    }
    .sdc-caption h1 {
        line-height: 19px;
        font-size: 14px;
    }
   
    .sdc-btns {
        width: 99%;
        margin-top: 5px;
        display: inline-flex !important;
        justify-content: center !important;

    }
    .sdc-caption ul li {
        width: 45%;
        padding: 4px 0;
        display: inline-table;
    }
    .sdc-caption ul li a {
        font-size: 9px !important;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 1px !important;
        line-height: 12px;
    }
    #days {
        font-size: 14px;
        color: #db4844;
        margin-right: 30px;
        border: none;
        padding: 12px;
        width: 100px;
        border-radius: 0px 15px 0px 15px;
        height:75px;
    }
    #hours {
        font-size: 14px;
        color: #f07c22;
        margin-right: 30px;
        border: none;
        padding: 12px;
        width: 100px;
        height:75px;
        border-radius: 0px 15px 0px 15px;

    }
    #minutes {
        font-size: 14px;
        color: #f6da74;
        border: none;
        padding: 12px;
        width: 100px;
        border-radius: 0px 15px 0px 15px;
        height:75px;
        
    }
    #days span, #hours span, #minutes span  {
        display: block;
        font-size: 12px;
        color: #fff;
    }
    #timer {
        margin: 1px 0px;
        padding: 0px;
        line-height: 12px;
    }
    .toggle-btn {
        top: 50%;

    }
    .sdc-about-conf {
        text-align: center;
    }
    .sdc-about-conf {
        display: flex;
        margin: 165px 0px 50px 0px;
    }
    .sdc-about-conf img {
        max-width: 350px;
        margin: 30px 0px;
    }
    .conf-desc-main {
        padding: 0 !important;
    }
    .sdc-banner img {
        animation:none;
    }
    .sdc-btns {
        margin-top: 7px !important;
        display: inline-flex !important;
        justify-content: center !important;
    }
    .sdc-rem-dates .spec-dates h5 {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li {
        padding: 0;
    }
    .sdc-rem-dates .spec-dates li date {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li i {
        display: none;
    }
    .sdc-speakers .slick-slide h5 {
        font-size: 16px;
    }
    .sdc-speakers .slick-slide h6 {
        font-size: 13px;
    }
    .sdc-about-conf .conf-desc-main p {
        font-size: 14px;
    }
    .toggle-icon {
        width: 70%;
    }
    .toggle-icon h3 {
        font-size: 12px;
    }
    .toggle-icon h4 {
        font-size: 14px;
    }
    .toggle-btn {
        left: -15%;
        width: 35%;
        
    }
     .banner-logo {
        position: absolute;
        top: 10%;
        right: 5%;
        max-width: 90px;
    }
    .banner-logo1 {
        position: absolute;
        top: 12%;
        left: 5%;
        max-width:90px;
    }

    .sdc-caption h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .sdc-caption h1 {
        line-height: 15px;
        padding: 5px 0 !important;
    }
}
@media (min-width: 515px) and (max-width: 576px) { 
    .sdc-caption h1 {
        font-size: 20px;
        line-height: 24px !important;
    }

}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
    header {

        box-shadow: 2px 2px 10px 2px #026a61b3;
        position: fixed;
    
    }

    .sdc-caption h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .sdc-navs .navbar-toggler {
        background-color: #7d177d;
        border: 2px solid #ccc;
        padding: 10px;
    }
    .sdc-navs .navbar-toggler-icon {
        display: block;
        width: 1.5em;
        height: 3px;
        background-size: 100%;
        background-color: #ccc;
        margin: 6px 0px;
    }
    .sdc-navs .navbar {
        z-index: 1;
    }
    .navbar-collapse {
        border-top: 1px dashed #ccc;
        margin: 17px 0px;
        background: #5a4e68de;
    }
    .sdc-navs .navbar ul li a {
        padding: 7px 0px !important;
    }
    .sdc-banner {
        top:118px;
    }
    .sdc-caption h2 {

        font-size: 12px;
    }
    .sdc-caption {
        width: 98%;
        top: 5%;
        left: 1%;
    }
    .banner-logo {
        position: absolute;
        top: 10%;
        right: 5%;
        max-width: 100px;

    } 
    .banner-logo1 {
        position: absolute;
        top: 12%;
        right: 5%;
        max-width: 100px;
    } 
    .sdc-caption h1 {
        font-size: 20px;
        line-height: 28px;
        padding: 5px 0 !important;
    }
    .sdc-caption h2 {
        margin-bottom: 10px;
    }
    .sdc-btns {
        width: 100%;
        margin-top: 5px;

    }
    .sdc-caption ul li {
        width: 30%;
        float: left;
        padding: 10px 0;
    }
    .sdc-caption ul li a {
        font-size: 12px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #days {
        font-size: 14px;
        color: #db4844;
        margin-right: 30px;
        border: 2px solid #db4844;
        padding: 8px;
        width: 70px;
        line-height: 16px;
        height:55px; 
    }

    #hours {
        font-size: 14px;
        color: #f07c22;
        margin-right: 30px;
        border: 2px solid #f07c22;
        padding: 8px;
        width: 70px;
        line-height: 16px;
        height:55px;

    }
    #minutes {
        font-size: 14px;
        color: #f6da74;
        border: 2px solid #f6da74;
        padding: 8px;
        width: 70px;
        line-height: 16px;
        height:55px;
    }
    #days span, #hours span, #minutes span  {
        display: block;
        font-size: 12px;
        color: #fff;
    }
    #timer {
        display: inline-flex;
        margin: 0px 0px;
        padding:3px 0 !important;
    }
    .toggle-btn {
        top: 50%;
        left: -13%;

    }
    .sdc-about-conf {
        text-align: center;
    }
    .sdc-about-conf {
        display: flex;
        margin: 100px 0px 50px 0px;
    }
    .sdc-about-conf img {
        max-width: 350px;
        margin: 30px 0px;
    }
    .conf-desc-main {
        padding: 0 !important;
    }
    .sdc-banner img {
        animation:none;
    }
    #toggle-btn.fixed {
        top: 84px;
    }
    .sdc-btns {
        margin-top: 5px !important;
    }
    .sdc-rem-dates .spec-dates h5 {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li {
        padding: 0;
    }
    .sdc-rem-dates .spec-dates li date {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li i {
        display: none;
    }
    .sdc-speakers .slick-slide h5 {
        font-size: 16px;
    }
    .sdc-speakers .slick-slide h6 {
        font-size: 13px;
    }
    .sdc-about-conf .conf-desc-main p {
        font-size: 14px;
    }
    .toggle-icon {
        width: 90%;
    }
    .toggle-icon h3 {
        font-size: 16px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    header {

        box-shadow: 2px 2px 10px 2px #026a61b3;
        position: fixed;
    
    }
    .toggle-btn {

        left: -13%;
    }

    .sdc-navs .navbar-toggler {
        background-color: #7d177d;
        border: 2px solid #ccc;
        padding: 10px;
    }
    .sdc-navs .navbar-toggler-icon {
        display: block;
        width: 1.5em;
        height: 3px;
        background-size: 100%;
        background-color: #ccc;
        margin: 6px 0px;
    }
    .sdc-navs .navbar {
        z-index: 1;
    }
    .navbar-collapse {
        border-top: 1px dashed #ccc;
        margin: 17px 0px;
        background: #5a4e68de;
    }
    .sdc-navs .navbar ul li a {
        padding: 7px 0px !important;
    }
    .sdc-banner {
        top: 118px;
    }
    .sdc-caption h2 {

        font-size: 16px;
    }
    .sdc-caption {
        width: 100%;
        top: 2%;
        left: 0%;
    }
    .sdc-caption h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .sdc-caption h2 {
        margin-bottom: 10px;
    }
    .banner-logo {
        max-width: 120px;
        top: 10%;
    }
    .banner-logo1 {
        max-width: 120px;
        top: 10%;
    } 
    .sdc-caption h4 {
        font-size: 20px;
    }
    .sdc-btns {
        width: 100%;
        margin-top: 5px;

    }
    .sdc-caption ul li {
        width: 30%;
        float: left;
        padding: 10px 0;
    }
    .sdc-caption ul li a {
        font-size: 12px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #days {
        font-size: 24px;
        color: #db4844;
        margin-right: 30px;
        border: 2px solid #db4844;
        padding: 12px;
        width: 90px;
        border-radius: 0px 15px 0px 15px;
        height:60px;
    }
    #hours {
        font-size: 24px;
        color: #f07c22;
        margin-right: 30px;
        border: 2px solid #f07c22;
        padding: 12px;
        width: 90px;
        height:60px;
        border-radius: 0px 15px 0px 15px;

    }
    #minutes {
        font-size: 24px;
        color: #f6da74;
        border: 2px solid #f6da74;
        padding: 12px;
        width: 90px;
        border-radius: 0px 15px 0px 15px;
        height:60px;
        
    }
    #days span, #hours span, #minutes span  {
        display: block;
        font-size: 16px;
        color: #fff;
    }
    #timer {
        display: inline-flex;
        margin: 10px 0px;
    }
    .toggle-btn {
        top:50%;

    }
    .toggle-icon {
        width: 60%;
    }
    .toggle-icon h3 {
        font-size: 16px;
    }
    .sdc-about-conf {
        text-align: center;
    }
    .sdc-about-conf {
        display: flex;
        margin: 110px 0px 50px 0px;
    }
    .sdc-about-conf img {
        max-width: 350px;
        margin: 30px 0px;
    }
    .conf-desc-main {
        padding: 0 !important;
    }
    .sdc-banner img {
        animation:none;
    }
    #toggle-btn.fixed {
        top: 84px;
    }
    .sdc-btns {
        margin-top: 7px !important;
    }
    .sdc-rem-dates .spec-dates h5 {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li {
        padding: 0;
    }
    .sdc-rem-dates .spec-dates li date {
        font-size: 14px;
    }
    .sdc-rem-dates .spec-dates li i {
        display: none;
    }
    .sdc-speakers .slick-slide h5 {
        font-size: 16px;
    }
    .sdc-speakers .slick-slide h6 {
        font-size: 13px;
    }
    .sdc-about-conf .conf-desc-main p {
        font-size: 14px;
    }
 }


/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and  (max-width:1199px){ 


    .sdc-navs .navbar ul li a {
        padding: 0px 9px !important;
        letter-spacing: 0px;
        font-size: 12px;
    }
    .sdc-caption h4 {
      font-size: 20px;
    }
    .banner-logo {
        top: 30%;
        right: 3%;
        max-width: 160px;
    }
    .banner-logo1 {
        top: 30%;
        left: 3%;
        max-width: 160px;
    }
    .sdc-caption {
        width: 92%;
        top: 20%;
        left: 16%;
    }
    .sdc-caption h2 {
        font-size: 14px;
    }
    .sdc-caption h1 {
        font-size: 36px;
        color: #FEB630;
        line-height: 40px;
        width: 80%;
        margin-top:15px;
    }
    .toggle-btn {

        left: -13.3%;
    }
    /* .sdc-policy-btn {

        font-size: 14px;
    } */
    .sdc-caption {
        width: 68%;
        top: 28%;
    }
    #timer {
          margin-top: 0px;
          padding:0px;
    }
    #days {
        font-size: 24px;
        padding: 10px;
        width: 100px;
        height:60px;
        line-height:22px;
    }
    #hours {
        font-size: 24px;
        padding: 10px;
        width: 100px;
        height:60px;
        line-height:22px;
    
    }
    #minutes {
        font-size: 24px;
        padding: 10px;
        width: 100px;
        height:60px;
        line-height:22px;
        
    }
    #days span, #hours span, #minutes span  {
        font-size: 14px;
    }
    .toggle-btn {
        top:30%;
    }
    .toggle-icon {
        width: 50%;
    }
    .toggle-icon h3 {
        font-size: 16px;
    }
    #toggle-btn.fixed {
        top: 94px;
    }
 }

 /* // X-Large devices (large desktops, 1200px and up) */
 @media (min-width: 1199px) and (max-width:1399px) { 
    .sdc-caption {
        width: 94%;
        top: 24%;
        left: 3%;
    }
    .sdc-navs .navbar ul li a {
    padding: 0px 15px !important;
    letter-spacing: 1px;
    font-size: 14px;
}
     .sdc-caption h2 {
        font-size: 16px;
    }
    .sdc-caption h4 {
        font-size: 20px;
    }
    .toggle-icon h4 {
        font-size: 18px;
    }
    .toggle-btn.current {
        left: 10.7% !important;
    }
    .sdc-caption h1 {
        font-size: 42px;
        margin-top:7px;
    }
    
    .pb-3 {
        padding-bottom: 0rem !important;
    }
    
    #timer {
        margin-top: 0px;
    }
    #days {
        font-size: 30px;
        padding: 7px;
        width: 110px;
        height:65px;
    }
    #hours {
        font-size: 30px;
        padding: 7px;
        width: 110px;
        height:65px;
    
    }
    #minutes {
        font-size: 30px;
        padding: 7px;
        width: 110px;
        height:65px;
        
    }
    #seconds {
        font-size: 30px;
        padding: 7px;
        width: 110px;
        height:65px;
        
    }
    .banner-logo {
        top: 22%;
        right: 3%;
        max-width: 168px;
    }
    .banner-logo1 {
        position: absolute;
        top: 29%;
        left: 4%;
        max-width: 190px;
    }

    .sdc-navs .navbar ul li a {
        letter-spacing: 0px;
        font-size: 14px;
    }
 
    .toggle-btn {
        top: 30%;
    }
    .toggle-icon {
        width: 40%;
    }
    #toggle-btn.fixed {
        top: 95px;
    }
    }


 /* // XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px)  and (max-width:1600px) { 

    .sdc-btns {
        margin-top: 0px !important;
    }
    .sdc-caption {
        width: 66%;
        left: 17%;
        top: 18%;
    }
    .banner-logo {
        top: 23%;
        right: 3%;
        max-width: 200px;
    }
    .banner-logo1 {
        top: 23%;
        left: 3%;
        max-width: 200px;
    }
    #timer {
        margin-top: 0px;
        padding:0px;
    }
    #days {
       font-size: 36px;
        padding: 20px;
        width: 110px;
        line-height: 24px;
        height: 80px;
    }
    #hours {
        font-size: 36px;
        padding: 20px;
        width: 110px;
        line-height: 24px;
        height: 80px;

    }
    #minutes {
        font-size: 36px;
        padding: 20px;
        width: 110px;
        line-height: 24px;
        height: 80px;
        
    }

 }


 





