@font-face {
    font-family: "DinPro";
    src: url("/themes/archi/fonts/dinpro-reguler.ttf");
}

@font-face {
    font-family: "DinPro Bold";
    src: url("/themes/archi/fonts/dinpro-bold.ttf");
}


html, body, p {
  font-family: 'DinPro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

b, strong {
  font-family: 'DinPro Bold', sans-serif;
}

.logo {
    padding: 22px 0px;
    display: block;
}

.logo img {
  width: 110px;
}

#wrap-body {
  padding-top: 52px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.owl-item img {
  height: 580px;
  object-fit: cover;
}

.owl-theme .owl-controls {
  text-align: left;
}

.owl-theme .owl-controls .owl-page span {
  border: none;
  background: #b0b0af;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
}

.owl-theme .owl-controls .owl-pagination .active span {
  background: #000000;
}

.list-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

sidebar .link {
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  padding-top: 8px;
  padding-bottom: 8px;
  display:
  inline-block;
  line-height: 24px;
}

sidebar .link:hover {
  color: black !important;
  font-weight: 600;
}

.section-title {
  font-family: 'DinPro', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-top: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

/* about us, expertise, founders */
#aboutus, #expertise, #founders, #ourcontacts, #our_workflow {
  margin-top: 70px;
  padding-top: 50px;
}

#aboutus .left-side {
  padding-right: 100px;
}

#aboutus p {
  line-height: 40px;
  font-weight: 500;
}

#aboutus .right-side {
  padding-left: 70px;
}



#aboutus .card_about_us {
  width: 320px;
  height: 375px;
  background-image: url('/themes/archi/images/main-page-about.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#our_workflow .card_our_workflow {
  width: 320px;
  height: 475px;
  background-image: url('/themes/archi/images/main-page-overview.jpg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#expertise .thumb-item {
  padding: 0;
  background-color: transparent;
}

#expertise .thumb-item h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 1rem;
}

#founders .testimonial-name {
  font-family: 'DinPro Bold', sans-serif;
  color: #262626;
}

.founder-left {
  padding-right: 80px;
}

.founder-right {
  padding-right: 40px;
}

.founder-bio {
  width: 100%;
}

.founder-bio td {
  padding: 12px;
  vertical-align: baseline;
}

.founder-bio td:first-child {
  padding-left: 0;
}

.founder-bio td:last-child {
  padding-right: 0;
}

.team ul{
  margin-bottom: 3rem;
}

.team li {
  padding: .5rem 0;
}

.team li:first {
  padding-top: 0;
}

.portfolio-description h3 {
  font-family: 'DinPro', sans-serif;
  color: #262626;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin:.5rem 0 3rem 0;
}

.portfolio-image img {
  min-height: 324px;
  object-fit: cover;
}

/* contact us */
.contact-form {
  margin-top: 0;
}

.contact-form .form-item {
  background: #d7d7d7;
}

.social-media {
  display: flex;
  align-items: center;
}

.media-icon {
  background: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-left: 8px;
}

.media-icon:first-child {
  margin-left: 0;
}

#project-details {
  padding: 0;
}

.description {
  padding-right: 140px;
}

.description p, .details p {
  color: #2c2c2c;
}

.description span {
  font-family: 'DinPro', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 15px !important;
  line-height: 30px !important;
}

.gallery {
  display: flex;
  justify-content: right;
}

.gallery .portfolio-item, .gallery .portfolio-image img {
  max-height: 430px;
  text-align: right;
}

.gallery .portfolio-item {
  padding-bottom: 0;
}

.lg-hidden {
  display: none;
}


.sm-block {
  display: block;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1280px;
  }
}


@media (max-width: 640px) {
  #wrap-body {
    padding-top: 32px;
  }
  #aboutus .left-side {
    padding-right: 0;
  }
  .lg-hidden {
    display: block;
  }
  .sm-block {
    display: none;
  }

  #aboutus, #expertise, #founders, #ourcontacts, #our_workflow {
    margin-top: 40px;
    padding-top: 0;
  }

  #our_workflow .left-side {
    padding-left: 50px;
  }
}

.portfolio-item .portfolio-image:after {
  background-color: #FFFFFF;
}

.portfolio-item .portfolio-description a > i {
  font-weight: 800;
  font-size: 28px !important;
  color: #000000;
  border: 0;
}

.portfolio-item .portfolio-description a i {
  background-color: transparent;
  height: 62px;
  line-height: 62px;
  width: 62px;
}

.portfolio-item .portfolio-description a:hover i {
  background-color: #000000;
  color: #ffffff;
  border: 0;
}

.navbar {
  padding: 1rem 0px;
  position: sticky;
  z-index: 20;
  top: 0;
  background: #ffffff;
  border: 0px;
  margin: 0px;
}
.navbar .container-fluid {
  padding: 0px;
}
.navbar-header button {
  border: 0px;
  background: transparent;
}
span.icon-bar,
.navbar-toggle .icon-bar {
  width: 24px;
  height: 2px;
  background-color: #64748B;
  display: block;
  border: 0px;
  margin-bottom: 4px;
  border-radius: 0px;
}
.navbar-default .navbar-toggle {
  border-radius: 0px;
  border: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #64748B;
}
button span.icon-bar:last-child {
  margin-bottom: 0px;
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
}
.navbar-collapse {
  position: absolute;
  top: 110px;
  z-index: 3;
  left: 0;
  right: 0;
  background: #ffffff;
}
.collapse.in {
  display: block;
  box-shadow: 0 1px 5px -3px rgb(0 0 0 / 20%);
}
.menu .navbar-collapse > ul {
  padding: 0px 15px 20px;
  margin-top: 0px;
}
.navbar-default .navbar-nav li a {
  padding: 12px 0px;
  display: block;
}
.navbar-default .navbar-nav>li>a {
  font-family: 'Raleway';
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.container-fluid>.navbar-collapse {
  margin: 0px;
  border: 0px;
}
.navbar {
  padding: 14px 0px;
}
@media (max-width: 420px) {
  .container {
    padding: 0 15px;
  }
  button:focus {
    outline: 0px;
  }
  .logo {
    padding: 0;
  }
  .logo img {
    width: 70px;
  }
  .mobile-static {
    position: static !important;
    padding: 0px;
  }
  #wrap-body {
    padding: 32px 15px 0;
  }
  .navbar {
    box-shadow: 0 1px 5px -1px rgb(0 0 0 / 10%);
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff; */
  }
  .owl-item img {
    height: auto;
  }

  #aboutus .right-side {
    padding-left: 0px;
  }

  #aboutus .card_about_us {
    width: 100%;
    height: 420px;
    background-position: center;
  }

  #our_workflow .card_our_workflow {
    width: 100%;
    height: 420px;
    background-position: center;
  }

  .floating-wpp {
    display: none;
  }

  .contact-form .form-group.row {
    padding-right: 15px;
  }
}
