nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(28, 28, 28, 0.8);
}
nav .logo {
  background-color: #222222;
  color: #fff;
  width: 56px;
  height: 61px;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width:767px) {
  nav .logo {
    margin-left: 40px;
  }
}
nav i {
  font-size: 40px;
  color: #fff;
  margin-left: auto;
  margin-top: 10px;
  cursor: pointer;
  display: none !important;
}
@media (max-width:991px) {
  nav i {
    display: block !important;
  }
}
@media (max-width:767px) {
  nav i {
    margin-right: 40px;
  }
}
@media (max-width:991px) {
  nav ul {
    padding-top: 15px;
    display: none;
  }
}
nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: bold;
  font-size: 21px;
}
@media (max-width:991px) {
  nav ul li {
    display: block;
  }
}
@media (max-width:767px) {
  nav ul li {
    font-size: 18px;
    margin-left: 35px;
  }
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
nav ul li a:hover {
  text-decoration: none;
  color: #04bcff;
}
nav ul li .active {
  color: #04bcff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  text-transform: capitalize;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.banner {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner div {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width:767px) {
  .banner div {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.banner div span.banner-span {
  font-size: 15px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #696464;
}
.banner div h2 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0;
  letter-spacing: 10px;
}
@media (max-width:767px) {
  .banner div h2 {
    font-size: 35px;
  }
}
.banner div h2 span {
  font-weight: 100;
}
.banner div ul li {
  margin: 5px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #696464;
}

.section1 {
  background-color: #222222;
}
.section1 h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin: 100px 0 0;
}
@media (max-width:991px) {
  .section1 h3 {
    text-align: center;
  }
}
@media (max-width:767px) {
  .section1 h3 {
    font-size: 24px;
  }
}
.section1 h3 span {
  font-weight: 100;
  color: #696464;
}
.section1 .div-1 {
  margin: 30px 0;
}
.section1 .div-1 p {
  color: #696464;
  font-size: 18px;
}
@media (max-width:767px) {
  .section1 .div-1 p {
    font-size: 16px;
  }
}
.section1 .div-2 {
  padding: 10px;
  margin: 30px 0;
  color: #fff;
}
.section1 .div-2 i {
  font-size: 60px;
}
.section1 .div-2 p {
  margin-top: 25px;
  text-transform: uppercase;
}

.section2 .svg {
  margin: 100px 0;
}
@media (max-width:991px) {
  .section2 .svg {
    margin: 100px auto 20px;
  }
}
.section2 .svg img {
  width: 100%;
  height: 100%;
}
.section2 .creative {
  margin: 100px 0;
}
.section2 .creative h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 15px;
}
@media (max-width:767px) {
  .section2 .creative h3 {
    font-size: 22px;
    letter-spacing: 7px;
  }
}
.section2 .creative h3 span {
  font-weight: 100;
  color: #696464;
}
.section2 .creative div {
  margin: 0 0 30px;
}
@media(max-width:991px) {
  .section2 .creative div {
    margin-bottom: 50px;
  }
}
.section2 .creative div i {
  margin-left: 30px;
  font-size: 20px;
}
.section2 .creative div span {
  text-transform: uppercase;
  margin-left: 5px;
}
.section2 .creative div p {
  margin-left: 30px;
  font-size: 18px;
  color: #696464;
}
@media (max-width:767px) {
  .section2 .creative div p {
    font-size: 16px;
  }
}

