
@font-face {
    font-family: 'digital-7';
    src: url('../media/font/digital-7.woff') format('woff');
}

body{
  margin:0px;
  padding:0px;
  box-sizing: border-box; 
}

p{
    margin-bottom:0px!important;
}

.box-shadow1 {
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0,0,0,0.03),0 0.275rem 1.25rem -0.0625rem rgba(0,0,0,0.05) !important;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height:7px
}

/* Track */
::-webkit-scrollbar-track {
    background: #efefef;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a2a2a2;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #505050;
    }

.content{
  min-height: calc(100vh - 240px);
}

.uppr_box_text {
  text-align: center;
  padding: 6px 0px;
  font-size: 26px;
  font-weight: 800;
}

.bottom_box_text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}


/*---Video banner start----*/

.video_box {
  position: relative;
  height: 358px;
  width: 100%;
  overflow: hidden;
}

  .video_box video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  }

  .video_box .container {
      position: relative;
      z-index: 2;
  }

  .video_box .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      z-index: 1;
  }



.display-3 {
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Source Code Pro', monospace;
  font-size: 49px;
  color: rgba(255,255,255,.70);
  margin:auto;
  border-bottom: 0px;
}

/* Animation */
.display-3 {
  animation: animated-text 3s linear 1s 1 normal both, animated-cursor 600ms linear infinite;
}

/* text animation */

@keyframes animated-text {
  from {
      width: 0;
  }

  to {
      width: 1000px;
  }
}

/* cursor animations */

@keyframes animated-cursor {
  from {
      border-right-color: rgba(255,255,255,.75);
  }

  to {
      border-right-color: transparent;
  }
}

.bg-white{
  background: white;
}

.marqueee {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: .5px;
}

.latestnews_headline {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    background: green;
    color: white;
    padding: 7px;
    margin: 0px;
    height: 48px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*-----Gallery CSS---------*/
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  border-radius: 10px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  border-radius: 10px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.bg-grey{
  background-color: #efefef;
}

.container-box {
    padding:45px;
    border-radius: 20px;
    box-shadow: 0px 3px 14px 8px #e0dfdf;
}

.h1 {
    font-weight: 600;
    font-size: 28px;
}

.no_margin{
    margin:0px;
}

.no_padding
{
    padding:0px;
}
.list_none {
    list-style-type: none;
}

.orangeclr {
    color: #ff5e00;
}

.resendotp {
    padding: 2px 10px 2px 10px;
    font-size: 15px;
    background: #dedede;
    margin-top: 4px;
}

.btn-scroll-top {
    display: flex;
    justify-content: center;
    align-items: center;
}


.headline_h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .2px;
    color: black;
    border-bottom: 2px solid black;
}

.required{
    font-size:11px;
}

.bold{
    font-weight:bold;
}

.sidenavHeadline {
    font-weight: 600 !important;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 20px 0px 4px 0px;
}

.box-shadow-lg {
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.5) !important;
}

.txt-blue {
    color: #0f1aef;
}

.marqueimg{
    width:175px
}

.para {
    font-size: 14px;
    letter-spacing: .7px;
}

.imgCaptionTxt {
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 16px;
    margin-top: 6px;
    text-align: center;
    color: #000000;
    width: 297px;
}

.card_border_bottom {
    border-bottom: 3px solid orange;
    border-radius: 10px;
}

.card_border_bottom_green {
    border-bottom: 3px solid #00e057;
    border-radius: 10px;

}
/*.dropdown-menu li:hover > .dropdown-item {
    background: #5a626f;
}*/

.toprow {
    font-size: 11.5px;
    letter-spacing: .5px;
    line-height: 15px;
    padding: 9px 20px 7px 20px;
    color: white;
    background: #071d8c;
}

.topGovt {
    border-right: 1px solid #b5b5b5;
    padding-right: 10px !important;
    text-align:right;
}

.topministry {
    margin-left: 10px !important;
    float: left;
}

.loginbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}

.txtwhite{
    color:white;
}

.nav-item {
    transition: .3s;
}

.Disc_Bullet {
    list-style-type: disc;
}

.decimal {
    list-style-type: decimal;
}

.alpha {
    list-style: lower-alpha;
}

.hover-scale:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    transform: scale(1.03);
}

.hover-scale{
    transition:.3s;
    transition:.3s;
}

