
.customLink{
    color: white;
    transition: all 1s ;
}
.customLink:hover{
color: black;
}





#header{
    background: linear-gradient(rgba(0, 0, 0, 0.314)),url(../images/agency-1.jpg);
  background-position: center;
  background-size: cover;
  height: 100dvh;
}



.header-contact h1{
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 4rem;
      color: white;
      font-size: 100px;
      line-height: 120px;
      margin: 0 0 18px;
      font-weight: 900;
      text-transform: capitalize;
}
.header-contact p{
      font-family: "Lato", sans-serif;
    font-size: 28px;
    line-height: 53px;
    margin: 10px 0 20px;
 font-weight: 400   ;
 color: white;
 text-align: center;
}
.custombtn{
    background-color: #0461D5;
color: white;
}
.custombtn:hover{
    background-color: white;
color: black;

}
#text-icon h5{
     font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 22px;
      color: #303030;
      /* font-size: 100px; */
        margin: 10px 0 20px;
}
#text-icon p{
     font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 17px;
      color: #888888;   
}
.icon {
    margin-top: 20px;
    margin-right: 20px;
  font-size: 25px; 
  color: #303030; 
  
}
.carousel-indicators [data-bs-target]{
    background-color: #0461D5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#slider h2{
   font-family: "Lato", sans-serif;
    font-size: 42px;
    line-height: 57px;
    margin: 10px 0 20px;
 font-weight: 900   ;
 color: #303030;
 text-align: center;
}
#slider p{
  display: flex;
  font-family: "Lato", sans-serif;
    font-size: 21px;
 font-weight: 400   ;
 color: #606060;
 text-align: center;
 margin: auto;
 line-height: 1.8;
}



.col-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
      bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
  display: flex;
  justify-content: center;
  align-items: center; 
  color: #fff;  
  font-size: 20px;
  font-weight: bold;
  opacity: 0;           
  transition: opacity 0.3s ease;
}

.col-4:hover .col-content {
  opacity: 1;
}

#slider .button{
font-family: "Lato", sans-serif;
    font-size: 14px;
 font-weight: 900   ;
 color: #FFFFFF;
 margin: 30px 0px 12px;
 padding:21px 50px ;

}

#slide-2{
  width: 100%;
  height: 60dvh;
  background-color: #303030;
}

.icon-slide{
  margin-bottom: 100px;
}

.content-slide_2 p , .text-h1,.text-h2{
  font-family: "Lato", sans-serif;
 font-weight: 400   ;
 color: #FFFFFF;


}
.content-slide_2 p {
      font-size: 27px;
   margin: 5px 0px 12px;
 padding:21px 50px ;
}
.text-h1{
  font-size: 19.44px;
}
.text-h2{
  font-size: 18px;
  margin: 4px 0px 8px;
}

.carousel-indicators1 [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.card {
  min-height: 250px;
}

.card h5{
   font-family: "Lato", sans-serif;
 font-weight: 900   ;
 color: #303030;
 font-size: 20px;
 margin: 0px 0px 12.6px;
}

.card p{
   font-family: "Lato", sans-serif;
 font-weight: 400   ;
 color: #303030;
 font-size: 18px;
 line-height: 2.8;
}
.card a{
  font-family: "Lato", sans-serif;
 font-weight: 400   ;
    text-decoration: none;
    color: #888888;
    font-size: 14px;
}

#logo{
  margin-top: 50px;
  width: 100%;
  height: 20dvh;
  background-color: #ffffff9f;
}
#contact-us{
  background-color: RGB(4, 97, 213);
  width: 100%;
  height: 40dvh;

}

 .container-1 span{
   font-family: "Lato", sans-serif;
 font-weight: 900   ;
 color: #FFFFFF;
 font-size: 41px;
 text-align: center;
 }

  .container-1 p{
       font-family: "Lato", sans-serif;
      font-weight: 400   ;
      color: #FFFFFF;
      font-size: 24px;
  }
  /* .container-1 button{
    margin: 13px 0px 0px;
      padding: 20px 28px;
    } */
  .container-1 a{
    
    font-family: "Lato", sans-serif;
      font-weight: 400   ;
      color: #FFFFFF;
      font-size: 13px;
      
  }
