 body {
      font-family: 'Open Sans', sans-serif;
    }

    h1, h2, h3, h4, h5, h6, p {
      font-family: 'Poppins', sans-serif;
    }

    .title, .breadcrumb, .navbar, .footer_1, .footer_2, .text-address {
      font-family: 'Jost', sans-serif;
    }

.abstractbody {
  font-family: 'Poppins', sans-serif;
}
.logo img {
  width: 360px;
}
.logo-support img {
  width: 120px;
  float: right;
}
.logo-support {
  margin-top: -8px;
}
#normal-countdown {
  text-align: center;
  display: flex;
  margin-top: -14px;
}
#normal-countdown .time-sec {
  position: relative;
  display: inline-block;
  margin: 0.5%;
  font-size: 15px;
  height: 60px;
  width: 120px;
  color: #fff !important;
  /* border-radius: 100px; 
    background: #fff; 
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,.4); 
    color: #F84982;  */
}
#normal-countdown .time-sec .main-time {
  font-weight: 500;
  line-height: 50px;
  font-size: 18px;
  color: #fff ;
}
#normal-countdown .time-sec span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
}
.information {
  background-color: #174ba0;
  text-align: center;
  padding: 25px 0px;

}
.information h5 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.information i {
  font-size: 40px;
  color: #fff;
}
.info-text {
  font-size: 14px;
}
.navbar {
  background-color: #158ebd !important;
  height: 55px;
}
.navbar .nav-link {
  color: #fff;
  font-weight: bold;
}
.navbar-brand i {
  color: #fff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
  /* border-bottom: 2px solid #174ba0; */
}
.dropdown-menu {
  background-color: #158ebd !important;
  /* border-top: 3px solid #174ba0; */
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
  /* box-shadow: 3px 1px 8px #0008; */


}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #174ba0;
  color: #fff;
}
.menu-cta {
  color: #fff;
  font-weight: bold;
  border: 2px solid;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 30px;
}
.menu-cta:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #174ba0;
}
.register-cta {
  background-color: #3263ad;
  border-radius: 30px;
  width: 240px;
  border-color: #3263ad;
}
.slider .swiper-slide h5 {
  font-weight: bold;
  margin-bottom: 0px;
  color: #158ebd;
}
.slider .swiper-slide img {
  width: 155px;
}
.video-intro {
  
  background-color: #174B9F;
  color: #fff;
  margin: 25px 0px;
  padding: 25px 0px;
}
.video-intro .container-fluid {
  padding-top: 100px;
}
.title-head {
  text-align: center;
  padding-top: 30px;
  color: #02377d;
}
.slider {
  background-color: #174b9f;
  margin: 25px 0px;
  padding: 25px 0px;
}
.slider-event .swiper-slide {
  background-color: #fff;
}
.slider .swiper-slide {
  color: #fff;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #000;
  color: white;
}

.google {
  background: #25D366;
  color: white;
}

.linkedin {
  background: #ff000f;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.button {
  width: 230px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 0px;
  text-decoration: none;
}

