* {
  box-sizing: border-box;
}

@fontface {
  src: url(../fonts/Lato-Black.ttf);
  font-family: "Lato Black";
}
@fontface {
  src: url(../fonts/Lato-Bold.ttf);
  font-family: "Lato Bold";
}
@fontface {
  src: url(../fonts/Lato-Light.ttf);
  font-family: "Lato Light";
}
@fontface {
  src: url(../fonts/Lato-Regular.ttf);
  font-family: "Lato Regular";
}
@fontface {
  src: url(../fonts/Lato-Thin.ttf);
  font-family: "Lato Thin";
}
body {
  font-size: 1em;
  background-color: #f8fcfe;
  font-family: "Lato Regular", Helvetica, Tahoma, Serif, Arial;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

.container-1170 {
  width: 1170px;
  margin: 0 auto;
}

.scf {
  color: #18cfab;
}

.divider {
  margin: 25px auto 50px;
  width: 88px;
  height: 5px;
  background-image: url("../img/divider.png");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}

.divider-line {
  margin: 50px 0px 0px 0px;
  width: 100%;
  height: 1px;
  background-color: #dee2e5;
  display: block;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  background-color: #44433e;
  max-height: 120px;
}

.logo {
  padding: 28px 0 25px 0;
  display: flex;
}
.logo-img {
  background-image: url("../img/logo/polygon.png");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  padding: 13px 17px;
  font-size: 2.1875em;
  font-family: "Lato Black";
  color: #fff;
  display: block;
  margin: 0 auto;
}
.logo-txt {
  padding: 13px 0px 14px 10px;
  font-size: 2.1875em;
  font-family: "Lato Regular";
  color: #18cfab;
  display: block;
  margin: 0 auto;
  letter-spacing: 2.5px;
}

.navmenu {
  display: flex;
  position: relative;
}
.navmenu ul {
  display: flex;
}
.navmenu li {
  list-style-type: none;
  text-transform: uppercase;
  padding: 36px 7px;
  font-size: 0.875em;
  font-family: "Lato Black";
  margin-bottom: -18px;
}
.navmenu li:first-child {
  padding-left: 0px;
}
.navmenu li:last-child {
  padding-right: 0px;
  border-bottom: 0px;
  color: #b8b8b8;
}
.navmenu li:last-child:hover {
  border-bottom-width: 0px;
}
.navmenu li a:active,
.navmenu li a:visited,
.navmenu li a:link {
  color: #b8b8b8;
  text-decoration: none;
}
.navmenu li:hover {
  border-bottom: 2px solid #18cfab;
}
.navmenu li:hover a {
  color: #18cfab;
}

#search {
  cursor: pointer;
}

#search-bar {
  position: absolute;
  right: 0px;
  bottom: 7px;
}
#search-bar input {
  font-size: 0.85em;
  font-family: "Aller Light";
  padding: 10px 20px 7px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#search-bar ::placeholder {
  padding-left: 10px;
  padding-bottom: 5px;
}
#search-bar button {
  font-size: 0.85em;
  padding: 10px 8px 7px;
  margin-left: 0px;
  color: #fff;
  background-color: #18cfab;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home-banner {
  background-color: #3c3c3c;
  height: 800px;
  text-align: center;
}
.home-banner-big-title {
  font-size: 3.75em;
  color: #fff;
  font-family: "Lato Black";
  text-transform: uppercase;
}
.home-banner-small-title {
  font-size: 2.25em;
  color: #fff;
  font-family: "Lato Regular";
  text-transform: uppercase;
  font-weight: 900;
  padding: 200px 0px 10px;
}
.home-banner-description {
  font-size: 2.5em;
  color: #fff;
  font-family: "Lato Light";
  padding: 10px 0px;
}

.home-banner-cta {
  padding-top: 125px;
  display: flex;
  width: 400px;
  margin: 0 auto;
}
.home-banner-cta-explore, .home-banner-cta-purchase {
  display: block;
  cursor: pointer;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  border-top: 4px solid #fff;
  border-radius: 7px;
  padding: 20px 35px;
}
.home-banner-cta-explore {
  background-color: #18cfab;
}
.home-banner-cta-explore:hover {
  background-color: #00cbf6;
}
.home-banner-cta-purchase {
  background-color: #00cbf6;
}
.home-banner-cta-purchase:hover {
  background-color: #18cfab;
}

