@import url(https://fonts.googleapis.com/css?family=Ubuntu);
.menu-btn {
  position: absolute;
  z-index: 3;
  right: 35px;
  top: 17px;
  cursor: pointer;
  transition: all 0.6s ease-out; }
  .menu-btn .btn-line {
    width: 28px;
    height: 5px;
    margin: 0 0 5.5px 0;
    background: #000;
    transition: all 0.6s ease-out; }
  .menu-btn.close {
    transform: rotate(180deg); }
    .menu-btn.close .btn-line:nth-child(1) {
      background: #ffb16e; }

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.9;
  visibility: hidden; }
  .menu.show {
    visibility: visible; }
  .menu-nav {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
  .menu-nav {
    margin: 0;
    padding: 0%;
    background: #ebebeb;
    list-style: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.6s ease-out; }
    .menu-nav.show {
      transform: translate3d(0, 0, 0); }
    .menu-nav .nav-link {
      display: inline-block;
      position: relative;
      font-size: 30px;
      font-family: Futura-ExtBol;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0.1rem 0;
      color: #000;
      text-decoration: none;
      transition: all 0.6s ease-out; }
      .menu-nav .nav-link:hover {
        color: #ffb16e; }

@media screen and (min-width: 1171px) {
  /*about*/
  .about-us .tab h3 {
    padding-right: 20%;
    padding-left: 20%; }
  .about-us p {
    font-family: "Ubuntu";
    text-align: left;
    padding-right: 22%;
    padding-left: 22%;
    color: #000;
    font-weight: 300;
    margin-top: 10px; }
  /*blogpost*/
  .blogpost1 {
    padding-left: 23.6%;
    padding-right: 23.6%; }
  main#blogpost .blogpost-title1 p {
    padding-right: 18%;
    padding-left: 22%; }
  main#blogpost .blogpost-title2 p {
    padding-right: 18%;
    padding-left: 22%; } }

@media screen and (min-width: 769px) and (max-width: 1170px) {
  /*home*/
  main#home img {
    padding: 5px;
    width: 160px; }
  main#home .clientlogos-slide img {
    height: 60px;
    margin: 0 20px;
    object-fit: contain; }
  /*project*/
  main#project .portfolio {
    grid-template-columns: repeat(3, 1fr); }
  /*team*/
  main#team .team1 {
    grid-template-columns: repeat(3, 1fr); }
  /*blog*/
  main#blog .wall {
    grid-template-columns: repeat(3, 1fr); }
  /*blogpost*/
  .blogpost1 {
    padding-left: 5%;
    padding-right: 5%; }
  main#blogpost h3 {
    margin: 0px 40px 0px 0px; }
  /*contact*/
  main#contact .contact1 {
    grid-template-columns: repeat(3, 1fr); } }