.button-2 {
    color: #ffffff;
    border: 3px solid #fff;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #174ba0 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #fff;
}
.btn-x {
  width: 180px;
  text-align: center; 
  text-transform: uppercase;
  font-weight: 600;
  /*margin-bottom: 30px;*/
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 0px;
  text-decoration: none;
}
.btn-x2 {
    color: #ffffff;
    border: 3px solid #fff;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #174ba0 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.btn-x2:hover {
  color: #fff;
  background-position: 100%;
}
#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #02377d;
  color: white;
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 30px;
}
.speciality .card-img-overlay img {
  width: 175px;
}
.speciality .card-img-overlay .btn-x {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 70px;
}
.news-listing .card-text {
  font-size: 14px;
  color: #000;
}
.breadcrumb a {
  text-decoration: none;
}
.news-item {
  display: none;
}
.news-content {
  padding: 40px 200px;
}
.navigate-post {
  font-size: 25px;
}
.post-time {
  font-size: 14px;
  margin-top: 10px;
}
.post-time span {
  margin-right: 14px;
}
.news-item .card-footer .post-time {
  font-size: 12px;
}
.contat-form {
  background-color: #f9fbfd;
}
.map {
  margin-bottom: -8px;
}
.breadcrumb nav {
  background: #edfaff;
  border-radius: 30px;
  margin-bottom: 10px;
}
.breadcrumb nav .breadcrumb {
  margin: 10px;
}
.breadcrumb .breadcrumb-item:nth-child(2) {
  margin-left: 25px;
}
.breadcrumb .breadcrumb-item.home i {
  color: #fff;
}
.breadcrumb .breadcrumb-item.home {
  border-radius: 30px;
  background: #174ba0;
  width: 48px;
  height: 48px;
  padding: 12px 15px;
  position: absolute;
  color: #fff;
  margin-left: -25px;
  margin-top: -13px;
}
.img-fluid-commitee {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  object-fit: initial;
}
.main-content .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
.main-content .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #2f65af;
}
.main-content .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #2f65af;
}
.transport img {
  width: 150px;
}
.container11 {
  position: relative;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #2d65af;
  border-radius: 15px;
}
.text {
  color: white;
  font-size: 14px;
  padding: 10px;
}
.overlay h6 {
  color: #fff;
  padding: 16px 10px 0px 10px;
  font-weight: 700;
}
.container11:hover .overlay {
  opacity: 1;
}
.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.title-btn {
  margin-top: 10px;
}
.inner-mobile {
  height: 180px;
  padding: 25px;
  position: absolute;
  width: 100%;
  left: 0;
 
  right: 0;
  background: rgb(63, 94, 251);
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
  margin: 0 auto;
  color: #fff;
  box-shadow: -1px 2px 10px 0px #5a5a5a;
}
.apps img {
  width: 200px;
  margin-right: 10px;
  margin-top: 10px;
}
.thead-dark td,
.thead-dark th {
  background-color: #3264ad;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .inner-mobile {
    height: 250px;
    position: relative;
    width: 100%;
  }
  .video-intro .container-fluid {
    padding-top: initial;
  }
  .video-intro {
    margin-top: 20px;
  }
  .logo img {
    width: 100%;
  }
  .logo-support {
    text-align: center;
  }
  .logo-support img {
    float: none;
  }
  .navbar {
    height: auto;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .menu-cta {
    display: none;
  }
  .p-5 {
    padding: 1rem !important;
  }
  .speciality .card-footer {
    display: none;
  }
  .news-content {
    padding: 0px;
  }
  .navigate-post {
    font-size: 16px;
  }
  .breadcrumb {
    display: none;
  }
  .news-content .post-time {
    float: left !important;
  }
  .news-content .post-title {
    margin-top: 15px;
  }
  .transport .col {
    flex: auto;
  }
}


.tab-panel{
  width: 100%;
 height: auto;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0px;
  margin-bottom: 15px;
}

.tab-panel .button{
  background: #3264ad;
  border-radius: 10px;
  border: none;
  color: #fff;
  padding: 15px 25px;
}


.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#3264ad;
  display:inline-block;
  color:#fff;
  border-radius:12px 12px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #3264ad80;
  width: 32%;
  font-weight: bold;
  font-size: 20px;
}


.tab1{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#3264ad;
  display:inline-block;
  color:#fff;
  border-radius:12px 12px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #3264ad80;
  width: 24%;
  font-weight: bold;
  font-size: 20px;
}
.panels{
/*  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;*/
  min-height:200px;
  width:100%;
  max-width:100%;
  border-radius:3px;
  overflow:hidden;
  padding:20px;
  margin-bottom: 25px;
  

}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab{
  background:#fffffff6;
  color:#3264ad;
  border-top: 3px solid #3264ad;

}

.box-2{
  border-radius: 10px;
  border-top: 5px solid #3264ad;
   box-shadow: 0 0.5rem 0.8rem #00000080;
   margin: 15px 0px;
   width: 100%;
   height: 220px;
   padding: 10px 12px;
   text-align: center;
}

.box-2 img{
  width: 50%;
}

@media screen and (max-width: 600px) {
 .tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#3264ad;
  display:inline-block;
  color:#fff;
  border-radius:12px 12px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #3264ad80;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  margin: 5px 0px;
}



}
.box-2 img{
  width: 50%;

}



.box-3{
 border-radius: 10px;
  border-top: 5px solid #158ebd;
   box-shadow: 0 0.5rem 0.8rem #00000080;
   margin: 15px 0px;
   width: 100%;
   height: auto;
   padding: 10px 12px;
   text-align: center;
    border-top: 3px solid #3264ad;
}

.box-3 img{
  width: 100%;

}

