* {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: antialised !important;
}
li {
  list-style: none;
  display: inline-block;
}
a {
  text-decoration: none;
  transition: all 500ms ease-in-out;
}
a:active, a:hover {
  text-decoration: none;
}
h1, h2, h4 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
p {
  font-size: 15px;
  line-height: 21px;
}
.btn {
  transition: all 300ms ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #ededed !important;
  color: #3c3c3c !important;
  border: 1px solid #fff !important;
}
/*NAVIGATION*/
.navbar {
  background-color: #222222 !important;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar a {
  color: #fff !important;
  opacity: 0.7;
}
.navbar a:hover {
  opacity: 1;
  background-color: #111 !important;
}

/* HEADER */
.header {
  width: 100%;
  height: 600px;
  margin-top: 50px;
  padding: 30px 0 30px;
  background-color:gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: white;
}
.header img {
  height: 350px;
  width: 450px;
  margin: 70px 0 0 40px;
}
.header h1 {
  font-size: 40px;
  font-weight: 700px;
  padding-top: 30px;
}
.header h1, .header p, .header button {
  margin-top: 20px;
}
.header .btn {
  border-radius: 0;
  margin: 40px 20px;
}
@media(max-width:768px){
  .header {
    padding: 30px;
    height: 750px;
  }
  .header img {
    width: 90%;
    height: 300px;
    margin: 20px 0 0 20px;
  }
  .header .btn {
    font-size: 10px;
      }
  .header p {
    font-size: 10px;
  }
}
/* SERVICES */
.services {
  padding: 80px 0 80px;
  text-align: center;
}

.services h2, .services h4 {
  color: #4c4c4c;
  margin: 20px 0 20px;
}
.services p {
  color: #737373;
  font-size: 14px;
}
.services i {
  height: 80px;
  width: 80px;
  font-size: 30px;
  padding: 25px 20px;
  border-radius: 50%;
  background-color: #6699cc;
  color: #fff;
  margin-top: 20px;
}
@media(max-width:768px){
  .services {
    padding: 30px;
  }
}

/* PRICING SECTION*/

.pricing {
  padding: 50px 0 80px;
  text-align: center;
  background-color: #3399ff;
}

.pricing p, .pricing h2 {
  color: #fff;
}
.pricing p {
  padding-bottom: 40px;
}

.pricing .packages {
  padding: 30px;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.packages li {
  display: block;
  padding: 5px;
}
.packages h4, .packages h1, .packages b {
  color: #4c4c4c;
}

.packages p, .packages li {
  color: #737373;
}
.packages button {
  margin-top: 10px;
}

/* TEAM */
.team {
  padding: 50px 0 80px;
  text-align: center;
}
.team b, .team h2, .team h4 {
  margin: 20px 0 20px;
  color: #4c4c4c;
}
.team p {
  color: #737373;
}
.team img {
  height: 150px;
  width: 150px;
  margin-top: 80px;
}
.team i {
  height: 30px;
  padding: 5px;
  width: 30px;
  font-size: 17px;
  background-color: #a0db8e;
  color: #fff;
}
.team a:hover i {
  background-color: #709963;
}

/* CLIENTS */

.clients {
  padding: 50px 0 80px;
  background-color: #3399ff;
  text-align: center;
  color: #fff;  
}

.clients h2 {
  color: #5e5e5e;
}

.clients p {
  padding-bottom: 40px;  
}

.clients img {
  width: 200px;
  opacity: 0.6;
  margin: 40px 0;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

.clients li:hover img {
  opacity: 1;
}

/* CONTACT SECTION */

.contact {
  padding: 50px 0 80px;
  text-align: center;  
}

.contact p {
  padding-bottom: 80px;
  color: #737373;
}

.contact h2 {
  color: #4c4c4c;
  margin: 20px 0 20px;
}
.contact .input-group {
  margin-bottom: 25px;
}
.contact .form-control {
  border-radius: 0 !important;
}
.contact span {
 border-radius: 0 !important; 
}
.contact .btn {
 border-radius: 0;
 width: 100%;
 font-size: 15px;
 background-color: #f08080;
 color: #fff;
}

.contact .btn:hover {
  background-color: #a85959 !important;
  color: #fff !important;
}


/* FOOTER SECTION */


.footer {
  padding: 30px;
  color: #ccc;
  background-color: #222222
}

.footer .social {
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  margin-right: 5px;
}
.footer .social:hover {
  background-color: #ccc;
  color: #222;
}
.footer .input {
  height: 40px;
  padding: 5px;
  width: 160px;
  border: none;
  background-color: #ccc;
  color: #000;
  padding: 10px 5px 10px;
  margin: -3px 0 0 5px;
}