.four-features {
  display: flex;
}
.four-features-first, .four-features-second, .four-features-third, .four-features-fourth {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 1em;
  padding-top: 80px;
  text-transform: uppercase;
  font-family: "Lato Black";
}
.four-features-first img, .four-features-second img, .four-features-third img, .four-features-fourth img {
  padding-bottom: 35px;
}
.four-features-first, .four-features-third {
  border-top: 5px solid #18cfab;
  background-color: #1c2a33;
  color: #18cfab;
}
.four-features-second, .four-features-fourth {
  border-top: 5px solid #fff;
  background-color: #18cfab;
  color: #fff;
}

.amazing-features {
  background-color: #fff;
}
.amazing-features break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 15px 0px;
}
.amazing-features-title {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #4e4e4e;
  padding-top: 100px;
  text-align: center;
  text-transform: capitalize;
}
.amazing-features ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-left: 0px;
  padding-bottom: 100px;
}
.amazing-features li {
  list-style-type: none;
  width: 29%;
}
.amazing-features li .heading {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 1em;
  text-transform: capitalize;
  font-family: "Lato Black";
  color: #717171;
}
.amazing-features li .heading:hover {
  color: #18cfab;
}
.amazing-features li .heading img {
  padding-right: 20px;
  float: left;
}
.amazing-features li .description {
  font-size: 0.8em;
  font-family: "Lato Regular";
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.about {
  background-color: #090f14;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  height: 550px;
}
.about .left-side {
  padding-right: 30px;
  width: 45%;
}
.about .right-side {
  padding-left: 30px;
  width: 45%;
}
.about .right-side .heading {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #fff;
  padding-top: 100px;
  text-align: center;
  text-transform: capitalize;
}

.toggle-skills {
  position: relative;
}
.toggle-skills ul {
  display: flex;
  padding-left: 0px;
}
.toggle-skills li {
  cursor: pointer;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  margin: 0px 10px;
  padding: 10px 0;
  font-family: "Lato Black";
}
.toggle-skills li:first-child {
  margin-left: 0px;
}

#our-history,
#our-biography,
#our-skills {
  position: absolute;
  top: 70px;
  color: #fff;
}

.left-side {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.laptop {
  position: absolute;
  height: 500px;
  right: 400px;
  bottom: -100px;
  z-index: 1;
}

.tablet {
  position: absolute;
  height: 425px;
  right: 300px;
  bottom: -100px;
  z-index: 2;
}

.smartphone {
  position: absolute;
  height: 350px;
  right: 200px;
  bottom: -100px;
  z-index: 3;
}

.come-in {
  transform: translateY(250px);
  animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.8s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.skills-ue,
.skills-wd,
.skills-wp,
.skills-html {
  display: flex;
  width: 600px;
  height: 40px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #959595;
  margin-bottom: 10px;
  position: relative;
}
.skills-ue-bar,
.skills-wd-bar,
.skills-wp-bar,
.skills-html-bar {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 12px 0px 10px 20px;
  border-radius: 3px;
}

.skills-ue-bar {
  width: 75%;
  background-color: #9c5da5;
}

.skills-wd-bar {
  width: 85%;
  background-color: #11b0de;
}

.skills-wp-bar {
  width: 70%;
  background-color: #d67f7f;
}

.skills-html-bar {
  width: 90%;
  background-color: #20bc9d;
}

.repair-position {
  z-index: 4;
  background-color: #f8fcfe;
  position: relative;
  width: 100%;
}

.our-work {
  width: 1170px;
  margin: 0 auto;
}
.our-work .title {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #4e4e4e;
  padding-top: 100px;
  text-align: center;
  text-transform: capitalize;
}

.toggle-our-work ul {
  display: flex;
  justify-content: center;
  padding-left: 0px;
}
.toggle-our-work li {
  cursor: pointer;
  list-style-type: none;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  color: #6d6d6d;
  text-transform: capitalize;
}
.toggle-our-work li:hover {
  color: #18d2a3;
  -webkit-box-shadow: 0px -2px #18d2a3;
  -moz-box-shadow: 0px -2px #18d2a3;
  box-shadow: 0px -2px #18d2a3;
}
.toggle-our-work li:first-child {
  padding: 20px 30px;
}

.content-all-our-work {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 50px;
  width: 1170px;
}

#cow1 {
  background-image: url(../img/our-work/1-creative-web-design.jpg);
  width: 285px;
  height: 207px;
}

#cow2 {
  background-image: url(../img/our-work/2-a4-paper.jpg);
  width: 285px;
  height: 207px;
}

