/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ------------------------------------------------------
Abstracts :: Variables
------------------------------------------------------ */
/* Color */
/* Space */
/* Headline */
/* Tables */
/*--------------------------------------------------------------
# Css
--------------------------------------------------------------*/
.single-du-an .wtb-breadcrumb {
  margin-bottom: 0; }
.single-du-an .site-content > .container {
  max-width: 100%; }

.project-post-section {
  padding-left: 60px;
  padding-right: 60px; }
  .project-post-section .project-description {
    font-size: 17px; }

#sgproject-nb1 {
  padding-bottom: 75px;
  padding-top: 150px;
  position: relative; }
  #sgproject-nb1 strong {
    font-weight: 500; }
  #sgproject-nb1 .lumilight {
    position: absolute;
    top: 0;
    left: 110px;
    right: 110px;
    text-align: center; }
    #sgproject-nb1 .lumilight svg {
      width: 100%;
      height: auto; }
    #sgproject-nb1 .lumilight #lumilight {
      font-weight: 900;
      fill: rgba(242, 242, 242, 0.5);
      font-size: 196px; }
  #sgproject-nb1 .heading {
    font-size: 40px;
    line-height: 1.32;
    font-weight: normal;
    text-transform: none; }
    @media (min-width: 1200px) {
      #sgproject-nb1 .heading {
        padding-right: 10%; } }
  #sgproject-nb1 .project-info__item {
    display: flex;
    align-items: center;
    margin-bottom: 48px; }
  #sgproject-nb1 .project-info__icon {
    min-width: 25px;
    margin-right: 44px; }
  #sgproject-nb1 .project-info__box span {
    display: block; }
  #sgproject-nb1 .project-info__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  #sgproject-nb1 .project-socials {
    font-size: 18px;
    font-weight: 500;
    color: #999999; }
    #sgproject-nb1 .project-socials .share-title {
      margin-right: 40px; }
    #sgproject-nb1 .project-socials a {
      margin-right: 30px;
      display: inline-block !important;
      width: 30px !important;
      height: 30px !important;
      line-height: 30px !important;
      font-size: 18px;
      text-align: center;
      color: #999999;
      border-radius: 5px; }

#sgproject-nb2 {
  padding-top: 75px;
  padding-bottom: 75px; }

#sgproject-nb3 {
  padding-bottom: 65px; }
  @media (min-width: 992px) {
    #sgproject-nb3 .col-lg-5 {
      max-width: 44.294%;
      flex: 0 0 44.294%; }
    #sgproject-nb3 .col-lg-7 {
      max-width: calc( 100% - 44.294% );
      flex: 0 0 calc( 100% - 44.294% ); } }
  #sgproject-nb3 .sgproject-nb3__description {
    max-width: 570px;
    margin-left: 115px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.66666667; }

#sgproject-nb4 {
  padding-top: 60px;
  padding-bottom: 65px; }
  #sgproject-nb4 .slick-slider {
    margin-right: -1.5px;
    margin-left: -1.5px; }
    #sgproject-nb4 .slick-slider .slick-slide {
      padding-right: 1.5px;
      padding-left: 1.5px; }
  #sgproject-nb4 .slick-arrow {
    width: auto;
    height: auto; }
    #sgproject-nb4 .slick-arrow:before {
      font-size: 40px;
      color: #FFF; }
    #sgproject-nb4 .slick-arrow.slick-prev {
      left: 30px; }
    #sgproject-nb4 .slick-arrow.slick-next {
      right: 30px; }

#sgproject-nb5 {
  padding-top: 60px;
  padding-bottom: 97px;
  position: relative; }
  #sgproject-nb5 .background_image {
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0; }
  #sgproject-nb5 .sgproject-nb5__thumbnail {
    margin-bottom: 100px; }
  #sgproject-nb5 .sgproject-nb5__content {
    position: relative;
    font-size: 17px;
    color: #FFF; }

#sgproject-nb6 {
  padding-top: 80px;
  padding-bottom: 65px; }

