@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');


body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  overflow-x: hidden;
  font-size: 13px;
}

.navbar {
  z-index: 111;
  position: fixed;
  background-color: white;
  border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  left: 5%;
  right: 6%;
   box-shadow: 5px 5px 5px #606060;


}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin-left: auto;
}


.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 4px 12px 4px;
  white-space: nowrap;
  /*     text-transform: uppercase; */

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav.show>.nav-link {
  color: #fdd685 !important;
  transition: 0.6s;
  background: transparent;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000000 !important;
  /*    background: #F58021;*/
}

.dropdown-menu {
  background-color: #0072bb;
  /*  border: 0px solid #0b0d3e; */
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  margin: 0;
  min-width: 10.5rem;
  padding: 0;
  border-radius: 8px;
}



.dropdown-item {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
  padding: 12px 20px;
  font-weight: 500;
  transition: 0.8s;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  font-size: 14.6px;
  background-color: transparent;
  font-weight: 500;
}

.message {
  background-attachment: inherit;
  background-size: contain;
  padding: 30px 0px;
  background-repeat: no-repeat;
}

.committee {
  text-align: center;
  padding: 20px 0px;
}

.committee h3 {
  font-size: 20px;
  margin: 0px 0px;
  font-family: 'Raleway', sans-serif;
  display: block;
  padding: 0px 4px;
  background: -webkit-linear-gradient(135deg, #122d86, #122d86);
  background: linear-gradient(135deg, #122d86, #122d86);
  background-clip: text;
  font-weight: 500;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.committee h6 {
  margin: 0;
  padding-top: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #0072bb;
}

.committee p {
  font-size: 13px;
  color: #020202;
  font-weight: 400;
  margin-top: 7px;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.committeeimg {
  width: 185px !important;
  margin: auto;

}

.committeeimg1 {
  width: 185px !important;
  margin: auto;

}

.committeeimg2 {
  width: 164px !important;
  margin: auto;

}

.execommittee {
  padding: 50px 0px;
  text-align: center;
}

.slidehead {
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 65px;
  font-weight: 900;
  letter-spacing: 2px;
}

.slidecontent {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

.carousel-caption {
  bottom: 25%;
}



.inner-top { margin-top:100px; }


.icon-box {
  padding: 10px 17px;
  position: relative;

  background-image:url(../img/count-background.jpg);
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 48px;
}
.hr{
  text-align: center;
  display: block;
  margin: auto;
  color: #fff;
  border: 0;
  /*! border-top: var(--bs-border-width) solid; */
  opacity: .55;
}




    .countdown {
  display: flex;
  
    border:soli thin #bbbbbb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 50rem;

  margin: 0 auto;
  
  
}

.countdown__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 25%;
  /*margin-bottom: 1rem;*/

// Instead of a modifier one could use a pseudo-class:
//   &:first-child {
//     width: 100%;
//   }
  
//   &:not(:first-child) {
//     flex: 1;
//   }
}

.countdown__item--large {
  flex: auto;
  width: 100%;
  font-size: 2.75em;
}

.countdown__timer {

    
    border: 1px rgb(0, 0, 0);
    /* border-radius: 2px; */
   
    font-size: 2.5em;


   font-weight: bold;
    text-align: center;
  color: #ffffff;

}

.countdown__label {
  text-align: center;
    font-size: 17px;
    padding-top: 1px;
    color: #ffffff;
    
}
  
  .countdown__item--large & {
    &:before,
    &:after {
      content: '';
      display: block;
      height: 1px;
      background-image: linear-gradient(
        left,
        rgba(0, 0, 0, 0), 
        rgba(0, 0, 0, .4),
        rgba(0, 0, 0, 0));
    }

  }





.minebtn {
    position: relative;
    margin-top: 15px;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 29px;
    background: #d10a0a;
    transition: .3s;
}

.minebtn:hover {
    position: relative;
    margin-top: 15px;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 29px;
    transition: .3s;
   color: #ffffff;
    background: #11aaca;
}






.footer-20192 {
  position: relative;
  color: #fff;
 
  background-color: #141d2a; }
  .footer-20192 .container {
    position: relative; }



  .footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }



  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }



    .footer-20192 .links li a {
      color: #ffffff; }




      .footer-20192 .links li a:hover {
        color: #fff; }





  .footer-20192 .social li {
    display: inline-block;
    position: relative; }




    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #8186d5;
      color: #fff; }
      .footer-20192 .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }





  .footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #666873; }




  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #0072bb;
    top: -104px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }








.welcomemsg {
  padding: 36px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0c2a80, #024ec5);
}

.welcomemsg p {
  color: #ffffff;
}


.mainheader {
  font-size: 40px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  background: linear-gradient(#0072bb, #50a7df);
  /*   background: linear-gradient(135deg, #ff6e41, #ad2900); */
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.mainheader1 {
  font-size: 31px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  background: linear-gradient(#ff6e41, #ad2900);
  /*   background: linear-gradient(135deg, #ff6e41, #ad2900); */
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.4px;
}

.mainheader2 {
  font-size: 23px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  background: linear-gradient(#ff6e41, #ad2900);
  /*   background: linear-gradient(135deg, #ff6e41, #ad2900); */
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.4px;
}

.subheader {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  background: -webkit-linear-gradient(135deg, #fd7d56, #fc2372);
  background: linear-gradient(135deg, #fd7d56, #fc2372);
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  line-height: 40px;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.venueimg {
  padding: 4px;
  background: linear-gradient(135deg, #fd7d56, #fc2372);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;

}


.headtop {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 500;
}


/* button {
    margin: 0em;
    width: 10em;
    background: linear-gradient(135deg,#fd7d56,#fc2372);
    color: rgb(255, 255, 255);
    font-size: 1.05em;
    border: none;font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
} */

.button {
  /* background-color: #050504; */
  /* Green */
  border: none;
  color: #ffffff;
  padding: 9px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #1896e7, #0072bb);

}

.button1 {
  /* background-color: #050504; */
  /* Green */
  border: none;
  color: #ffffff;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #f33f26, #761f01);

}

/* .button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
} */

.button2:hover {
  background: linear-gradient(to top, #022060, #0072bb);
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  color: #ffffff;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.btn-1 {
  margin: 0em;
  letter-spacing: 1px;
  padding: 10px 24px;
  background: #3b449b;
  border: 2px solid #fddfa2;
  color: rgb(255, 255, 255);
  font-size: 1.05em;
  font-size: 14px;
  border-radius: 5px;
  transition: 3s;
  font-weight: 500;
}

.btn-1:hover {
  background: #fcca74;
  cursor: pointer;
  text-decoration: none;
  color: #262e7a;
  font-weight: 500;
  border: 2px solid #3b449b;
}



.owl-carousel .owl-nav {
  position: absolute;
  top: 46%;
  width: 100%;
  z-index: 111;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -28px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1896e7, #0072bb);
  padding: 10px 18px !important;
  border-radius: 50%;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  border: 0;
}

.owl-carousel .owl-nav button.owl-prev span:before,
.owl-carousel .owl-nav button.owl-next span:before {
  font-size: 30px;
  padding: 10px 18px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav button.owl-prev {
  left: -0px;
}

.owl-carousel:hover .owl-nav button.owl-next {
  right: -0px;
}


.venue {
  padding: 50px 0px;
  text-align: center;
}

.abstract {
  padding: 50px 0px;
  text-align: center;
}

.page {
  padding: 50px 0px;
}

.abstractgrid {
  background: #3b449b;
  padding: 1px;
  margin: 13px 0px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.abstractgrid1 {
  background: #3b449b;
  padding: 40px;
  margin: 13px 0px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  font-weight: 800;
  font-size: 23px;
}

.abstractimg {
  width: 100%;
}

.abstractgrid h4 {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0px 0px;
  font-weight: 500;
}

.abstractgrid p {
  color: #cccccc;
}

.textreg {}

.textreg span {
  font-weight: 600;
}

.table td,
.table th {
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.tblheader {
  background-image: linear-gradient(to right, #df5133, #b22912);
  font-size: 14px;
  padding: 6px;
  color: #ffffff;
}

.pageheader {
  position: relative;
}

.pageheaderline {
  font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 48%;
  margin: auto;
  font-size: 44px;
  left: 10%;
  text-align: left;
  right: 0;
}

.pageheaderline h2 {
  background: #ffffff;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px !important;
  font-weight: 700;
  background: linear-gradient(#ff6e41, #ad2900);
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  display: inline-block;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.bgpageheader {
  left: 0;
  position: absolute;
  margin-top: -4%;
}




.registeration {
  padding: 50px 0px;
  text-align: center;
  margin-top: -35px;
}

.RegPackages {
  background: #3b449b;
  padding: 40px 29px;
  margin: 20px 0px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.35%);
  border: 3px ridge #fdd98d;
}

.regpackhead {
  font-size: 27px;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  font-weight: 600;
  background: linear-gradient(#fcc553, #ffffff);
  background-clip: text;
  line-height: normal;
  margin-top: 0;
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px 10px 0px;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.regpacktext {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.regpackprice {
  font-weight: 900;
  font-size: 48px;
  line-height: 40px;
  color: #ffffff;
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
  background: linear-gradient(#ff6e41, #ad2900);
  padding: 13px 20px;
  /* text-shadow: 1px 1px 1px rgb(255 255 255 / 60%); */
  /*  background-image: url(../img/regpackbg.png); */
  background-size: contain;
  font-weight: 600;
  font-size: 17px;
  background-repeat: no-repeat;
  background-position: center top;
}

.nav-pills .nav-link {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #ea4825;
}

footer {
  /*  background: #262e7a; */
  background: linear-gradient(to top, #003252, #003252);
  background-position: bottom center;
  padding: 59px 0px 2px;
  background-size: cover;
  background-repeat: no-repeat;
}

footer h3 {
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  display: inherit;
  color: #ffffff;
  line-height: normal;
  margin-top: 0;
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px 10px 0px;
  font-weight: 700;
  letter-spacing: 0.5px;

}

footer p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
}

footer p a {
  color: #ffffff;
  font-weight: 500;
}

footer p a:hover,
footer p a:active,
footer p a:focus {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

footer ul {
  list-style: none;
  padding-left: 0px;
}

footer ul li a i {
  font-size: 12px;
  padding-right: 6px;
  display: inline-block;
  background: linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .6s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer ul li a {
  color: #ffffff;
  font-size: 13px;
  transition: .6s;
  font-weight: 500;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  color: #ffffff;
  text-decoration: none;
}

#pageYOffset {
  position: fixed;
  right: 0;
  padding: 10px;
  color: #fff;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.3);
}

#position {
  display: none;
}

#goTop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  font-size: 18px;
  transform: translateY(-50%);
  padding: 8px 16px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
  background: linear-gradient(135deg, #0072bb, #0072bb);
  border: none;
  opacity: 0 !important;
  border-radius: 50%;
  transition: opacity 0.4s linear;
}

#goTop.is-visible {
  opacity: 1 !important;
  z-index: 9999;
}


/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}

#foglayer_01,
#foglayer_02,
#foglayer_03 {
  height: 100%;
  position: fixed;
  width: 200%;
  z-index: -1;
}

#foglayer_01 .image01,
#foglayer_01 .image02,
#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}

#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 40s linear infinite, foglayer_moveme 40s linear infinite;
  -moz-animation: foglayer_01_opacity 40s linear infinite, foglayer_moveme 40s linear infinite;
  animation: foglayer_01_opacity 40s linear infinite, foglayer_moveme 40s linear infinite;
}

#foglayer_02,
#foglayer_03 {
  -webkit-animation: foglayer_02_opacity 60s linear infinite, foglayer_moveme 60s linear infinite;
  -moz-animation: foglayer_02_opacity 60s linear infinite, foglayer_moveme 60s linear infinite;
  animation: foglayer_02_opacity 60s linear infinite, foglayer_moveme 60s linear infinite;
}



/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01,
#foglayer_01 .image02 {
  background: url("../img/fog/fog1.html") center center/cover no-repeat transparent;
}

#foglayer_02 .image01,
#foglayer_02 .image02,
#foglayer_03 .image01,
#foglayer_03 .image02 {
  background: url("../img/fog/fog2.html") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .5;
  }

  40% {
    opacity: .28;
  }

  58% {
    opacity: .4;
  }

  80% {
    opacity: .16;
  }

  100% {
    opacity: .1;
  }
}

@-moz-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .5;
  }

  40% {
    opacity: .28;
  }

  58% {
    opacity: .4;
  }

  80% {
    opacity: .16;
  }

  100% {
    opacity: .1;
  }
}

@-o-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .5;
  }

  40% {
    opacity: .28;
  }

  58% {
    opacity: .4;
  }

  80% {
    opacity: .16;
  }

  100% {
    opacity: .1;
  }
}

@keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }

  22% {
    opacity: .5;
  }

  40% {
    opacity: .28;
  }

  58% {
    opacity: .4;
  }

  80% {
    opacity: .16;
  }

  100% {
    opacity: .1;
  }
}

/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .3;
  }

  100% {
    opacity: .5;
  }
}

@-moz-keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .3;
  }

  100% {
    opacity: .5;
  }
}

@-o-keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .3;
  }

  100% {
    opacity: .5;
  }
}

@keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }

  25% {
    opacity: .2;
  }

  50% {
    opacity: .1;
  }

  80% {
    opacity: .3;
  }

  100% {
    opacity: .5;
  }
}

