section {
  display: block;
  /* border: 5px solid red; */
}

.primary_gold {
  color: #f1c350;
}
.primary_blue {
  color: #4c6021;
}
/* Team Section */

.column {
  float: left;
  width: 33%;
  margin-bottom: 16px;
  padding: 0 20px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.team{
  padding: 10px;
}
.team .title {
  color: grey;
}
.team .title + p {
  text-align: justify;
}

/* Service section */
.welcome_section .bg-image {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_contact_.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome_section .bg-image-contact {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_contact.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome_section .bg-image-client {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_client.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#global_clients {
  /* The image used */
  background-image: url("../assets/img/clients/bgworlD.jpg");
  height: auto;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
#global_clients img{
  mix-blend-mode: darken;
}

#uae_clients {
  /* The image used */
  background-image: url("../assets/img/clients/BGUaE.jpg");
  height: auto;
  max-width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

#universities_clients {
  /* The image used */
  background-image: url("../assets/img/clients/UNIVERSITIESs.jpg");
  height: auto;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.welcome_section .bg-image-about {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_contact_.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome_section .bg-image-solution {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_solution.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome_section .bg-image-career {
  /* The image used */
  background-image: url("../assets/img/clients/bavver-sub_career.jpg");
  filter: blur(1px);
  -webkit-filter: black blur(4px);
  height: 400px;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg-text p svg {
  height: 2rem;
  width: 1.767rem;
  transition: transform 0.15s linear;
}

.bg-text p svg:hover {
  transform: translateY(5px); /* Adjust the value as needed */
}

/* Solutions */
.solutions{
  margin-bottom: 20px;
}
.solutions .card{
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.solutions .card:hover{
  transform: scale(1.05);
  background-color: #f1c350;
}
.solutions .card:hover .row1 img{
 color: white;
 filter: invert(100%);
 transition: color 0.3s ease 0.2s, filter 0.3s ease 0s;
}
.solutions .card:hover .row2{
 color: white;
 transition: color 0.3s ease 0s;
}
.solutions .row1,
.row2 {
  padding: 20px;
  text-align: center;
}
.solutions .row2 h5 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

#solutions{
  text-align: center;
}
#solutions .col-lg-3, .col-md-3{
  margin-bottom: 20px;
}
#solutions img{
  height: 110px;
  margin-bottom: 30px;
}
.makes_different p a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #feb543;
  color: #f9fcfb;
  border-radius: 25px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  box-shadow: 0px 2px 7px 0px rgba(32, 50, 117, 0.26);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.makes_different a:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

h3.timer:after {
  content: "+";
  font-size: 1em; /* Adjust size as needed */
  color: #ffffff; /* Adjust color as needed */
  /* Add any other styles you want */
}
h3.daily:after {
  content: "%";
  font-size: 1em; /* Adjust size as needed */
  color: #ffffff; /* Adjust color as needed */
  /* Add any other styles you want */
}
/* Immigration */
.immigration .card{
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.immigration .card:hover{
  transform: scale(1.05);
  background-color: #ebbb42;
  color: white;
  /* border: 1px solid white; */
}