/* navbar css */
.navbar{
    margin-top: 0;
  }
  #header_shadow{
    border-bottom: 1px solid #e2e2e2;
  }
  .header-section{
    background-color: #002147;
    padding: 5px 80px;
    border-top: 2px solid #FFB606;
    background-image: url(https://i.ibb.co/6YXsDK7/footerbglogo1.png);
    background-position: center center;
    background-size: 250px;
    background-repeat: no-repeat;
  }
  .deptHeading {
    /* margin-left: 220px; */
    color: white;
    text-align: left;
    font-size: 30px;
    font-weight:  500 !important;
    line-height: 58px;
    text-shadow: 0 1px 0 hsl(52,7%,20%), 0 2px 0 hsl(52,7%,18%), 0 3px 0 hsl(52,7%,16%),
    0 4px 0 hsl(52,7%,14%), 0 5px 0 hsl(52,7%,12%), 0 6px 0 hsl(52,7%,10%),
     0 7px 0 hsl(52,7%,8%), 0 8px 0 hsl(52,7%,6%), 0 0 5px rgba(0,0,0,.05),
     0 1px 3px rgba(0,0,0,.2), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.2),
     0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.3);
  }
  
  .login-btn{
    background:#FFB606 !important;
    color: #002147 !important;
    padding: 5px 25px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  .login-btn:hover{
    transform: scale(1.1);
    transition:all 0.3s;
  }
  
  .nav-logo{
    width: 100%;
  }
  
  .nav-item>a{
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 30px 10px;
      text-transform: uppercase;
      color: #000;
      margin-left: 25px;
  }
  .dropdown-menu{
       border: none !important;
      margin-left: 30px !important;
  }
  .dropdown-menu>a {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
         border: none !important;
  }
  .nav-item>a:hover {
    transition: all 0.3s;
      color: #FFB606;
  }
   .navbar-nav .dropdown:hover .dropdown-menu {
              display: block;
              animation: fadeInDown 0.6s;
          }
  
          @keyframes fadeInDown {
              from {
                  opacity: 0;
                  
              }
              to {
                  opacity: 1;
                  
              }
          }
          .responsive-image {
            display: none;
          }
  
  
  /* footer css */
  .footer-section{
    background-color: #002147;
    border-top: 2px solid #FFB606;
    background-image: url(https://i.ibb.co/6YXsDK7/footerbglogo1.png);
    background-position: center center;
    background-size: 250px;
    background-repeat: no-repeat;
    color: white;
      padding: 50px 80px;
  }
  .footer-header{
    font-size: 20px;
    font-weight: 400;
  }
  .footer-des{
    font-size: 14px;
    line-height: 26px;
  }
  .footer-phone{
    letter-spacing: 3px;
    font-size: 14px;
  }
  .footer-icons i{
    color: #FFB606;
    font-size: 25px;
    margin-right: 15px;
  }
  .other-links a{
    text-transform: none;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  .sub-footer p{
    font-size: 14px;
    margin-bottom: -5px;
    color: #fff;
  }
  .sub-footer{
    background-color: #0F2E52;
    color: #fff;
  }
  
  /* responsive */
  @media all and (max-width: 991px) {
      .responsive-image  {
      display: inline-block !important;
      width: 60%;
      margin: 10px 0;
      margin-left: 100px;
    }
    .nav-logo{
      display: none;
    }
    .login-btn{
      display: none !important;
    }
    .footer-section{
       padding: 50px 50px;
    }
  }
  
  @media only screen and (max-width:768px){
    .header-section{
      display: none;
    }
    .responsive-image  {
      margin-left: 0px;
    }
    
  }
  @media only screen and (max-width:576px){
    .footer-section{
       padding: 50px 00px;
    }
    iframe {width:350px}
  }