/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% {
    opacity: .8
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: .8;
  }
}

@-moz-keyframes foglayer_03_opacity {
  0% {
    opacity: .8
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: .8;
  }
}

@-o-keyframes foglayer_03_opacity {
  0% {
    opacity: .8
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: .8;
  }
}

@keyframes foglayer_03_opacity {
  0% {
    opacity: .8;
  }

  27% {
    opacity: .2;
  }

  52% {
    opacity: .6;
  }

  68% {
    opacity: .3;
  }

  100% {
    opacity: .8;
  }
}

/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-moz-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@-o-keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes foglayer_moveme {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

  #foglayer_01 .image01,
  #foglayer_01 .image02,
  #foglayer_02 .image01,
  #foglayer_02 .image02,
  #foglayer_03 .image01,
  #foglayer_03 .image02 {
    width: 100%;
  }
}




/*scrollbar*/


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #f1592a, #f1592a);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #f1592a, #f1592a);
}


@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}


.messagegrid {
  /* border: 1px solid #000840; */
  padding: 39px 20px;
  border-radius: 7px;

  margin: 10px 10px !important;
  background: #ffffff;

  border: 3px groove #ed8033;
}

.footerlogo {
  width: 80px !important;
}

.rt-surge-img {
  width: 75%;
}

