#hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    width: 110px;
    height:110px;
}
.mh-65 {
    min-height: calc(65vh);
}

#counter {
    background: #000;
    text-align: center;
}

#counter .countdown {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    max-width: 60%;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 16px;
}

#counter .counter-text {
    font-weight: normal;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    min-width: 70%;
}
#counter .number {
    position: relative;
}

#counter .counter-line {
    position: absolute;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.header-padding {
    padding: 5px 0;
}

#header .navbar {}

#header .navbar .navbar-header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    align-items: center;
}

#header .navbar .navbar-header .navbar-brand {
    display: inline-block;
    padding: 0;
}

#header .menu {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#header .menu .menu-right {
    width: 50%;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

#header .button {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 16px;
}

.menu-helper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.register-btn {
    background: #166EE1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 16px;
}

.signin-btn {
    color: #000;
}

.divider {
    height: 30px;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 20px;
    display: block;
    max-height: 100%;
}

#header .menu .menu-left {
    width: 40%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

#header .menu .menu-left .toggler {
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#header .menu .menu-left .main-line {
    color: #2763AB;
    padding-left: 20px;
    font-weight: 600;
}

#header .sidemenu {
    position: fixed;
    left: 0;
    height: 100%;
    background: #1B0404;
    color: #fff;
    width: 400px;
    max-width: 100%;
    bottom: 0;
    padding: 80px 60px;
    z-index: 4;
    opacity: 0.9;
}

#header .sidemenu .nav li {
    margin-bottom: 10px;
}

#header .dropdown-menu {
    background: #1B0404;
}

#header .sidemenu .nav li a {}
.font-large {
    font-size: large !important;
}
.nav-item.dropdown>.nav-link {
    padding: 0;
}

.dropdown-item {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
}

.closer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
    opacity: 0.8;
    background: transparent;
}

.sidemenu-footer {
    position: absolute;
    bottom: 0;
    padding: 60px 0 60px 0;
    width: 400px;
    left: 0;
}

.sidemenu-footer .footer-line {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    border-top: 1px solid rgba(250, 250, 250, .3);
    border-bottom: 1px solid rgba(250, 250, 250, .3);
    padding: 20px 20px;
    color: #8D9091;
}

.sidemenu-footer .footer-line p {
    font-size: 14px;
    font-weight: 600;
}

.sidemenu-footer .sidemenu-socials {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidemenu-footer .sidemenu-socials li {
    margin-right: 10px;
}

#message {}

#message h3 {
    font-weight: 500;
}

#message .box {
    background: #5A91E4;
    justify-content: space-between;

}

#message .box p{ color: #fff !Important; text-align: justify;}

#message .box .image-box {
    padding: 0;
    margin: 0;
}

#message .box .image-box img {
    height: 100%;
    object-fit: cover;
}

#message .box .content-box {
    padding: 40px 40px 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#message .box .content-box .message-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

#message .box .content-box .message-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 30px;
}

#message .box .content-box .message-designation {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

#message .multi-message-box {
    margin-top: 96px;
    background: #5A91E4;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    padding: 40px;
}

#message .multi-message-box img {}

#message .multi-message-box .image-box {
    padding: 0 20px;
}

#message .multi-message-box .message-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

#message .multi-message-box .message-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}

#message .multi-message-box .message-designation {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

#message .multi-message-box .message-name {}

#message .multi-message-box .message-designation {}

#contact_line {
    background: #000;
}

#contact_line p {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    justify-content: center;
}

#contact_line i {
    margin-right: 10px;
}

#contact_line .fa-whatsapp {}

#contact_line .fa-envelope {}

#mentors {}

#mentors h3 {
    font-weight: 500;
}

#mentors .image-box {
    margin-bottom: 24px;
}

#mentors .image-box img {
    margin: 0 auto;
    object-fit: cover;
}

.mentor-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

.mentor-designation {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

#updates {}

#updates h3 {
    font-weight: 500;
}

.bg-black {
    background: #000;
    padding: 60px;
    justify-content: space-around;
}

.bg-black .image-box {
    text-align: center;
}

.bg-black .image-box .update-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}

.bg-black .image-box .update-description {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    width: 90%;
    line-height: 2;
}

#schedule {}

#schedule h3 {
    font-weight: 500;
}

#schedule .schedule-card {
    margin-top: 20px;
}

#schedule .schedule-card .text-head {
    background: #000;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#schedule .schedule-card .info-line {
    border: 2px solid #2763AB;
}

#schedule .schedule-card .info-line .text-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#schedule .schedule-card .info-line .text-info .text-card {
    padding: 30px;
}

#schedule .schedule-card .text-head h6 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 50px;
}

#schedule .schedule-card .text-line {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#schedule .schedule-card .date-line {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 0;
}

#schedule .notes {
    margin-top: 20px;
}

#schedule .notes .note {
    color: #3F3F3F;
    margin-bottom: 20px;
}

footer {
    background: #000;
}

.footer-top {
    margin-bottom: 100px;
}

