* {
  margin: 0;
  padding: 0;
}

/* footer */
.footer-wrap {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-family: 'Source Sans Pro', sans-serif;
}

.foot {
  padding: 20px;
}

/* .logo {
  float: right;
} */

/* NAVIGATOIN SECTION */
.nav-link {
  color: #fff !important;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
.nav-link:hover {
  color: #9be7f6 !important;
}
.small-head {
  padding: 10px;
  color: #fff;
  background-color: #000;
}
.small-head a {
  color: #fff;
}
.butt {
  border-radius: 50px;
}

/* CAROUSEL SECTION */
.carousel-inner h5 {
  font-size: 90px;
}
.carousel-inner p {
  padding-bottom: 50px;
}

/* ICON SECTION */
.wrapper-feature {
  padding: 50px 10px 10px 50px;
}
.circle {
  color: #fff;
  background-color: #9be7f6;
  width: 4.86rem;
  height: 4.86rem;
  border-radius: 50%;
  text-align: center;
  padding-top: 25px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.circle:hover {
  color:#9be7f6;;
  background-color: #fff;
}
.icons {
  padding: 20px;
  text-align: center;
}
.icons h3 {
  padding: 15px 10px;
  font-weight: lighter;
}
.icons p {
  font-weight: lighter;
}

.wrapper-wedo {
  background: url('../img/back.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px;
}


.wedo h1 {
  font-size: 60px;
  font-weight: lighter;
  padding-bottom: 20px;
  font-family: serif;
}

.wedo h3  {
  font-weight: lighter;
}
.wedo h4 {
  font-weight: lighter;
}

/* SERVICES SECTION */
.wrapper-services h1 {
  font-size: 60px;
  font-family: serif;
}

.service {
  padding: 40px 25px;
  color: #43aee1;
}

.service ul {
  list-style: none;
}
.service h3{
  padding: 30px 20px;
  font-family: serif;
}

.service li {
  padding: 5px 40px;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* CONTACT US SECTOIN */
.wrapper-contact {
  background: url('../img/form.jpg');
  background-size: cover;
  background-position: center;
  padding: 40px;
  color: #fff;
}

.wrapper-contact h1 {
  font-size: 60px;
  font-family: serif;
  padding: 30px;
}

.wrapper-contact h5 {
  font-family: serif;
  font-weight: lighter;
  font-size: 25px;
  padding-bottom: 20px;
}

.wrapper-contact input {
  padding: 10px 5px;
}
.wrapper-contact button {
  padding: 10px 60px;
}

@media (max-width: 550px) {
  .small-head i {
    padding: 5px;
  }
}
