#services .icon i {
    font-size: 63px;
    line-height: 1;
    transition: 0.5s;
    margin-left: 16px;
}

#why-us {
    padding: 60px 0;
    background: #1c66de;
}
#footer {
    background: #1c66de;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #1c66de;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

element.style {
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
style attribute {
    visibility: visible;
    animation-name: bounceInUp;
}
#why-us .card {
    background: #0e3779;
    border-color: #838990;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
}
#footer .footer-top {
    background: #16499d;
    padding: 60px 0 30px 0;
}
.main-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #c4c8c9;
  text-decoration: none;
}
#intro {
    width: 100%;
    position: relative;
    background: url(../images/07/managed-IT_2400.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 200px 0 120px 0;
	opacity: 85%;
}