#cow3 {
  background-image: url(../img/our-work/3-megapack.jpg);
  width: 285px;
  height: 207px;
}

#cow4 {
  background-image: url(../img/our-work/4-paper-hot-cup.jpg);
  width: 285px;
  height: 207px;
}

#cow5 {
  background-image: url(../img/our-work/5-mockup.jpg);
  width: 285px;
  height: 207px;
}

#cow6 {
  background-image: url(../img/our-work/6-white-business-cards.jpg);
  width: 285px;
  height: 207px;
}

#cow7 {
  background-image: url(../img/our-work/7-magazine.jpg);
  width: 285px;
  height: 207px;
}

#cow8 {
  background-image: url(../img/our-work/8-black-business-cards.jpg);
  width: 285px;
  height: 207px;
}

#cow9 {
  background-image: url(../img/our-work/9-basic-stationer.jpg);
  width: 285px;
  height: 207px;
}

#cow10 {
  background-image: url(../img/our-work/10-brand.jpg);
  width: 285px;
  height: 207px;
}

#cow11 {
  background-image: url(../img/our-work/11-disk.jpg);
  width: 285px;
  height: 207px;
}

#cow12 {
  background-image: url(../img/our-work/12-magazine.jpg);
  width: 285px;
  height: 207px;
}

#cow1-hover,
#cow2-hover,
#cow3-hover,
#cow4-hover,
#cow5-hover,
#cow6-hover,
#cow7-hover,
#cow8-hover,
#cow9-hover,
#cow10-hover,
#cow11-hover,
#cow12-hover {
  cursor: pointer;
  background-color: #f8fcff;
  width: 285px;
  height: 207px;
  border-top: 2px solid #1dcaac;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.cow-title {
  color: #18cfab;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 30px 50px 0px;
  font-family: "Lato Black";
}

.cow-description {
  color: #c5c7c8;
  text-transform: capitalize;
  font-size: 0.85em;
  padding-bottom: 30px;
}

.link-hover,
.search-hover {
  width: 40px;
  height: 40px;
  background-color: #f8fcfe;
  border-radius: 40px;
  border: 1px solid #18cfab;
  color: #18cfab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.link-hover:hover,
.search-hover:hover {
  color: #f8fcfe;
  background-color: #18cfab;
}

.link-hover {
  margin-right: 15px;
}

.our-services {
  background-color: #fff;
}
.our-services-title {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #4e4e4e;
  padding-top: 100px;
  text-align: center;
  text-transform: capitalize;
}

.toggle-our-services {
  padding-bottom: 50px;
}
.toggle-our-services ul {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  position: relative;
}
.toggle-our-services li {
  cursor: pointer;
  position: relative;
  list-style-type: none;
  padding: 25px 40px;
  text-transform: capitalize;
  color: #6d7172;
  background-color: #f8fcfe;
  border: 1px solid #ebebeb;
  font-size: 1em;
  font-family: "Lato Regular";
  font-weight: 700;
}
.toggle-our-services li:hover {
  background-color: #19ceab;
  color: #f8fcfe;
}

.nav-triangle {
  content: url("../img/nav-triangle.png");
  position: absolute;
  bottom: -12px;
  left: 30px;
}

.toggle-our-services-hovered {
  background-color: #19ceab;
  color: #f8fcfe;
}

#services-wd-tab,
#services-gd-tab,
#services-os-tab,
#services-ad-tab,
#services-om-tab,
#services-ss-tab {
  height: 150px;
  margin: 20px 45px;
}
#services-wd-tab img,
#services-gd-tab img,
#services-os-tab img,
#services-ad-tab img,
#services-om-tab img,
#services-ss-tab img {
  float: left;
  border: 1px solid eee;
  padding: 0px 20px 0px 0px;
}

.buy-and-install {
  height: 480px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../img/buy-and-install/buy-and-install.jpg");
  background-position: center;
  background-size: cover;
}