@media screen and (max-width: 768px) {
  /*home*/
  main#home .clientlogos-slide img {
    height: 43px;
    margin: 0 2px;
    object-fit: contain; }
  /*project*/
  main#project .portfolio {
    grid-template-columns: repeat(2, 1fr); }
  /*team*/
  main#team .team1 {
    grid-template-columns: repeat(2, 1fr); }
  /*blog*/
  main#blog .wall {
    grid-template-columns: repeat(2, 1fr); }
  /*contact*/
  main#contact .contact1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 500px) {
  main#home img {
    padding: 5px;
    width: 105px; }
  main#home h1 {
    font-size: 2rem;
    line-height: 2.2rem; }
  main#home .lg-heading {
    line-height: 2.4rem; }
  main#home h2 {
    font-size: 1rem; }
  main#home a {
    font-size: 0.75rem; }
  main#home .clientlogos-slide img {
    height: 43px;
    margin: 0 2px;
    object-fit: contain; }
  main#about h1 {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  main#about h2 {
    font-size: 1rem; }
  main#about h3 {
    font-size: 1rem; }
  .about-us label {
    font-size: 0.05rem;
    line-height: 0.1rem; }
  main#about p {
    font-size: 0.8rem;
    text-align: center; }
  main#about img {
    padding: 5px;
    width: 300x; }
  main#project h1 {
    font-size: 2rem;
    line-height: 2.2rem; }
  main#project h2 {
    font-size: 1rem; }
  main#project h3 {
    font-size: 1.2rem; }
  main#project .project-name {
    font-size: 0.8rem; }
  main#project p {
    font-size: 0.8rem; }
  main#project .project-title1 {
    margin: auto; }
  main#project .portfolio {
    grid-template-columns: 1fr; }
  main#project .preview-box .details .title {
    font-size: 0.8rem; }
  main#project .preview-box .details .current-proj {
    font-size: 0.8rem; }
  main#team h1 {
    font-size: 2rem;
    line-height: 2.2rem; }
  main#team h2 {
    font-size: 1rem; }
  main#team h3 {
    font-size: 1.5rem; }
  main#team .team1 h3 {
    font-size: 0.8rem; }
  main#team h4 {
    font-size: 0.8rem; }
  main#team p {
    font-size: 0.8rem; }
  main#team .team-title1 {
    margin: auto; }
  main#team .team1 {
    grid-template-columns: 1fr; }
  main#team a {
    font-size: 0.75rem; }
  main#blog h1 {
    font-size: 2rem;
    line-height: 2.2rem; }
  main#blog h2 {
    font-size: 1rem; }
  main#blog h3 {
    font-size: 1rem; }
  main#blog h4 {
    font-size: 0.75rem; }
  main#blog p {
    font-size: 0.8rem; }
  footer {
    font-size: 0.8rem; }
  main#blog a {
    font-size: 0.75rem; }
  main#blog .wall {
    grid-template-columns: 1fr; }
  main#blogpost h1 {
    font-size: 2rem;
    line-height: 2.2rem; }
  main#blogpost h2 {
    font-size: 1rem; }
  main#blogpost h3 {
    font-size: 1rem;
    margin: auto; }
  main#blogpost p {
    font-size: 0.8rem;
    margin: auto; }
  main#blogpost .blogpost-title1 {
    margin: auto; }
  main#blogpost .blogpost-title2 {
    margin: auto; }
  main#blogpost a {
    font-size: 0.75rem; }
  main#blogpost .blogpost1 {
    grid-template-columns: 1fr; }
  main#contact h1 {
    font-size: 1.8rem;
    line-height: 2.2rem; }
  main#contact h2 {
    font-size: 1.2rem; }
  main#contact p {
    font-size: 1rem;
    text-align: center; }
  main#contact .icons {
    font-size: 0.75rem; }
  /*contact*/
  main#contact .contact1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

/*contact location iframe*/
iframe {
  max-width: 100%;
  height: 15rem;
  width: 100%;
  vertical-align: middle; }

* {
  box-sizing: border-box; }