#sgproject-nb7 {
  overflow: hidden;
  background: #1C1C1C;
  padding-top: 91px;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  #sgproject-nb7 .heading {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center; }
    #sgproject-nb7 .heading span {
      color: #FFF; }
  @media (min-width: 992.99px) {
    #sgproject-nb7 .project-carousel {
      margin-left: -50px;
      margin-right: -50px; }
      #sgproject-nb7 .project-carousel .slick-slide {
        padding-left: 50px;
        padding-right: 50px;
        transform: scale(0.8); } }
  #sgproject-nb7 .project-carousel .slick-slide {
    transition: all 0.35s ease-in-out; }
    #sgproject-nb7 .project-carousel .slick-slide .project-thumb img {
      opacity: 0.5; }
    #sgproject-nb7 .project-carousel .slick-slide.slick-current {
      transform: scale(1); }
      #sgproject-nb7 .project-carousel .slick-slide.slick-current .project-thumb img {
        opacity: 1; }
  #sgproject-nb7 .project-carousel .project-thumb {
    margin-bottom: 25px; }
    #sgproject-nb7 .project-carousel .project-thumb a {
      position: relative;
      display: block; }
      #sgproject-nb7 .project-carousel .project-thumb a:before {
        content: '';
        background: url("../img/link.svg") center no-repeat;
        background-size: 86px;
        position: absolute;
        width: 86px;
        height: 86px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out; }
  #sgproject-nb7 .project-carousel .project-content {
    text-align: center; }
  #sgproject-nb7 .project-carousel .project-title {
    font-size: 26px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px; }
    #sgproject-nb7 .project-carousel .project-title a {
      color: #FFF; }
  #sgproject-nb7 .project-carousel .project-permalink a {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    color: #FFF; }
    #sgproject-nb7 .project-carousel .project-permalink a:before {
      content: '';
      background: #FFF;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.35s ease-in-out; }
  #sgproject-nb7 .project-carousel .project-item:hover .project-thumb a:before {
    opacity: 1;
    visibility: visible; }
  #sgproject-nb7 .project-carousel .project-item:hover .project-permalink a:before {
    width: 0; }
  #sgproject-nb7 .sgproject__related {
    position: relative; }
  #sgproject-nb7 .projectArrow {
    position: absolute;
    top: 45%;
    cursor: pointer; }
    #sgproject-nb7 .projectArrow.slick-hidden {
      display: block; }
    #sgproject-nb7 .projectArrow.prevArrow {
      left: 50px;
      transform: translateY(-50%) rotate(-90deg); }
    #sgproject-nb7 .projectArrow.nextArrow {
      right: 50px;
      transform: translateY(-50%) rotate(-90deg); }

.project-register .buttonModal {
  display: inline-block;
  width: 170px;
  height: 44px;
  line-height: 42px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid var(--secondarycolor);
  color: var(--secondarycolor);
  text-align: center;
  cursor: pointer;
  text-transform: uppercase; }

#SingleModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer; }
#SingleModal .modal-content {
  background: transparent; }
#SingleModal .modal-body {
  border-radius: 5px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: var(--secondarycolor);
  padding: 65px 55px; }
  #SingleModal .modal-body .subheading {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 45px; }
  #SingleModal .modal-body .form-accept {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    margin-top: 25px;
    color: #FFF; }
    #SingleModal .modal-body .form-accept #accept-form {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #CECDCD;
      border-radius: 3px;
      margin-right: 12px;
      position: relative; }
      #SingleModal .modal-body .form-accept #accept-form.active:before {
        content: '\E807';
        font-family: 'fontello';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  #SingleModal .modal-body .form-control {
    background: #FFF;
    height: 50px;
    border-radius: 0;
    border-color: #CECDCD;
    color: var(--textcolor); }
    #SingleModal .modal-body .form-control::placeholder {
      color: var(--textcolor); }
  #SingleModal .modal-body .form-submit {
    position: relative; }
    #SingleModal .modal-body .form-submit .custom-submit {
      width: 170px;
      height: 50px;
      border-radius: 30px; }
    #SingleModal .modal-body .form-submit .ajax-loader {
      position: absolute;
      top: 50%;
      left: 73px;
      margin: 0;
      transform: translateY(-50%); }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Small devices (landscape phones, less than 1366px) */
@media (max-width: 1366px) {
  #sgproject-nb1 {
    padding-top: 100px;
    padding-bottom: 30px; }
    #sgproject-nb1 .lumilight {
      left: 50px;
      right: 50px; }
    #sgproject-nb1 .heading {
      font-size: 36px; }
    #sgproject-nb1 .project-info {
      margin-bottom: 50px; } }