.rt-surge-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}

.road-to-surge {
  margin-top: 4rem;
}



.table-wrap {
  overflow-x: auto;
}

.table thead.thead-primary {
  background: #de4514;
}

.table thead th {
  border: none;
  padding: 30px;
  font-size: 14px;
  color: #fff;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border: 2px solid white;
}

.table tbody tr {
  margin-bottom: 10px;
}

/* .table tbody th.scope {
    background: #e8ebf8;
    border-bottom: 2px solid #e0e5f6;
} */

.table tbody th,
.table tbody td {
  border: none;
  padding: 15px;
  font-size: 14px;
  background-color: rgb(255 236 229);
  vertical-align: middle;
  border-bottom: 2px solid white;
  font-weight: 500;
  color: black;
}

.table-link {
  color: #de4514;
  text-decoration: none;
  font-weight: 600;
}




#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.popup-content {
  padding: 14px 10px;
  line-height: 1.5;
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 155;
  top: 50%;
  left: 55%;
  margin-top: -300px;
  margin-left: -300px;
}

.cnt223 {
  /* min-width: 600px;
    width: 600px;
    min-height: 150px; */
  margin: 20px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  height: 610px;
  width: 440px;
  text-align: center;
}

.cnt223 a:hover {
  color: black;
}

.btn-area {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}

.close-area {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 1rem;

}

.close-button {
  background: #fc097c;
  width: 32px;
  height: 32px;
  color: white;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  padding-top: 6px;
}

.cnt223 p {
  clear: both;
  color: #555555;
  font-size: 20px;
  font-family: sans-serif;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}


.pop-up-img {
  width: 310px;
}

.mt-5 {
  margin-top: 5rem;
}

.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.gal-img img {
  margin-bottom: 2rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.mt-0 {
  margin-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.t-sub-content {
  padding: 10px;
  background: #ffe4df;
  margin-bottom: 30px;
}

.t-sub-content h2 {
  font-size: 20px;
  font-weight: 600;
}

.t-sub-content p {
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.t-sub-content .bot-text {
  display: flex;
  justify-content: center;
}

.justify-content-cent {
  justify-content: center;
}

.committee-card-container {
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 0 10px rgb(104 104 104 / 50%);
  background: rgb(255 255 255);
  border-radius: 4px;
  width: 260px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 2rem;
}

.committee-card-container img {
  width: 220px;
  margin-bottom: 10px;
}
.committee-card-container h4 {
 font-size: 18px;

}
.mb-4{
  margin-bottom: 1rem;
}

.mt-5{
  margin-bottom: 1rem;
}