body {
  background: #ffffff;
  color: #000;
  height: 100%;
  margin: 0;
  font-family: "Futura-ExtBol", "Ubuntu", "Futura";
  line-height: 1.5; }
  body#home-bg {
    background: url(../img/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#home-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#about-bg {
    background: url(../img/about.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#about-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#team-bg {
    background: url(../img/team.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#team-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#project-bg {
    background: url(../img/project.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#project-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#blog-bg {
    background: url(../img/blog.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#blog-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#blogpost-bg {
    background: url(../img/blog.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; }
    body#blogpost-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }
  body#contact-bg {
    background: url(../img/contact.jpg);
    background-attachment: fixed;
    background-size: cover; }
    body#contact-bg:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: rgba(51, 51, 51, 0); }

.company-logo {
  margin-top: 3vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%; }

.logo img {
  width: 35px;
  float: left;
  padding-left: 5%;
  padding-top: 70%;
  margin: auto -6px; }

header h1 a {
  font-family: "Futura-ExtBol";
  font-size: 30px;
  color: #000;
  position: absolute;
  z-index: 3;
  left: 35px;
  top: 0.1px;
  cursor: pointer;
  transition: all 0.6s ease-out; }

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400; }
  h1.lg-heading,
  h2.lg-heading,
  h3.lg-heading {
    font-size: 4rem;
    text-align: center; }
  h1.sm-heading,
  h2.sm-heading,
  h3.sm-heading {
    font-weight: bolder;
    margin-bottom: 2rem;
    font-family: "Ubuntu";
    text-align: center; }

a {
  color: #000;
  text-decoration: none; }

header {
  position: fixed;
  z-index: 2;
  width: 100%; }

.font-secondary {
  font-family: "Futura";
  font-weight: bolder;
  letter-spacing: 3px;
  color: #000000; }

main {
  padding: 4rem;
  min-height: calc(100vh - 60px); }
  main .icons {
    margin-top: -0.5rem;
    text-align: center; }
    main .icons a {
      padding: 0.5rem;
      color: #000; }
      main .icons a:hover {
        color: #ffb16e;
        transition: all 0.6s ease-out; }
  main#home {
    overflow: hidden; }
    main#home h1 {
      line-height: 5rem; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

.clientlogos {
  margin-top: -50px;
  padding: 10px 0;
  white-space: nowrap;
  position: relative; }

.clientlogos:hover .clientlogos-slide {
  animation-play-state: paused; }

.clientlogos-slide {
  display: inline-block;
  animation: 35s slide infinite linear; }

.clientlogos-slide img {
  height: 50px;
  margin: 0 40px;
  object-fit: contain; }

footer {
  color: #949494;
  text-align: center;
  font-family: "Ubuntu"; }

.about-us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/* to hide the clickable tabs*/
.about-us input[type="radio"] {
  display: none; }

.about-us label {
  padding: 12px 30px;
  margin: 10px;
  background: #000000;
  font-size: 1.2rem;
  /*font color*/
  color: #ffffff;
  font-family: "Futura-ExtBol";
  border-radius: 5%;
  outline-style: solid;
  outline-width: 2px;
  text-transform: uppercase; }
  .about-us label:hover {
    color: #ffb16e;
    transition: all 0.6s ease-out; }

.about-us .tab {
  width: 100%;
  order: 1;
  display: none; }

.about-us .tab h3 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.about-us input[type="radio"]:checked + label + .tab {
  padding-top: 30px;
  display: block; }

.about-us input[type="radio"]:checked + label {
  background: #8d8c8b;
  border-radius: 5%; }

.about-us p {
  font-family: "Ubuntu";
  text-align: left;
  color: #000;
  font-weight: 300;
  margin-top: 10px; }

.bolded {
  font-weight: bold; }

.design-process {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

/* Team1 */
.team1 {
  text-align: center;
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr); }

.team1 img {
  margin: 1%;
  width: 100%;
  margin: auto; }

.team1 img:hover {
  transform: translateY(-6px);
  transition: all 200ms; }

.team1 .icons {
  margin-top: 1rem;
  text-align: center; }
  .team1 .icons a {
    padding: 0.5rem;
    color: #000; }
    .team1 .icons a:hover {
      color: #ffb16e;
      transition: all 0.6s ease-out; }

/* team Title */
.team-title1 {
  margin-top: 25px;
  font-family: "Ubuntu";
  text-align: center; }

.team-title1 p {
  text-align: justify;
  width: 100%; }

.team-title1 h3 {
  font-size: 2rem;
  font-family: "Futura-ExtBol"; }

.team1 h4 {
  font-family: "Ubuntu";
  font-size: 1rem;
  text-align: center;
  font-style: bolder;
  color: #000; }

.team-item p {
  font-family: "Ubuntu";
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 10px;
  font-size: 0.9rem; }

.team-item {
  display: block;
  background: rgba(190, 190, 190, 0.73);
  transition: all 200ms; }

.team-item h3 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.team-item .icon a {
  margin-top: 15rem;
  margin-bottom: 5rem;
  text-align: center; }
  .team-item .icon a a {
    padding: 0.5rem;
    color: #000; }
    .team-item .icon a a:hover {
      color: #ffb16e;
      transition: all 0.6s ease-out; }

/* Work1 */
.portfolio {
  text-align: center;
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr); }

.portfolio img {
  margin: 1%;
  width: 100%;
  margin: auto; }

.portfolio img:hover {
  transform: translateY(-6px);
  transition: all 200ms; }

/* Project Title */
.project-title1 {
  margin-top: 25px;
  font-family: "Ubuntu";
  text-align: center; }

.project-title1 p {
  text-align: justify;
  width: 100%; }

.project-title1 h3 {
  font-size: 2rem;
  font-family: "Futura-ExtBol"; }

.work-item p {
  font-family: "Ubuntu";
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 10px; }

.work-item {
  display: block;
  background: rgba(168, 168, 168, 0.73);
  transition: all 200ms; }

.work-item h3 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 900px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease; }

.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between; }

/*previewbox image of title */
.preview-box .details .title {
  display: flex;
  font-size: 22px;
  font-weight: 400; }

.preview-box .details .current-proj {
  display: flex;
  font-size: 22px;
  font-weight: 400; }

.details .title p {
  margin: 0 5px; }

.details .title p.current-img {
  font-weight: 500; }

.details .icon {
  color: #000000;
  font-size: 30px;
  cursor: pointer; }

.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative; }

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px; }

.slide.prev {
  left: 0px; }

.slide.next {
  right: 0px; }

.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px; }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45); }

