.bg-img {
  /* The image used */
  background-image: url("../img/header.jpg");
  /*background-color: #282C4E;*/
  min-height: 304px;
  background-size: 100% 100%;
  width: 100% !important;
  /* Needed to position the navbar */
  position: relative;
}

.navbar-nav .nav-link{
  color: white !important;
  padding-left: 28px !important;
  padding-top: 12px !important;
  font-size: 15px !important;
}

/* Style the navbar */
#navbar {
  height: 95px;
  padding: 0;
}

.dropdown-item:hover{
  background-color: #282C4E;
  color: white;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
}

.animate{
  animation: fadeInAnimation ease 1s;
  /*animation-iteration-count: 1;*/
  animation-fill-mode: forwards;
}

.sticky .navbar-nav .nav-link{
  color: black !important;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .az-header {
  padding-top: 60px;
}
.nav-link:hover + .dropdown-menu {
  display: block;
  margin-top: 24px;
}
.dropdown .show{
  margin-top: 24px;
}
.dropdown-menu .a:hover{
  background: #201515 !important;
  background: white !important;
}
.dropdown-menu{
  border: none;
}
.dropdown-menu a{
  padding: 14px;
}
.show .nav-link{
  color: black !important;
}

@media (max-width: 767.98px){
  .navbar-expand-md > .container{
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .navbar-collapse{
    margin-top: 18px;
    background: white !important;
    z-index: 9;
  }
  .az-header-menu-show .az-header-menu{
    z-index: 99999;
  }
}
@media (max-width: 991.98px){
  .az-header-menu-show .az-header-menu{
    z-index: 99999;
  }
}
.layer {
    background-color: #282C4E;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-link a{
  color: white;
  font-size: 15px;
  padding: 5px 0;
}
.az-footer{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 0px 0px;
  border: none;
  background-color: #282C4E;
  height: 618px;
  display: block;
}
.foot-img{
  position: relative;
  width: 100%;
  bottom: 80px;
  background-image: url('https://www.primemeghalaya.com/wp-content/uploads/2021/03/Khasi-Pattern-2.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.22;
  /*z-index: 100;*/
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.az-footer .container{
  display: block;
  color: #ffffff;
}
.az-footer p{
  font-size: 15px;
}
.social-media{
  padding: 18px 14px 10px 14px;
  background: white;
  border-radius: 100%;
}
.social-media i{
  color: #001c38;
  font-size: 25px;
}
.logos{
  position: relative;
  z-index: 99999;
  bottom: -105px;
}
.logos img:hover{
  height: 110px;
  width: 110px;
}
@media (max-width: 767.98px){
  .az-footer{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 0px 0px;
    border: none;
    background-color: #282C4E;
    height: 1210px;
    display: block;
  }
  .logos{
    bottom: -72px;
  }
  .logos img{
    height: 80px;
    width: 80px;
  }
  .logos img:hover{
    height: 90px;
    width: 90px;
  }
  .bg-img {
    background-size: cover;
  }
  .foot-img {
    bottom: 16px;
  }
}
#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 58%;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}

#mc_embed_signup .button:hover {
    background-color: #777;
}

#mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 10px 0;
    min-width: 90px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    transition: all 0.23s ease-in-out 0s;
    z-index: 9999;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}