:root{
    --primary-font:"Poppins", sans-serif;
    
}

#header .fixed-top{
    box-shadow: 0 0.125rem rgb(0 0 0 / 5%);
}

#header .navbar-nav .nav-item .nav-link{
    color: black;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 400;
}



.navhov {
    display: block;
    position: relative;
    padding: 0.2em 0;
  }

.navhov::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: rgb(0, 0, 141);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .navhov:hover::after,
  .navhov:focus::after {
    opacity: 1;
    color: rgb(0, 0, 141);
    transform: translate3d(0, 0.0em, 0);
  }

/* home section */

.home .home-banner-1,
.home .home-banner-2{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 650px;
    position: relative;
}


.home .home-banner-1{
    background-image: url('../images/planning1.png');
}
.home .home-banner-2{
    background-image: url('../images/planning.png');

}

.home .home-banner .home-banner-text{
    position: absolute;
    top: 50%;
    left:60%;
    transform: translate(-110%, -50% );
    color: white;
    
}

.home .home-banner .home-banner-text h1{
    font-size: 5rem;

}

.button-home {
    background-color: transparent; 
    color: white;
    border-radius: 5px;
    border: 3px solid white;
    font-size: 1.5rem;
    font-weight: 550;
    padding: 10px 20px 10px 20px;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
  }
  .button-home:hover {
    background-color: white ;
    color: rgb(0, 0, 141);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 30px 15px 30px;
    
  }





/* icon Part */



.iconpart{
    width: 100%;
    background-color:white ;
    min-height: 500px;
}

.iconpart h1{
    color: rgb(0, 0, 141);
    font-size: 2.7rem;
}

.iconpart p{
    color: rgb(0, 0, 141);
    font-size: 1.2rem;
}

.iconpart .cards{
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    flex-wrap: wrap;
}

.iconpart .cards .card{
  width: 15rem;
}


    /* hover text */
.texthovun{
    display: block;
    position: relative;
    padding: 0.2em 0;
    width: fit-content;
    margin: auto;
  }

  .texthovun ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: rgb(0, 0, 141);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .texthovun :hover::after,
  .texthovun :focus::after {
    opacity: 1;
    transform: translate3d(0, 0.14em, 0);
  }

 /* Hover Image */
.hover01{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.hover01 figure:hover img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}





/* REFERAL */
.referal{
  width: 100%;
  background-color:white ;
  min-height: 380px;
}

.referal h1{
  color: rgb(0, 0, 141);
  font-size: 2.7rem;
}

.referal p{
  color: black;
  font-size: 1.1rem;
}

.referal .cards{
  display: flex;
  /* justify-content: space-around; */
  justify-content: center;
  flex-wrap: wrap;
}


.referal .card{
  width: 12rem;
  height: 6.5rem;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 20px;
padding: 15px 20px 15px 20px;
}
.referal figure{
  margin: 0px;
}

.referal .card-img-top{
  height: 100%;
}



/* section 2 */


.sec-2{
    width: 100%;
    background-color:#f5f6f7;
    min-height: 400px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */

}

.sec-2 .card{
    margin-right: 3rem;
    margin-left: 3rem;
    width: 70%;

}

.sec-2 p{
    font-size: 1.3rem;
    color: black;

}
.sec-2 li{
  font-size: 1.3rem;
  color: black;

}

.sec-2 h1{
    font-size: 4rem;
    color: rgb(0, 0, 141);
}

/* clients section */

.clients .clients-wrap {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.clients .client-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  height: 120px;
}

.clients .client-logo img {
  height: 50%;
  /* filter: grayscale(100%); */
  transition: 0.3s;
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}
   

/* Sec-3 */

 /* hover text */
 .texthovun .p{
  display: block;
  position: relative;
  padding: 0.2em 0;
  width: fit-content;
  margin: auto;
}

.texthovun .p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: black;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.texthovun .p:hover::after,
.texthovun .p:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.14em, 0);
}

  .button-69 {
    background-color: rgb(0, 0, 141);
    /* background-image: linear-gradient(#8614f8 0, #760be0 100%); */
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    width: 190px;
  }
  
  .button-69:hover {
    opacity: .8;
  }
  
  @media screen and (max-width: 1000px) {
    .button-69 {
      font-size: 14px;
      height: 55px;
      line-height: 55px;
      width: 150px;
    }
  }


  .sec-3 .card{
    width: 70%;
}



/* 
foot{
    width: 100%;
    background-color:rgb(0, 0, 141); ;
    min-height: 500px;
    display: flex;
    justify-content: space-around;

} */

.footer{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 350px;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)), url('../Images/footer-bg.jpg');
}

.footer ul{
    list-style-type: none;
}

.footer h3{
    color: white;
    font-size: 2.5rem;
}
.footer p{
    color: white;
    font-size: 1.15rem;
}
.footer a{
    color: white;
    text-decoration: none;
    font-size: 1.15rem;
}

.footer a:hover {
    text-decoration: underline;
    color: white;
  }
  
  
.footer h4{
    font-size: 1.7rem;
    color: white;
}