.img-fluid {
    border-radius: 190px;
    object-fit: initial;
    margin-bottom: 14px;
    }

.doctor img{
  width: 200px;
  height: 200px;

}

.tans_button{
    cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#3264ad;
  display:inline-block;
  color:#fff;
  border-radius:12px 12px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #3264ad80;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  border-top: 5px solid #3264ad;

}

.tans_button:hover{
  color: #fff;
}

.tblheader{
  margin-bottom: 25px;
  padding: 25px 0px;
}

.heading_table{
  background: #3264ad !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

tr td{
  text-align: ;
  margin: 0px;
  padding: 0px;
}

.halla{
  margin: 15px 0px 15px 0px;
  padding: 15px 0px;
}

.nav-tabs{
  border:none;
}

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 98%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #3264ad;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #3264ad;
  font-size: 20px;
  font-weight: bold;
}

.tans_button1{

    cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#3264ad;
  color:#fff;
  border-radius:12px 12px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #3264ad80;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  border-top: 5px solid #3264ad;
  text-align: center;
  color: #fff;

}

.tans_button1 a{
  color: #fff;
  text-decoration: none;
}


.footer{
  width: 100%;
  height: auto;
/* margin-top: 25px;*/
  padding-top: 25px;
  background: #174ba0;
}



.footer_1{
  width: 100%;
  height: auto;
  margin: 10px 0px;
  
}

.footer_1 h4{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0px 8px 0px;
}

.footer_1 p{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 0px;
}

.footer_1 ul li{
  padding: 8px 0px 8px 0px;
  list-style-type: none;
  margin: 0px;

}

.footer_1 ul li i{
  color: #fff;
  padding-right: 15px;
  margin: 0px;
  font-size: 20px;
}

.footer_1 ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 1px;
  /* font-weight: bold; */
}

.footer_1 ul li a:hover{
  color: #fff;
}

.bottom-footer1{
  background: #158ebd;
  /* border-top: 2px solid#fff; */
  padding: 10px 0px;
  height: auto;

}

.footer_2{
  margin: 10px 0px;
  text-align: center;
}

.footer_2 p{
text-align: center;
color: #fff;
}

.footer_2 p a{
  color: #fff;
  text-decoration: none;
}

.footer_2 p a:hover{
  color: #000;
}

.speciality1{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
    margin: 52px 0;

}

.speciality1 h3{
  text-align: center;
}

.card-body p{
  text-align: justify;
  color: #ddd;

}

.speciality2{
  width: 100%;
  height: auto;
 

}