@media (max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 2); } }

@media (max-width: 600px) {
  .gallery .image {
    width: 100%;
    padding: 4px; } }

.wall {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr); }

.wall-item p {
  font-family: "Ubuntu";
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 10px; }

.wall-item {
  display: block;
  margin: 0 0 24px 0;
  padding: px;
  transition: all 200ms; }

.wall-item:hover {
  transform: translateY(-6px);
  transition: all 200ms; }

.wall-item > img {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }

.wall-item h3 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.share h4 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.share-button {
  margin-top: 1rem;
  margin-bottom: 5rem;
  text-align: center; }
  .share-button a {
    padding: 0.5rem;
    color: #000; }
    .share-button a:hover {
      color: #ffb16e;
      transition: all 0.6s ease-out; }

/* blogpost1 */
.blogpost1 {
  text-align: center;
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr); }

.blogpost1 img {
  margin: auto;
  width: 100%; }

.blogpost1 img:hover {
  transform: translateY(-6px);
  transition: all 200ms; }

/* blogpost Title */
.blogpost-title1 {
  margin: 130px 0 40px 40px;
  font-family: "Ubuntu";
  text-align: center; }

.blogpost-title2 {
  margin: 40px 0 40px 40px;
  font-family: "Ubuntu";
  text-align: center; }

.blogpost-title1 p,
.blogpost-title2 p {
  text-align: justify;
  width: 94%; }

.blogpost-title1 h3,
.blogpost-title2 h3 {
  font-size: 2rem;
  font-family: Futura-ExtBol;
  margin: 0px 25px 0px 0px; }

.contact1 {
  text-align: center;
  width: 100%;
  display: flex;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  /* Center horizontally */ }

.contact1 img {
  margin: 1%;
  width: 100%;
  margin: auto; }

/* contact Title */
.contact-title1 {
  margin-top: 25px;
  font-family: "Ubuntu";
  text-align: center; }

.contact-title1 p {
  text-align: justify;
  width: 100%; }

.contact-title1 h3 {
  font-size: 2rem;
  font-family: "Futura-ExtBol"; }

.contact1 h4 {
  font-family: "Ubuntu";
  font-size: 1rem;
  text-align: center;
  font-style: bolder;
  color: #000; }

.contact-item p {
  font-family: "Ubuntu";
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 16px; }

.contact-item {
  display: block;
  background: rgba(221, 221, 221, 0.73);
  transition: all 200ms; }

.contact-item h3 {
  font-family: "Futura-ExtBol";
  text-align: center;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0; }

.title h1 {
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 10px; }
