body{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
   
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  
}
/* =====navbar style===== */
/* =======location bar start======= */
.location-social-links a{
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color:whitesmoke;
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #0e46a3;
    transition: all 0.5s ease;
}
.location-social-links a:hover{
    background-color: #161d6f;
    color: white;
    box-shadow: 0px 0px 10px 2px white;
}
  /* location bar */
.location{
    background-color: #0e46a3;
    color: white; 
}
  /*=========location bar ended==============*/
/* ===========navbar start=================== */
.navbar-toggler span {
    display: block;
    background-color:#161d6f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}
/*
  Animate collapse open into hamburger menu
 */
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* line appear after this code */
.navcolor-line{
    position: relative;
}
.navcolor-line::after{
  position: absolute;
  content: "";
  bottom:-2px;
  left:6px;
  width:80%;
  height: 2px;
  border-radius: 10px;
  background-color: #0e46a3;
  transform: scale(0,0);
  transition: all .5s ease;
}
.navcolor-line:hover::after{
    transform: scale(1,1);
}
@media(max-width:768px){
    .navcolor-line::after{
        position: absolute;
        content: "";
        bottom:-2px;
        left:6px;
        width:20%;
        height: 2px;
        border-radius: 10px;
        background-color: #0e46a3;
        transform: scale(0,0);
        transition: all .5s ease;
    }
}
.navigation-div{
   margin-left: 10%;
}
.navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    padding: 10px;
    margin-left: 20px;
}
.navlink-list li a:hover{
    color: #161d6f;
}
.navlink-list li a.active{
    color: #161d6f !important;
}
.apply-now-nav{
    background-color: #0e46a3 !important;
    color: white !important;
    margin-left: 20px !important;
    font-weight: bold !important;
    outline: none !important;
}
.apply-now-nav:hover{
    background-color: white !important;
    color: #0e46a3 !important;
    border: 2px solid #0e46a3 !important;
}
.dropdown-link{
    color: white !important;
    margin-left: 0px !important;
}
.dropdown-link:hover{
    color: #161d6f !important;
    margin-left: 0px !important;
}
.dropdown-link.active{
    background-color: whitesmoke;
    color: #161d6f;
    margin-left: 0px !important;
}
.dropdown-link:visited{
    background-color: whitesmoke;
    color: #161d6f;
    margin-left: 0px !important;
}
.dropdown-link-list{
 background-color: #0e46a3 !important;
}
/* =====logo section start========== */
.logo-link{
    width: 13%;
}
@media(max-width:768px){
    .logo-link{
        width: 22%;
    }
}

   @media only screen and (max-width: 1518px)  {
       .navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    padding: 10px;
    margin-left: 20px;
}
      
  }
  
   @media only screen and (min-width: 1331px) and (max-width: 1518px) {
       .navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    font-size:12px;
      padding: 10px;
    margin-left: 30px;
  
}

  .navlink-list li button{
  
    font-size:12px;
  
}
      
  }
  
   @media only screen and (min-width: 1185px) and (max-width: 1330px) {
       .navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    font-size:12px;
      padding: 5px;
    margin-left: 15px;
  
}

  .navlink-list li button{
  
    font-size:8px;
  
}
      
  }
  
  
     @media only screen and (min-width: 1050px) and (max-width: 1184px) {
       .navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    font-size:10px;
      padding: 5px;
    margin-left: 12px;
  
}

  .navlink-list li button{
  
    font-size:8px;
  
}
      
  }
  
  
  
  
      @media only screen and (min-width: 992px) and (max-width: 1049px) {
       .navlink-list li a{
    color: #0e46a3;
    font-weight: bold;
    font-size:8px;
      padding: 8px;
    margin-left: 8px;
  
}

  .navlink-list li button{
  
    font-size:8px;
  
}
      
  }

/* =============logo section end======== */
/*========== navbar end here============ */
/* ======footer style */
.outer{
    background-color:  #161D6F;
}
a{
    list-style-type: none;
    text-decoration: none !important;
}
          /* animation */
.zoom:hover{
   
   animation: zoomin 5s ease-out;


}
.footernav{
transition: .5s;
}
.footernav:hover{
color: white;
transform: translate(15px, 0px);
}
.arrow{
padding-right:10px;
color:transparent;

}
.footernav:hover .arrow{
color:whitesmoke;
}
.image-container {
    position: relative;
}
.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}
.footproject{
    display: flex;
    margin-left:22px !important;
}
.footer-heading{
    position: relative;

}
.footer-heading::after{
    position: absolute;
    left:0px;
     bottom:-2px;
     content:"";
     width:50px;
        height:3px;
background-color:white;
transition: all .8s ease;
}
.footer-heading:hover::after{
    transform: translate(40px,0px);
}
.footer-subscribe{
    width: 70%;
    border: none;
    height: 35px;
    color: #161D6F;
    border-radius: 10px;
}
#email{
    width: 70%;
    border: none;
    height: 40px;
    color: #161D6F;
    border-radius: 10px;
}
@keyframes zoomin{
   0%{
       transform: scale(0.90);
   }
   100%{
       transform:scale(1);
   }
}
.Copyright{
background-color: white;
color:#161D6F;

}
/* blur animation */
.see:hover{
    
    animation: blur 5s;

}
@keyframes blur{
    0%{
        opacity:0.3 ;
        color:  #F7941D;
    }
    100%{
        opacity: 1;
    }
}