.participate{
  width: 100%;
  height: 320px;
  background-image: url(../img/4.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
  background-color: #fff1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.participate1{
  width: 100%;
  height: 320px;
  background-image: url(../img/5.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.participate2{
  width: 100%;
  height: 320px;
  background-image: url(../img/6.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.participate3{
  width: 100%;
  height: 320px;
  background-image: url(../img/1.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.participate4{
  width: 100%;
  height: 320px;
  background-image: url(../img/2.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}


.participate5{
  width: 100%;
  height: 320px;
  background-image: url(../img/3.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 9px 10px;
  background-size:100% 100%;
  margin: 15px 0px;
  background-size: cover;
  background-size: 100% 100%;
  border-radius: 13px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}



.speciality1 i{
  font-size: 70px;
  color: #fff;
  text-align: center;
  padding: 15px 0px;

}

.speciality1 p{
  font-size: 17px;
  color: #fff;
  text-align: center;
 
}

.speciality1 h3{
  color: #02377d;
  padding: 15px 0px;
}

.abstract{
  width: 100%;
  height: auto;
  margin: 10px 0px;
  padding: 25px 15px;
  text-align: center;
  border-radius: 10px;
 
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
    margin: 10px 0px;
    /* border-bottom: 8px solid#02377d; */
}

.abstract img{
  width: 100%;

}

.abstract h5{
 color: #158ebd;
 padding: 15px 0px 5px 0px;
 font-size: 24px;
 font-weight: bold;
  
}

.abstract p{
  color: gray;
}

.Occupational{
  font-size: 21px;
  color: #158ebd;
  padding-top: 70px;
  text-align: center;
}

.text-address a{
  color: #fff;
}

.button1{    
    color: #ffffff;
    border: 3px solid #fff;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #174ba0 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;

    width: 180px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 0px;
    text-decoration: none;
    text-align: center;
  }

.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #144775;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.speciality1 span{
 font-size: 74px;
 color: #fff;
 padding: 10px 0px;
 padding-top: 64px;
}

@media only screen and (max-width: 600px) {
  .participate4, .participate, .participate1, .participate3, .participate5, .participate2 {
    width: 100%;
   height: 100%;
  margin: 15px 0px;
  display: block;

  }

  .titel12{
    margin: 15px 0px;
  }
}



.grid {
  display: block;
  margin: 0 auto;                  
  width: 95%;
  padding-left: 0;  
  font-size: 0;  
  text-align: center;
}

.grid figure {
  margin: 0.1em;
  width: 340px;
  height: 240px;
  background: #3085a3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Common style */
.grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  height: 240px;
  @media(max-width: 1260px) {
    height: 270px;
  }
}

.grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 600;
  margin: 1em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure h2 span {
  font-weight: 800;
}

figure.effect-steve {
  z-index: auto;
  background: #000;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #158ebd;
  color: #fff;
}

figure.effect-steve h2 {
  position: absolute;
  padding: 0.25em;
  bottom: 10px;
  width: 100%;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
}

.grid figure,
figcaption,
img {
  z-index: 0;
}

.grid figure figcaption h2 {
  font-size: 19px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  word-spacing: 3px;
}

.grid figcaption p {
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 100%;
  color: #fff;
  text-align: justify;
  padding: 10px 10px 15px 10px;
}

figure:hover h2 {
  background: #f1f1f1;
  transition: transform 0.35s;
  transform: translateY(-2.5em);
}

h1.slogan {
  text-align: center;
  background-color: #2d434e;
  font-weight: 100;
  margin: 0;
  padding: 20px;
}

.sec{
  margin-bottom: 15px;
 
}


.organising-committee{
 font-size: 18px;
 font-weight: bold;
}


@media only screen and (max-width: 600px) {
.Occupational{
  font-size: 15px;
  color: #158ebd;
  padding: 10px 0px;
  text-align: center;
}

.header img{
  width: 100%;
  height: 50px;
}

}

.box-5{
      border-radius: 10px;
    border-top: 5px solid #158ebd;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    margin: 15px 0px;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    text-align: center;
    border-top: 3px solid #3264ad;
   
}

.true-mumbai{
  margin: 15px 0px;
  padding: 10px 0px;
}

.button5{
  background-color: #174ba0;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}


.footer_2{
  color: #174ba0;
  text-align: left;
}

.footer_2 p{
  color: #000;
}

.button7{
  background: rgb(23 75 160);
  border-radius: 30px;
  border: 1px solid#fff;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
}

.footer_2 p a{
  color: #000;
}

.modal-content h3{
  text-align: justify;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 12px;
}

.modal-content p{
  text-align: justify;
    padding: 10px 12px;
}

.Abstract{
  width: 100%;
  margin: 25px 0px;
}

.Abstract h3{
  padding: 25px 0px 15px 0px;
  font-weight: bold;
   background: linear-gradient( to left, rgb(242 60 84) 0%, #f05d49 25%, rgb(24 61 106) 75%, #183d6a 100% );
    line-height: 1.9rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: block;
}

.Abstract h4 a{
    font-size: 18px;
    font-weight: 600;
    background-color: #ee218c;
    padding: 15px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
     animation: animate 0.5s linear infinite;
     text-align: center;
}
@keyframes animate {
    0% {
        background-color:#243468;
    }

    50% {
        background-color:#276bb2;
    }

    0% {
        background-color:#243468;
    }
}

h6 a{
  /* font-size: 18px; */
  font-weight: 600;
  background-color: #ee218c;
  padding: 13px;
  color: #fff;
  border-radius: 29px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
   animation: animate 0.5s linear infinite;
   text-align: center;
}
@keyframes animate {
  0% {
      background-color:#243468;
  }

  50% {
      background-color:#276bb2;
  }

  0% {
      background-color:#243468;
  }
}


/* events patner start */
.eventpa-3{
  border-radius: 10px;
   /* border-top: 5px solid #158ebd; */
    box-shadow: 0 0.5rem 0.8rem #00000080;
    margin: 15px 0px;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    text-align: center;
     /* border-top: 3px solid #3264ad; */
 }

 .eventpa-3 img{
  width: 100%;

}

.eventsp img{
  width: 200px;
  height: 200px;

}

/* events patner end */
.card-gap{
  padding-bottom: 30px;
}


    