.section3 {
  background-image: url("../images/Black And White Photo Of Laptop.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width:991px) {
  .section3 {
    padding-bottom: 20px;
  }
}
.section3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.section3 div {
  color: #fff;
}
@media (max-width:991px) {
  .section3 div {
    margin-bottom: 50px;
  }
}
.section3 div i {
  font-size: 60px;
}
.section3 div p {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 0;
}
.section3 div span {
  font-size: 25px;
  font-weight: bold;
}

.section4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e4e3e3;
}
.section4 div h3 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 15px;
  margin-top: 60px;
}
.section4 div h3 span {
  font-weight: 100;
  color: #696464;
}
.section4 div p {
  margin: 15px 20px;
  font-size: 18px;
  color: #696464;
}
@media (max-width:767px) {
  .section4 div p {
    font-size: 16px;
  }
}
.section4 div button {
  margin: 0 20px;
}
.section4 .box {
  height: 300px;
  padding: 0;
}
@media(max-width:991px) {
  .section4 .box {
    margin-top: 70px;
  }
}
.section4 .box div {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 15%;
  text-align: center;
}
.section4 .box div span {
  font-size: 11px;
  line-height: 4;
}
.section4 .box img {
  width: 100%;
  height: 100%;
}

.section5 {
  background-color: #222222;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section5 .content-1 h3 {
  width: 40px;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  height: 40px;
  background-color: #fff;
  color: #1f1f1f;
}
@media (max-width:767px) {
  .section5 .content-1 h3 {
    margin-left: 20px;
  }
}
.section5 .content-1 p {
  color: #ccc;
  margin: 20px 0;
}
@media (max-width:991px) {
  .section5 .content-1 p {
    margin: 25px;
    display: inline-block;
  }
}
@media (max-width:767px) {
  .section5 .content-1 p {
    display: block;
  }
}
.section5 .content-1 p i {
  font-size: 16px;
  color: #ccc;
}
.section5 .content-1 .i-1 {
  color: #fff;
  margin: 0 5px;
  font-size: 25px;
  transition: box-shadow 0.3s ease-in-out;
}
@media (max-width:991px) {
  .section5 .content-1 .i-1 {
    margin: 0px 0px 30px 25px;
  }
}
.section5 .content-1 .i-1:hover {
  -webkit-box-shadow: 1px 1px 3px 3px #ccc, -1px -1px 3px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px 3px #ccc, -1px -1px 3px 3px #ccc;
  -ms-box-shadow: 1px 1px 3px 3px #ccc, -1px -1px 3px 3px #ccc;
  -o-box-shadow: 1px 1px 3px 3px #ccc, -1px -1px 3px 3px #ccc;
  box-shadow: 1px 1px 3px 3px #ccc, -1px -1px 3px 3px #ccc;
  cursor: pointer;
}
@media (max-width:767px) {
  .section5 .content-2 {
    margin-top: 50px;
  }
}
.section5 .content-2 h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section5 .content-2 span {
  color: #ccc;
  display: block;
}
.section5 .content-2 ul li {
  list-style: none;
  color: #ccc;
  padding: 5px;
  border-top: 1px solid #ccc;
}
@media (max-width:767px) {
  .section5 .content-2 ul li {
    border: none;
  }
}
.section5 .content-2 ul li:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width:767px) {
  .section5 .content-2 ul li:last-child {
    border: none;
  }
}

footer {
  background-color: #ccc;
  text-align: center;
  padding: 25px;
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
}
@media (max-width:991px) {
  footer {
    font-size: 19px;
  }
}
@media (max-width:767px) {
  footer {
    font-size: 16px;
  }
}

button {
  width: 200px;
  font-size: 18px;
  margin: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  background-color: inherit;
  outline: none;
  border: 1px solid #908282;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button:hover {
  -webkit-box-shadow: 2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000;
  -moz-box-shadow: 2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000;
  -ms-box-shadow: 2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000;
  -o-box-shadow: 2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000, -2px -2px 3px #000, 2px -2px 3px #000, -2px 2px 3px #000;
}
button:focus {
  outline: none;
}
@media (max-width:767px) {
  button {
    width: 150px;
    font-size: 15px;
  }
}

.button-larg:hover {
  color: #04bcff;
}

.button-small {
  width: 130px;
  font-size: 13px;
  margin: 0 30px;
  padding: 7px;
}

/*# sourceMappingURL=main.css.map */
