
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
.new_project_pg img {
  max-width: 100%;
  height: auto;
}


/* ==========================================================================
   #BUTTON
   ========================================================================== */
.au-btn,
.swal-button {
  text-decoration: none;
  display: inline-block;
  line-height: 43px;
  border: 1px solid #888;
  padding: 0 23px;
  font-size: 13px;
  color: #555;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.au-btn .ic-arrow,
.swal-button .ic-arrow {
  margin-left: 7px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}

.au-btn:hover,
.swal-button:hover {
  color: #fff;
  background: #222;
  border-color: transparent;
}

.au-btn:hover .ic-arrow,
.swal-button:hover .ic-arrow {
  color: #fff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.au-btn--solid,
.swal-button {
  background: #222;
  color: #fff;
  border: none;
  line-height: 45px;
}

.au-btn--solid:hover,
.swal-button:hover {
  background: #666;
}

.au-btn--light {
  color: #ebebeb;
  border-color: #bebebe;
}

.au-btn--light-2 {
  color: #555;
  background: #fff;
}

.au-btn--light-2:hover {
  background: #222;
}

.au-btn-lg {
  padding: 0 35px;
}

.au-btn-xl {
  padding: 0 50px;
}

.au-btn--c6 {
  color: #666;
}

  


/* ==========================================================================
   #LINKS
   ========================================================================== */
.new_project_pg a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.new_project_pg a:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}


.media-project-3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.media-project-3.right .media__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.media-project-3.right .add,
.media-project-3.right .year {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.media-project-3.right .media__content {
  padding-left: 0;
  padding-right: 80px;
  text-align: right;
}

.media-project-3.right .pointer {
  left: auto;
  right: -63px;
}

.media-project-3.right .pointer:before {
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: -9px;
}

.media-project-3 .media__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .media-project-3 .media__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.media-project-3 .media__content {
  padding-left: 80px;
  max-width: 750px;
  position: relative;
}

@media (max-width: 1199px) {
  .media-project-3 .media__content {
    padding-left: 30px;
  }
}

.media-project-3 .media__img {
  width: 685px;
  overflow: hidden;
}

.media-project-3 .media__img > a {
  display: block;
  overflow: hidden;
}

.media-project-3 .media__img img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.media-project-3 .media__img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.media-project-3 .media__img a {
  display: block;
}

.media-project-3 .add,
.media-project-3 .year {
  text-transform: uppercase;
  color: #888;
  position: absolute;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  right: 0;
  letter-spacing: 0.2em;
}

.media-project-3 .add {
  top: 0;
}

.media-project-3 .year {
  bottom: 0;
}

.media-project-3 .title-sub {
  margin-bottom: 13px;
}

.media-project-3 .title-3 {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .media-project-3 .title-3 {
    font-size: 38px;
  }
}

.media-project-3 .media__text {
  margin-bottom: 50px;
}

.media-project-3 .pointer {
  width: 115px;
  height: 1px;
  background: #222;
  position: absolute;
  left: -63px;
  top: 63px;
  z-index: 9;
}

.media-project-3 .pointer:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #222;
  background: transparent;
  left: 0px;
  top: 50%;
  margin-top: -4.5px;
  margin-left: -9px;
}

@media (max-width: 1199px) {
  .media-project-3 .pointer {
    width: 82px;
  }
}

@media (max-width: 991px) {
  .media-project-3 {
    overflow: visible;
  }
  .media-project-3 .media__content {
    width: 100%;
    max-width: 100%;
  }
  .media-project-3 .media__body {
    visibility: visible;
    overflow: visible;
  }
  .media-project-3 .media__content {
    padding-left: 0;
    padding-top: 0px;
  }
  .media-project-3 .media__img {
    width: 100%;
  }
  .media-project-3 .add,
  .media-project-3 .year {
    right: auto;
    top: -35px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
  .media-project-3 .add {
    left: 0;
  }
  .media-project-3 .year {
    right: 0;
    bottom: auto;
  }
  .media-project-3 .pointer {
    display: none;
  }
  .media-project-3.right .media__content {
    width: 100%;
    max-width: 100%;
  }
  .media-project-3.right .media__body {
    overflow: visible;
    display: block;
  }
  .media-project-3.right .media__content {
    padding-top: 0px;
    padding-right: 0px;

  }
  .media-project-3.right .media__img {
    width: 100%;
  }
  .media-project-3.right .add,
  .media-project-3.right .year {
    right: auto;
    top: -35px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .media-project-3.right .add {
    right: 0;
    left: auto;
  }
  .media-project-3.right .year {
    left: 0;
    bottom: auto;
  }
}


/* ==========================================================================
   #TITLE
   ========================================================================== */
.title-sub {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 400;
}

.title-sub--c8 {
  color: #888;
}

.title-sub--ceb {
  color: #ebebeb;
}

.title-1 {
  font-weight: 700;
  font-size: 38px;
  color: #222;
  line-height: -webkit-calc(50/38);
  line-height: -moz-calc(50/38);
  line-height: calc(50/38);
}

.title-2 {
  font-size: 700;
  font-size: 48px;
  color: #222;
  line-height: -webkit-calc(60/48);
  line-height: -moz-calc(60/48);
  line-height: calc(60/48);
}

.title-3 {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  line-height: 1.2;
}

.title-4 {
  font-size: 25px;
  line-height: -webkit-calc(48/25);
  line-height: -moz-calc(48/25);
  line-height: calc(48/25);
  color: #fff;
}

@media (max-width: 991px) {
  .title-4 {
    line-height: 1.2;
    font-size: 22px;
  }
}

.title-5 {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
}

.title-6 {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}

.title-7 {
  font-size: 25px;
  font-weight: 700;
  text-transform: inherit;
  color: #222222;
}

.title--sm a {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}

.title--sm a:hover {
  color: #666;
}

.title--sm2 {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}

.title--sm3 a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}

.title--sm3:hover {
  color: #ebebeb;
}

.title--light {
  color: #ffffff;
}

.title-sub--sm {
  font-size: 11px;
  color: #888;
}

.title-number {
  position: relative;
  text-align: center;
}

.title-number .title {
  position: relative;
  z-index: 9;
}

.title-number .number {
  font-size: 72px;
  color: #ebebeb;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




/* ==========================================================================
   #PAGELINE
   ========================================================================== */
.page-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.page-line .container {
  height: 100%;
}

.page-line.light .page-line__inner {
  opacity: 0.1;
}

.page-line__inner {
  height: 100%;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-line__inner .page-col:last-child {
  border: none;
}

@media (max-width: 991px) {
  .page-line {
    display: none;
  }
}

.page-line-slider {
  z-index: 9;
}

.page-col {
  width: 33.3333333333%;
  height: 100%;
  border-right: 1px solid #f4f4f4;
  background: transparent;
}

.page-line__item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f2f2f2;
  opacity: 0.1;
  left: 0;
  z-index: 9;
}

.page-line__item-2 {
  left: -webkit-calc(100% / 3);
  left: -moz-calc(100% / 3);
  left: calc(100% / 3);
}

.page-line__item-3 {
  left: auto;
  right: -webkit-calc(100% / 3);
  right: -moz-calc(100% / 3);
  right: calc(100% / 3);
}

.page-line__item-4 {
  left: auto;
  right: 0;
}

/* ==========================================================================
   #SECTIONS
   ========================================================================== */

#main {
  position: relative;
}


/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.page-wrapper {
  overflow: hidden;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.wrap--w1790 {
  max-width: 1790px;
}

.p-t-110 {
  padding-top: 110px;
}


.p-t-30{
  padding-top: 30px;
}