/*
.form-control{
 border-radius: 1rem;
}
.right-image{
  background-image:url("C:\Users\ameny\Downloads\nordwood-themes-bJjsKbToY34-unsplash.jpg");
  
}
.btn {
  border-radius: 2rem;
}

.banner6
 {
  color: #8d97ad;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  height: 94vh;
  background-color: #eee;
}

.banner6 h1,
.banner6 h2,
.banner6 h3,
.banner6 h4,
.banner6 h5,
.banner6 h6 {
  color: #3e4555;
}

.banner6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.banner6 a {
  text-decoration: none;
}



.service-22 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.service-22 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.service-22 .btn-md {
width: 38vw;
}

.banner6 .text-danger {
  color: #188ef4 !important;
}

.banner6 .right-image {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (max-width: 1023px) {
  .banner6 .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner6 .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
	.banner6 .right-image {
		position: relative;
		bottom: -95px;
	}
}
*/






/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/


.form-control:not(select) {
  padding: 1.5rem 0.5rem;
}

select.form-control {
  height: 52px;
  padding-left: 0.5rem;
}

.form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
.form-control:focus {
  box-shadow: none;
}


.btn-info-gradiant {
  background: #d24d57;
  background: -webkit-linear-gradient(legacy-direction(to right), #d24d57 0%, #d24d57 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d24d57), to(#d24d57));
  background: -webkit-linear-gradient(left, #d24d57 0%, #d24d57 100%);
  background: -o-linear-gradient(left, #d24d57 0%, #d24d57 100%);
  background: linear-gradient(to right, #d24d57 0%, #d24d57 100%);
}

 .btn-info-gradiant:hover {
  background: #d24d57;
  background: -webkit-linear-gradient(legacy-direction(to right), #d24d57 0%, #d24d57 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d24d57), to(#d24d57));
  background: -webkit-linear-gradient(left, #d24d57 0%, #d24d57 100%);
  background: -o-linear-gradient(left, #d24d57 0%, #d24d57 100%);
  background: linear-gradient(to right, #d24d57 0%, #d24d57 100%);
}


a {
    text-decoration: none;
  }
.text-primary{
  color: #d24d57;
}

.ent {
background-image: url("../../assets/images/enterprise.png");
background-repeat: no-repeat;
background-position: center; 

}
.dom {
  background-image: url("../../assets/images/competence.png");
background-repeat: no-repeat;
background-position: center; 
}
.loc {
  background-image: url("../../assets/images/location.png");
  background-repeat: no-repeat;
  background-position: center; 
  }