

/*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*/

section{
  overflow: hidden;
}
body{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
#about{
  width: 100%;
  height:100%;
}

section {
 background-image: url("../images/feathers.jpg");
 height:auto;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}  
/*OVERLAY */
.overlay{
 background: rgb(0, 0, 0);
 background: rgba(0, 0, 0, 0.5);
 opacity: 2;
}    

.info_card{
  width: 450px;
 height: 450px;
 border: none;
        /* background-color:bisque; */
        /* border-radius: 3%;
        padding: 5%;
        background-color:bisque;
        position: relative;
        height: 60vh;  */
} 
h4{
 font-size: 20px;
}
/*OVERLAY END*/

/*profile image */
.profile img{ 
  height: 180px;
  width: 180px;
}
.profile{
 margin-left: 22%;
}
 h3{
  font-size: 20px;
  font-family:Verdana;
  color: #515151;
}
/* img {
  width: 50%;
  height:100%;
} */
.gv_container {
  width:100%;
  margin-top: 35%;
}
.gv_card-img-top{
  width:100%;
  height:50%;
}
.gv_card-body{
  color:white;
} 
.gv_card{
  margin-left: 3%;
  margin-right: 3%;
}
/*PROFILE IMAGE END*/

/*FOOTER*/
ul {
margin: 0px;
padding: 0px;
}
.footer-section {
background: #061728;
position: relative;
}
.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-widget-heading h3::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -15px;
     height: 2px;
     width: 50px;
     background: #ff5e14;
     }
     .footer-widget ul li {
     display: inline-block;
     float: left;
     width: 50%;
     margin-bottom: 12px;
     }
     .footer-widget ul li a:hover{
     color: #ff5e14;
     }
     .footer-widget ul li a {
     color: #878787;
     text-transform: capitalize;
     } */
    

/* .copyright-text p a{
color: #ff5e14;
} */
    
     /* FOOTER*/