/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Outfit, serif;
}
a{
  text-decoration: none!important;
  font-size: 20px!important;
  margin: 10px;

}
:root {
  --main-color: #2196f3;
  --main-color-alt: #1787e0;
  --main-transition: 0.3s;
  --main-padding-top: 100px;
  --main-padding-bottom: 100px;
  --section-background: #ececec;
}

.sliderGradiant {
  background-image: linear-gradient(to bottom, rgba(32, 140, 204, 0.71), rgba(0, 0, 0, 0.87)), url("../images/0x0@2x.jpg");
  width: 100%;
  height: 700px;
  background-size: cover;
  color: white;
  padding: 20px;
}

.and {
  color: rgb(15, 126, 187);
}




nav {
  transition: 0.3s;
}
nav .navbar-brand .logo {
  width: 330px;
  height: 55px;
  background-image: url('assets/images/iconblue.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
nav .nav-item a {
  color: #fff;
  list-style-type: none!important;
}
nav .nav-item a:hover {
  color: #ddd;
}
nav .nav-item .rounded-pill {
  background-color: #0f7ebb;
  color: white;
}
nav .nav-item .rounded-pill:hover {
  background-color: #1e77ac;
}
.scroll nav {
  background-color: white;
  z-index: 55555555;
}
.scroll nav .navbar-brand .logo {
  background-image: url('/images/logos/blue.png');
}
.scroll nav .nav-item a:not(.rounded-pill) {
  color: black !important;
}
.scroll nav .nav-item a:hover {
  color: #ddd !important;
}

.changelogo {
  background-image: url("assets/images/iconblue.png");
}
.overlay {
  background: linear-gradient(to bottom, rgba(32, 140, 204, 0.71), rgba(0, 0, 0, 0.87));
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: right;

}
.contact {
  background-color: rgb(15, 126, 187);
  border-radius: 50px;
  color: white;
  float: right;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;

}


.solutions_sec {
  color: rgba(2, 59, 77, 1);
  text-align: center;
}


.our-solution {
  border-radius: 50px;
  box-shadow: 0 0 20px #ffffff;
  padding: 17px;

}
.our-solution .prog{
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}