.bai-title {
  font-size: 2em;
  font-family: "Lato Black";
  color: #18cea6;
  padding-top: 125px;
  text-align: center;
  text-transform: uppercase;
}

.bai-subtitle {
  font-size: 1em;
  color: #fff;
  text-align: center;
  padding: 20px 0px 75px 0px;
}

.bai-button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  padding: 20px 25px;
  text-align: center;
  border-radius: 7px;
  border-top: 4px solid #fff;
  background-color: #19ceab;
  margin: 0 auto;
  max-width: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.bai-button:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #1C2A33;
}

.breaking-news {
  background-color: #fff;
}

.bn-container {
  display: flex;
  flex-flow: row wrap;
}

.bn-title {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #4e4e4e;
  padding-top: 100px;
  text-align: center;
  text-transform: capitalize;
}

.bn-items {
  border: 1px solid #e8e9eb;
  cursor: pointer;
  margin: 13px;
}
.bn-items-img {
  width: 263px;
  height: 229px;
  position: relative;
}
.bn-items-img-date {
  position: absolute;
  background-color: #1f3e38;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  font-size: 1em;
  color: #fff;
  text-align: center;
  padding: 14px 0px;
}
.bn-items-info {
  background-color: #f8fcff;
}
.bn-items-info-title {
  padding: 10px 10px 5px 10px;
  text-transform: capitalize;
  font-family: "Lato Black";
  color: #6c6c6e;
  font-size: 1em;
}
.bn-items-info-meta {
  padding: 5px 10px 10px 10px;
  font-size: 1em;
  color: #6c6c6e;
}

.bn-items:hover .bn-items-img-date {
  background-color: #19ceab;
}

.bn-items:hover .bn-items-info-title {
  color: #19ceab;
}

.ff-bg {
  background-color: #fff;
}

.four-features-bottom {
  display: flex;
  padding: 80px 0px;
}
.four-features-bottom-title {
  font-size: 2em;
  color: #fff;
  padding-bottom: 10px;
}
.four-features-bottom-first, .four-features-bottom-second, .four-features-bottom-third, .four-features-bottom-fourth {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 1em;
  padding-top: 40px;
  text-transform: capitalize;
}
.four-features-bottom img {
  padding-bottom: 20px;
}
.four-features-bottom-first, .four-features-bottom-third {
  border-top: 5px solid #18cfab;
  background-color: #1c2a33;
  color: #18cfab;
}
.four-features-bottom-second, .four-features-bottom-fourth {
  border-top: 5px solid #25333c;
  background-color: #18cfab;
  color: #25333c;
}

.pricing-table {
  background-color: #fff;
}

.pt-title {
  font-size: 1.5em;
  font-family: "Lato Regular";
  color: #4e4e4e;
  text-align: center;
  text-transform: capitalize;
}

.pt-container {
  display: flex;
  padding-bottom: 80px;
}
.pt-container-large {
  height: 90px;
}
.pt-container-premium {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.pt-container ul {
  padding-left: 0px;
  flex-grow: 1;
  position: relative;
}
.pt-container li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  text-align: center;
  color: #777;
  text-transform: capitalize;
  padding: 10px;
  border: 1px solid #e6e6e7;
  background-color: #f8fcfe;
}
.pt-container li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pt-container li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pt-container-title, .pt-container-title-offer {
  font-size: 1.5em;
  font-family: "Lato Black";
  text-transform: uppercase !important;
  height: 60px;
}
.pt-container-li-title-offer {
  color: #18cfab !important;
}
.pt-container-price {
  background-color: #2e4a5b !important;
  color: #fff !important;
  height: 100px;
}
.pt-container-price-big {
  font-family: "Lato Black";
  font-size: 2em;
}
.pt-container-price-small {
  padding-top: 15px;
}
.pt-container-price-offer {
  background-color: #18cfab !important;
  color: #ffffff !important;
  height: 100px;
}
.pt-container-button, .pt-container-button-offer {
  text-align: center;
  padding: 15px 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato Black";
  font-size: 0.8em;
  border-radius: 3px;
  cursor: pointer;
}
.pt-container-button {
  background-color: #2e4a5b;
}
.pt-container-button-offer {
  background-color: #18cfab;
}

.img-offer {
  position: absolute;
  top: 0px;
  right: 0px;
}

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