.bgimg {
    background-image: url('../media/Images/bgimg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}

.dropdown-item {
    border-bottom: 1px solid #eaeaea;
}

.border-btm {
    border-bottom: 1.3px solid #ababab;
}

.sidenav_card {
    padding: 5px 20px!important;
    border-bottom: 1px solid #949494 !important;
    transition: .4s;
}

    .sidenav_card:hover {
        background: #21262dc9;
    }

.widget-categories .accordion-heading > a {
    color: #ffffff!important;
}

.widget-list-link {
    color: white;
}

.widget-categories .widget-list-item {
    padding: 5px 0px 5px 15px;
    border-bottom: solid 1px white;
}

    .widget-list-link:hover {
        color: white;
    }

.widget-categories .accordion-heading > a.collapsed {
    color: white !important;
}

.widget-categories .accordion-heading > a:hover {
    color: white!important;
}

    .widget-categories .accordion-heading > a:hover .accordion-indicator {
        background-color: rgb(255 255 255)!important;
        color: #424956!important;
    }

.socialmedia {
    color: white;
    font-size: 24px;
}

    .socialmedia:hover {
        color: #dedede;
    }

.ftext_btm {
    font-size: 13px;
    letter-spacing: .5px;
}

thead tr th {
    font-weight: 700;
}

.mycartcategory {
    padding: 15px 25px;
    border-top: 1px solid #a9a9a959;
    border-bottom: 1px solid #a9a9a959;
    background: #f9f9f9;
}

.subheading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #2e2e86;
}

.note-listing{
    font-size:13px;
}

.btn-secondary {
    background-color: #d8d8d8!important;
}

.bg_darkblue {
   background: #466a84;
}

.accordion-indicator{
    background:white!important;
    color:black!important;
}

.widget-list-link:hover {
    color: #ffa500;
}

.widget-categories .widget-list:not([data-simplebar]) {
    border-right: none;
}

.activetextclr {
   color: #ffa500
}

.radio_box_label:hover .hover_white {
    color: white !important;
}

.small_Logbox {
    padding: 30px;
    border: 1px solid #06060614;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px #80808040;
}

#StudentGender {
    border: 1px solid #e2e5e7;
    color: #868483;
    margin: 3px;
    width: auto;
    padding: 2px 2px 0px 5px;
    outline: 1px solid #9a9a9a;
}

.cz-sidebar, .cz-sidebar-static {
    max-width: 26rem!important;
}

.venue_text {
    font-size: 16px;
    margin-top: 12px;
    color: #0324ca;
    text-decoration: underline;
}

.venue_text a {
    color: #0023d2;
}

.cards_headline {
    text-align: center;
    border: 2px solid #ffa500;
    margin-bottom: 0px;
    border-bottom: none;
    padding: 8px;
    border-radius: 8px 8px 0px 0px;
    color: #ffa500;
}

.owl-dots{
    display:none;
}

.imgCaptionTxt {
    width: 270px;
}

.card-img-top{
    height:283px;
}

.headline_card_img {
    height: 245px!important;
}

.countdown ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #ff7f00;
    font-size: 16px;
    border: 1px solid #ffffff9e;
    width: fit-content;
    border-radius: 8px;
}

    .countdown ul li {
        padding-right: 12px;
        margin-right: 12px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 1px;
    }

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.card-body{
    background:white;
}*/


.digitalFont {
    color: #009c3d;
    font-family: Digital-7;
    font-size: 55px;
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.aeroindia21 {
    font-family: 'Montserrat', sans-serif;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.aeroindia21 h3{
    font-size:20px;
}

.icons_card {
    font-size: 40px;
    color: #373f50;
    margin-top:7px;
}

a {
    cursor: pointer!important;
}

.exit_gates_i {
    font-size: 20px;
}

.ValidateColor{
    color:red;
}

@-webkit-keyframes blinker {
    from {
        /*opacity: 1;*/
        color:black;
    }

    to {
        /*opacity: 0;*/
        color:green;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.marquee0 div {
    height: 47px !important;
    top:-11px;
    font-weight: bold;
}

.center_heade_text {
    display: block;
}

.covidbg {
    background-image: url('../media/Images/aero-india-bg-fiel-jpg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.opacityLow {
    opacity: .5;
}


.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blinking_headline{
    color: red;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.blinking_headline:hover {
    color: #e2882f;
}

.cardimgtitle {
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    font-size: 17px;
}

.img_card img{
    height: 210px;
}

.img_card {
    margin-top: 15px;
    height: 100%;
}