section.header {
  background-image: url(../images/coding-on-a-computer.jpg);
  background-size: cover;
  padding: unset;
}

section.header .top_header {
  text-align: center;
}

section.header .top_header div.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

section.header .top_header div.row div {
  padding: 5px 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.header .top_header div.row .middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.header .top_header div.row .right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.header .top_header div.row .right a {
  line-height: 0;
}

section.header .top_header div.row .right a i {
  font-size: 25px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

section.header .top_header div.row .right a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

section.header .menu {
  background-color: #34495e;
}

section.header .menu .container nav a.logo {
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 8px;
  color: #00ffb8;
}

section.header .menu .container nav a.logo span {
  color: #ffffff;
}

section.header .menu .container nav a.logo:hover {
  color: #ffffff;
}

section.header .menu .container nav a.logo:hover span {
  color: #00ffb8;
}

section.header .menu .container nav div.collapse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.header .menu .container nav div.collapse ul li a {
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

section.banner {
  background-color: #34495ea9;
}

section.banner .content {
  padding: 50px 0 40px;
}

section.banner .content .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.banner .content .row .col-md-9 {
  background-color: #34495ea9;
  border-radius: 15px;
  color: #ffffff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: #34495e;
}

section.banner .content .row .col-md-9 span {
  color: #00ffb8;
}

section.banner .content .row .col-md-9 h2 {
  font-size: 50px;
  font-weight: bold;
  margin: 10px auto;
  color: #00ffb8;
  letter-spacing: 15px;
}

section.banner .content .row .col-md-9 h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

section.banner .content .row .col-md-9 h5 {
  font-weight: bold;
}

section.banner .content .row .col-md-9 h6 {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 15px 0;
}

section.hero .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.hero .row .left {
  margin-bottom: 15px;
}

section.hero .row .left .quick-btn {
  display: inline-block;
}

section.hero .row .left .quick-btn a {
  float: left;
  margin-right: 15px;
}

section.hero .row .right img {
  height: 400px;
}

section.services .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.services .row .service {
  margin-bottom: 20px;
}

section.services .row .service .serviceBox {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

section.services .row .service .serviceBox .service-icon {
  color: #ffffff;
  font-size: 27px;
  line-height: 92px;
  width: 105px;
  height: 80px;
  padding: 0 0 20px 0;
  margin: 0 auto;
  position: relative;
  -webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
          clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
}

section.services .row .service .serviceBox .service-icon:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  -webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
          clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
  z-index: -1;
}

section.services .row .service .serviceBox:hover .service-icon i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.services .row .service .serviceBox .service-content {
  padding: 60px 22px 40px;
  margin: -40px 0 -12px;
  outline-offset: -12px;
  outline: 3px solid;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

section.services .row .service .serviceBox .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}

section.services .row .service .serviceBox a {
  margin-top: 12px;
}

section.services .row .service:nth-child(even) .service-content {
  outline-color: #00ffb8 !important;
}

section.services .row .service:nth-child(even) .service-content:hover {
  background: #00ffb8;
  outline-color: #34495e !important;
  color: #34495e !important;
}

section.services .row .service:nth-child(even) .service-icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#00ffb8), to(#34495e));
  background: linear-gradient(#00ffb8, #34495e);
}

section.services .row .service:nth-child(even):hover .description {
  height: 100%;
}

section.services .row .service:nth-child(odd) .service-content {
  outline-color: #34495e !important;
}

section.services .row .service:nth-child(odd) .service-content:hover {
  background: #34495e;
  outline-color: #00ffb8 !important;
  color: #00ffb8 !important;
}

section.services .row .service:nth-child(odd) .service-icon:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#34495e), to(#00ffb8));
  background: linear-gradient(#34495e, #00ffb8);
}

section.recent-work {
  background-color: #34495e;
  padding: 30px 0 15px 0;
}

section.recent-work .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.recent-work .row .section_title {
  color: #ffffff;
}

section.recent-work .row .col-4 .btn {
  float: right;
  border-color: #ffffff;
  font-size: 12px;
  width: 75%;
}

section.welcome {
  padding-top: 0;
  padding-bottom: 0;
}

section.welcome .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.welcome .container .row .left img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: object-position 3s;
  transition: object-position 3s;
  transition: object-position 3s, -o-object-position 3s;
}

section.welcome .container .row .left:hover img {
  -o-object-position: bottom;
     object-position: bottom;
}

section.welcome .container .row .right p {
  color: #00ffb8;
}

section.welcome .container .row .right h2 {
  -webkit-transition: color 1s;
  transition: color 1s;
}

section.welcome .container .row .right h2 span {
  -webkit-transition: color 1s;
  transition: color 1s;
  color: #00ffb8;
}

section.welcome .container .row .right p.paragraph {
  color: #34495e;
}

section.welcome .container .row .right:hover p {
  color: #34495e;
}

section.welcome .container .row .right:hover h2 {
  color: #00ffb8;
}

section.welcome .container .row .right:hover h2 span {
  color: #34495e;
}

section.portfolios {
  background-color: #ffffff;
  padding: 30px 0 15px 0;
}

section.portfolios .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.portfolios .row .section_title {
  color: #34495e;
}

section.portfolios .row .col-4 .btn {
  float: right;
  border-color: #ffffff;
  font-size: 12px;
  width: 75%;
}
/*# sourceMappingURL=style.css.map */