/* Small devices (landscape phones, less than 1200px) */
@media (max-width: 1200px) {
  .project-post-section {
    padding-left: 15px;
    padding-right: 15px; } }
/* Small devices (landscape phones, less than 992px) */
@media (max-width: 992px) {
  #sgproject-nb1 {
    padding-top: 150px;
    padding-bottom: 30px; }
    #sgproject-nb1 .lumilight {
      left: 10px;
      right: 10px; }
    #sgproject-nb1 .heading {
      font-size: 36px; }
    #sgproject-nb1 .project-info {
      margin-bottom: 30px; }

  #sgproject-nb2 {
    padding-top: 30px;
    padding-bottom: 45px; }

  #sgproject-nb3 {
    padding-bottom: 15px; }
    #sgproject-nb3 .sgproject-nb3__thumbnail {
      text-align: center; }
      #sgproject-nb3 .sgproject-nb3__thumbnail img {
        max-height: 50vh;
        object-position: center;
        object-fit: contain; }
    #sgproject-nb3 .sgproject-nb3__description {
      margin: 0 auto; }

  #sgproject-nb4 {
    padding-top: 30px;
    padding-bottom: 30px; }

  #sgproject-nb5 {
    padding-top: 30px;
    padding-bottom: 45px; }
    #sgproject-nb5 .sgproject-nb5__thumbnail {
      margin-bottom: 50px; }
    #sgproject-nb5 .sgproject-nb5__content {
      font-size: 16px; }

  #sgproject-nb6 {
    padding-top: 50px;
    padding-bottom: 35px; }

  #sgproject-nb7 {
    padding-top: 50px;
    padding-bottom: 50px; }
    #sgproject-nb7 .heading {
      font-size: 30px; } }
/* Small devices (landscape phones, less than 782px) */
@media (max-width: 768px) {
  #sgproject-nb1 .heading {
    font-size: 30px; }

  #sgproject-nb1, #sgproject-nb5, #sgproject-nb6 {
    padding-left: 0;
    padding-right: 0; }

  #sgproject-nb1 .project-info__item {
    margin-bottom: 15px; }
  #sgproject-nb1 .project-info__icon {
    min-width: 25px;
    margin-right: 20px; }

  .project-register {
    text-align: center; }
    .project-register .buttonModal {
      height: 40px;
      line-height: 38px;
      width: 170px; }

  #sgproject-nb7 .projectArrow.prevArrow {
    left: 0; }
  #sgproject-nb7 .projectArrow.nextArrow {
    right: 0; }

  #sgproject-nb5 .background_image {
    height: 70%; }

  #sgproject-nb3 .sgproject-nb3__description {
    font-size: 16px; } }
/* Small devices (landscape phones, less than 576px) */
@media (max-width: 576px) {
  #sgproject-nb1 {
    padding-top: 40px;
    padding-bottom: 0; }
    #sgproject-nb1 .heading {
      font-size: 24px; }
    #sgproject-nb1 .lumilight {
      top: 0;
      display: none; }
    #sgproject-nb1 .project-info__icon {
      max-width: 15px;
      margin-right: 10px; }
      #sgproject-nb1 .project-info__icon img {
        max-width: 15px; }
    #sgproject-nb1 .project-info__title {
      margin-bottom: 5px;
      font-size: 16px; }

  #sgproject-nb2 {
    padding-top: 20px;
    padding-bottom: 25px; }
    #sgproject-nb2 img {
      height: 40vh;
      object-position: center;
      object-fit: cover; }

  #sgproject-nb3 {
    padding-bottom: 0; }

  #sgproject-nb4 {
    padding-top: 20px;
    padding-bottom: 20px; }

  #sgproject-nb5 {
    padding-top: 20px;
    padding-bottom: 25px; }
    #sgproject-nb5 .sgproject-nb5__thumbnail {
      margin-bottom: 50px; }
    #sgproject-nb5 .sgproject-nb5__content {
      font-size: 16px; }

  #sgproject-nb6 {
    padding-top: 40px;
    padding-bottom: 25px; }

  #sgproject-nb7 {
    padding-top: 40px;
    padding-bottom: 40px; }
    #sgproject-nb7 .heading {
      font-size: 24px;
      margin-bottom: 20px; }
    #sgproject-nb7 .project-carousel .project-title {
      font-size: 18px; } }

/*# sourceMappingURL=singleproject.css.map */