.site-content .project-carousel .project-info {
  position: static !important;
  transform: unset !important;
  padding: 20px !important;
  border: 2px solid #f65509 !important;
  margin-top: 0 !important;
}
@media (min-width: 1000px) {
  .site-content .project-carousel .project-info {
    padding: 40px !important;
  }
}
.site-content .project-carousel .project-info .item {
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .site-content .project-carousel .project-info .item {
    flex-wrap: nowrap;
  }
}

.page-template-template-projects-custom .content-body {
  max-width: 1600px;
  margin: auto;
}
@media (min-width: 1650px) {
  .page-template-template-projects-custom .content-body .content-body-inner {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-template-projects-custom .product-block .gc-project-info {
  position: static;
  transform: unset;
  padding: 20px;
  border: 2px solid #f65509;
  height: auto;
  opacity: 1;
  margin-top: -1px;
}
@media (min-width: 1200px) {
  .page-template-template-projects-custom .product-block .gc-project-info {
    padding: 40px 20px 40px 40px;
  }
}
.page-template-template-projects-custom .product-block .gc-project-info .gc-project-title {
  margin-bottom: 20px;
  font-size: 20px !important;
  line-height: 20px !important;
}
.page-template-template-projects-custom .product-block .gc-project-info .gc-project-info-list > div {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1200px) {
  .page-template-template-projects-custom .product-block .gc-project-info .gc-project-info-list > div {
    margin-bottom: 0;
    width: calc(50% - 15px);
  }
}
.page-template-template-projects-custom .product-block .gc-project-info-inner {
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.page-template-template-projects-custom .product-block .gc-project-info-list {
  width: 100%;
  margin: 0;
  display: block !important;
}
@media (min-width: 1200px) {
  .page-template-template-projects-custom .product-block .gc-project-info-list {
    display: flex !important;
  }
}
.page-template-template-projects-custom .product-block .gc-project-info-list h6 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-template-template-projects-custom .product-block .gc-project-info-list p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-template-template-projects-custom .product-block .btn-n {
    padding: 8px 33px 8px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-template-template-projects-custom .product-block .btn-n::after {
    right: 15px;
  }
}
.page-template-template-projects-custom .gc-project-thumbnail-wrapper {
  position: relative;
}
.page-template-template-projects-custom .gc-project-thumbnail-wrapper > .btn-n {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.page-template-template-projects-custom .gc-grid #products {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-projects-custom .gc-grid .project {
  padding: 30px !important;
}
.page-template-template-projects-custom .isotope-pager {
  margin-top: 30px !important;
}

.btn-n {
  background-color: #133be7;
  border: 2px solid #133be7;
  color: #fff;
  padding-left: 20px;
  padding-right: 60px;
  padding-top: 18px;
  padding-bottom: 16px;
  font-size: 16px;
  margin-right: 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 600px) {
  .btn-n {
    padding-left: 34px;
    padding-right: 72px;
  }
}
.btn-n::after {
  transition: all 0.2s ease-in-out 0s;
}
.btn-n.btn-outline {
  border-color: #f65408;
  background-color: transparent;
}
.btn-n.btn-outline::after {
  color: white !important;
}
.btn-n.btn-outline:hover {
  background-color: #f65408 !important;
  color: white !important;
}
.btn-n.btn-white {
  color: white;
}
.btn-n:hover {
  background-color: white !important;
  border-color: #133be7;
  color: #133be7;
}
.btn-n--white {
  background-color: white;
  color: #f65408;
}
.btn-n--white:hover {
  background-color: #133be7 !important;
  color: white !important;
}
.btn-n--white:hover::after {
  color: white !important;
}
.btn-n.small {
  padding: 18px 72px 18px 32px;
}
.btn-n.has-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid;
  z-index: -1;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.btn-n.has-arrow::after {
  font-family: "Nucleo";
  content: "\ea0e";
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #f65408;
}
.btn-n.has-arrow:hover {
  background-color: transparent;
  border-color: #133be7;
  color: #133be7;
}

.vc_row.row-max-width {
  max-width: var(--row-max-width);
  margin: 0 auto !important;
}
.vc_row.preset-padding {
  padding: 0 25px;
}
@media (min-width: 767px) {
  .vc_row.preset-padding {
    padding: 0 70px;
  }
}
@media (min-width: 1024px) {
  .vc_row.preset-padding {
    padding: 0 75px;
  }
}
.vc_row.preset-padding-bigger {
  padding: 0 20px;
}
@media (min-width: 767px) {
  .vc_row.preset-padding-bigger {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .vc_row.preset-padding-bigger {
    padding: 0 80px;
  }
}

.font-33 {
  font-size: 33px !important;
  line-height: 34px !important;
}

.font-20,
.font-20 * {
  font-size: 20px !important;
  line-height: 28px !important;
}

.font-44 {
  font-size: 44px !important;
  line-height: 48px !important;
}

.font-18,
.font-18 * {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
}
.font-18 strong,
.font-18 * strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.font-18-2,
.font-18-2 * {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 36px;
}
.font-18-2 strong,
.font-18-2 * strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.font-70-respo {
  font-size: 52px !important;
  line-height: 52px !important;
}
@media (min-width: 600px) {
  .font-70-respo {
    font-size: 70px !important;
    line-height: 74px !important;
  }
}

#site h2.font-70-2-respo {
  font-size: 44px !important;
  line-height: 48px !important;
}
@media (min-width: 600px) {
  #site h2.font-70-2-respo {
    font-size: 70px !important;
    line-height: 74px !important;
  }
}

.spacing-30-responsive p {
  margin-bottom: 20px !important;
}
@media (min-width: 600px) {
  .spacing-30-responsive p {
    margin-bottom: 30px !important;
  }
}