.footer-top ul {
    padding: 0;
    margin: 0;
}

.footer-top ul li {
    margin-bottom: 20px;
    font-family: "Inter";
    font-style: normal;
}

.footer-top ul li a {
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-size: 18px;
}

.footer-bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #8D9091;
    border-bottom: 1px solid #8D9091;
}

.footer-bottom .fa {}

.footer-bottom ul {
    padding: 0;
    margin: 0;
}

.footer-bottom ul li:not(:last-child) {
    margin-right: 20px;
}

.footer-bottom ul li a {
    text-decoration: none;
    font-size: 32px;
}

.footer-bottom .logo-text {
    margin-bottom: 0;
}

.credit-notes {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.vision-thumb {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-image {
    max-height: 300px;
    object-fit: contain;
}

.letter-container {
    margin-top: 60px;
}

.dates-container {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 40px 0;
}

.dates-container p, strong {
    font-size: 22px;
    line-height: 2;
}

.download-btn {
    background: #166EE1;
    padding: 12px 40px;
    color: #fff;
    border: 2px solid #166EE1;
}

.download-btn-inverse {
    background: transparent;
    padding: 12px 40px;
    color: #000;
    border: 2px solid #166EE1;
}

.committee-card {
    background: #166EE1;
    margin: 0 0 30px 0;
}

.committee-thumb {
    padding: 0;
    width: auto;
    background-color: white;
}

.committee-thumb img {
    display: block;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    max-height: 15rem;
}

.committee-card .content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.committee-card .content strong {
    font-size: 30px;
    margin-bottom: 0;
}

.subnote {
    font-weight: 700;
}

	
.owl-nav {	
    text-align: center;	
  }	
  .owl-prev {	
    font-size: 42px !important;	
    color: #166EE1 !important;	
    margin-right: 5px;	
    outline: none !important;	
  }	
  .owl-next {	
    font-size: 42px !important;	
    color: #166EE1 !important;	
    margin-left: 5px;	
    outline: none !important;	
  }	
 	
.mySlides {display:none;}	
.btm-img {position: relative;cursor: pointer;}	
.overlay-thumbnail {position: absolute;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;opacity: 0;transition: .5s ease;background-color: rgba(0,0,0,0.7);text-align:center;}	
.top-img:hover .overlay-thumbnail ,.btm-img:hover .overlay-thumbnail {opacity: 1;}	
.overlay-thumbnail i{color:#fff;top: 42%;transform: translate(-50%,0);position: absolute;font-size:52px;}	
.error{color: #ff0000;padding: 10px;}
.w3-display-bottommiddle{width:100%;top: 0;margin: auto;height: 2rem;}


/* -


/*  slider  */
#slider {
    position: relative;
    overflow: hidden;
    /* margin: 4em; */
    /* box-shadow: 0 6px 103px 0 rgba(0, 0, 0, .71); */
    transition: transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);
}
#slider:hover {
    transform: scaleX(1.03) scaleY(1.03);
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 33rem;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control_prev, .control_next {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 10%;
    height: 90%;
    background: transparent;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 2em;
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.control_prev:hover, .control_next:hover {
    opacity: .8;
}
.control_prev {
    border-radius: 0 2px 2px 0;
}
.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.slide1 img {
    width: 100%;
    height: 100%;
}

.slider-title-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(0, 0, 0, .5); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 3.2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.slider-title-h3 {
    margin: 0;
    color: #f5f5f5;
    display: block;
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.slider-subtitle {
    color: #bababa;
    font-size: 1.4em;
    margin: 0;
}

@media only screen and (max-width: 700px){
    #slider{
        width:100% !important;
        height:20rem !important;
        margin: 10px auto !important;
        overflow: hidden !important;
        position: relative !important; 
      }
      .slide1 ul{ 
        display: flex !important;
        justify-content: center !important; 
        align-items: center !important;
      }
      .slide1 { 
          position: absolute !important;
          margin: auto !important;
          display: table !important;
      }
      .slide1 img {
          display: block !important;
          position: relative !important;
          width: 150% !important;
          height: 115% !important;
      }
   
    
}

/* data-title */

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 10%;
    padding: 4px 4px 4px 8px;
    color: #222;
    white-space: nowrap; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
    -moz-box-shadow: 0px 0px 4px #222;  
    -webkit-box-shadow: 0px 0px 4px #222;  
    box-shadow: 0px 0px 4px #222;  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f8f8f8),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);  
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}






.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .myImg:hover {opacity: 0.7;}
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 44px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  
  .error{color: #ff0000 !important;padding-left: 10px;}
  
  .border-top {
    border-top: 1px solid #dee2e6!important;
    padding-top: 20px!important;
  }

  
  .element {
    height: 600px;
    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
  
  /* Hide scrollbar for Chrome, Safari, and Opera */
  .element::-webkit-scrollbar {
    display: none;
  }
  .text-_style p{
    font-size: 17px;
    line-height: 29px;
  }