
/*NAVIGATION*/
.navbar {
  width:100%;
  background: #1e446a;
}
.navbar li {
  position: relative;
} 
 .navbar-nav .nav-link:focus,  .navbar-nav .nav-link:hover {
  color: orange !important;
}

.navbar li {
  position: relative;
} 

.navbar>ul>li:hover {
  border-bottom: 2px solid #003152;
}

/* .nav-active {
  border-bottom: 2px solid #fff;
}  */
.nav-active a {
  color: rgb(243, 232, 114) !important;
} 
.nav-link a {
  color: rgb(243, 232, 114) !important;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: orange;
}

/* inner image */

#home .home-container {
 position: absolute;
 bottom: 0;
 top: 0;
 left: 0;
 right: 0;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 text-align: center;
}
#home {
   background-attachment: fixed;
   }
   
#home {
  width: 100%;
  height: 100%;
  background-size: cover;
 position: relative;
}
#imgdiv{
 display: inline-block;
 position: relative;
 text-align: center;
 color: #fff;
 width: 100%;
 height: 100%;
 background-size: cover;
       /* position: relative; */ 
}
/*INNER IMAGE END*/
 h3{
      font-size: 20px;
      font-family:Verdana;
      color: #515151;
  }

  body {
    margin: 0;
  }
  
  /* h1,
  p {
    padding-top: 7vh;
    color: white;
    text-align: center;
  } */
/*   
  #gv_parallax_one {
    background-image: url("../images/feather.jpg");
   
   }  */
   body{
    height: auto;
    /* width: 100%;
    padding-top: 20vh; */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/feather.jpg");
  }
  
   .overlay{
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); */
    background: black;
    opacity: 2;
    margin:auto;
    width:80%;
    margin-top: 3%;
    margin-bottom: 5%;
   } 
   h1{
  padding-top: 3%;
  color: white;
  text-align: center;
}
  

/*FOOTER*/
ul {
  margin: 0px;
  padding: 0px;
  }
  .footer-section {
  background: #061728;
  position: relative;
  margin-top: 0%;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  /* .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  } */
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
  max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .copyright-area{
  background: #1e446a;
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  }
  #company {
    background: linear-gradient(
      to right, 
      rgb(247, 168, 112), 
      rgb(235, 217, 101)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    }
/* FOOTER*/