/* Landing css */
.spacer {
    flex: 1 1 auto;
}

.logos img {
    width: 30%;
}

.logos .dell {
    float: right;
}

.content {
    padding: 5% 15%;
    padding-bottom: 0%;
    height: 100vh;
}

.tittle {
    width: 70%;
    padding-top: 5%;
}

i {
    font-size: 25px;
    vertical-align: middle;
}

.landingPage {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.landingPage .headerShape {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -2;
}

svg {
    fill: #f4f4f4;
    z-index: -3;
}

.settingsTop {
    position: absolute;
    top: -50%;
    width: 70%;
    right: -15%;
}

.settingsBottom {
    position: absolute;
    bottom: -35%;
    width: 50%;
    left: -20%;
}

.shapeContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 30vh;
}

mat-icon,
h4 {
    display: inline;
    vertical-align: middle;
    padding: 1%;
}

.contactText {
    color: white;
    text-align: center;
    width: 50%;
    float: right;
}

/** SERVICES **/
.serviceContainer img {
    width: 100px;
}

.serviceBox {
    text-align: center;
}

.informationPage {
    padding: 5% 15%;
    color: white;
    background-color: #007DB8;
}


textarea {
    height: 128px;
    overflow: auto;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
     resize: none;
}

button {
    background-color: white;
    color: black;
    float: right;
}

.contactContainer {
    padding: 5% 15%;
}
.formContainer {
    padding: 0% 10%;
} 

.informationPage i{
    font-size: 100px;
}

.margin-top{
    margin-top: 5%;
}

.align-center{
        display: flex;
    /* justify-content: center; */
    align-items: center;
}
.content h3 {
    color: black;
}
.sectionShape {
    width: 100%;
}

footer{
    background-color: #007DB8;
    height: 150px;
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
}

.wb{
    background-color: #007DB8;
    text-align: right;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}


.headerShape, .sectionShape{
    margin-bottom: -1px;
}

.clients img{
    width: 100px;
}

.clients .col-sm{
    display: flex;
   justify-content: center;
   align-items: center;
}

.col-sm  {
        margin: 2% 0%;
}

footer img, footer svg {
    height: 60px;
}

footer svg{
    float: right;
}