body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 81px;
  -webkit-font-smoothing: auto;
}

h1 {
  /* font-size: 48px; */
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: #232323;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.text-muted {
  color: rgba(35,35,35,.5);
}

.breadcrumb {
  background-color: inherit;
  padding: 35px 0;
  margin-bottom: 0;
}

.breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #636c72;
  content: "\f30f";
  font-family: 'Material-Design-Iconic-Font';
}

.breadcrumb-item.active {
  color: #232323;
}

.site-footer {
  background-color: #202020;
  color: #fff;
  padding: 50px 0;
}

.site-footer .logo:hover {
  color: #fff;
  opacity: .6;
}

@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
}

.site-footer .copyright {
  color: rgba(255,255,255,.5);
  font-weight: 300;
  margin-bottom: 0;
}

.site-footer a {
  color: #fff;
}

.site-footer ul li.active a {
  color: #ff5a61;
  font-weight: 700;
}

.card {
  position: relative;
  border: 0;
  border-radius: 2px;
  box-shadow: 0px 2px 9px 1px rgba(95, 95, 95, 0.1);
}

.card-block {
  padding: 20px 25px;
}

.card-footer {
  padding: 25px;
  border-top: 1px solid #e8e8e8;
}

.project {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.project-info {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  padding: 60px;
  z-index: 99;
}

.project img {
  /* filter: grayscale(100%); */
}

.img-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.img-columns .img {
  display: inline-block;
  width: 100%;
}

.service {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}


.service-content {
  float: right;
  display: block;
  position: relative;
  background-color: #fff;
  width: calc(50% + 30px);
  padding: 40px;
  margin-top: 50px;
  margin-left: -30px;
  box-shadow: 3.41px 3.657px 15.48px 2.52px rgba(85, 85, 85, 0.15);
  z-index: 20;
}

.tag {
  display: inline-block;
  padding: 8px 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 0 5.5px;
}

.tag:hover {
  text-decoration: none;
}

.tag-warning {
  background-color: #ff5a61;
}

.tag-warning:hover {
  background-color: #fff;
  color: #232323;
  border: 1px solid #ff5a61;
}

.navbar {
  background-color: #fff;
  padding: 7px 1rem;
  box-shadow: 0px 5px 13.5px 1.5px rgba(95, 95, 95, 0.15);
  z-index: 100;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #ff5a61;
  background-color: transparent;
  font-weight: 700;
}

.navbar-nav .nav-link {
  color: #232323;
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.open, .navbar-nav .open>.nav-link {
  color: #ff5a61;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 0.7;
  margin-bottom: 35px;
}

h3 {
  font-size: 18px;
}

ul li {
  /* margin-bottom: 17px; */
}

p {
  margin-bottom: 1.3rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.sh-footer {
  background-color: #202020;
  color: #fff;
  padding: 50px 0;
}

a {
  color: #ff7177;
}

a:hover {
  color: #b34f54;
  text-decoration: none;
}

.display {
  margin-bottom: 42px;
}

.search-results {
  padding-right: 210px;
}

.search-results-group {
  margin-bottom: 62px;
}

.search-results .group-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.search-results .group-count {
  color: #c0c0c0;
}

.search-result {
  margin-bottom: 0;
  border-bottom: 1px solid #d6d6d6;
}

.search-result a {
  display: block;
  color: #232323;
  font-size: 18px;
  font-weight: 100;
  line-height: 34px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.search-result a:hover {
  color: #ff5a61;
  text-decoration: none;
}

.title-light {
  font-weight: 100;
}

b {
  font-weight: 700;
}


h4 {
  line-height: 30px;
  margin-bottom: 9px;
}

/* Managers */

.manager {
  margin-bottom: 38px;
}

.manager-image {
  position: relative;
  width: 100%;
}

.manager-image:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  border-radius: 25%;
  box-shadow: 0 20px 80px -20px rgba(0,0,0,0.4);
  z-index: -1;
}

.manager-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 10%;
  border-radius: 70%;
  box-shadow: 0px 0 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

.manager-image img {
  width: 100%;
}

.manager-name {
  margin-top: 34px;
}

.manager-position {
  margin-bottom: .5rem;
}

.manager-about:last-child {
  margin-bottom: 0;
}

.our-partners {
  box-shadow: 0 20px 48px 0 rgba(255,161,165,.3);
}

.main-features .feature {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/*

.title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 35px;
}

h4.title {
  padding-bottom: 25px;
  margin-top: -6px;
  margin-bottom: 19px;
}

*/

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

.col-md-1-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-md-1-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.card-img {
  width: 100%;
}

.last-news {
  padding: 100px 0;
}

.last-news h1 {
  font-size: 48px;
  margin-top: -11px;
  margin-bottom: 47px;
}

.row-main-item .read-more {
  color: #232323;
  font-weight: 700;
}

.row-main-item .read-more i {
  color: #ff7177;
}

.row-main-item ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.row-main-item ul li {
  margin-bottom: 10px;
}

.main-features {
  background-image: url('../img/main/features-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 90px 0;
}

.main-features:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(to right, #000, #fff);
  background: -o-linear-gradient(to right, #000, #fff);
  background: linear-gradient(to right, #000, #fff);;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: .2;
}

.main-features .card {
  background-color: #ebebeb;
  width: 168px;
  height: 168px;
  -webkit-transform: rotate(45deg);
  z-index: 10;
}

.main-features .card p {
  line-height: 100%;
  -webkit-transform: rotate(-45deg);
}

.center {
  position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-service {
  margin-bottom: 100px;
}

.section-service .service-image img {
  width: 100%;
}


.service-image {
  margin-right: -30px;
  z-index: 10;
}

.section-service .container {
  position: relative;
}

.section-service .service-title {
  font-size: 24px;
  margin-top: -6px;
}

.section-inverse .service-image {
  margin-left: -30px;
  margin-right: 0;
}

.section-inverse .service-description {
  left: 0!important;
  right: -15px!important;
}

.section-service .service-description {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: -15px;
  right: 0;
  padding: 40px;
  margin: 0;
  transform: translateY(-50%);
  z-index: 20;
  box-shadow: -3.536px 3.536px 15.48px 2.52px rgba(85, 85, 85, 0.15);
}

.row-service {
  position: relative;
}

.container-fluid {
  max-width: 1920px;
}

.small, small {
  font-size: 12px;
}

.press-center .card {
  margin-bottom: 0;
  box-shadow: 0px 2px 9px 1px rgba(95, 95, 95, 0.1);
}

.press-center .card-footer {
  background-color: #fff;
  border-color: #e8e8e8;
}

.press-center .card .text-muted {
  color: #aeaeae;
}

.press-center .post-categories {
  color: #aeaeae;
  font-size: 12px;
  margin-top: -4px;
  margin-bottom: -3px;
}

.page-press .press-center .post-categories a {
  color: #aeaeae;
}

.page-press .press-center .post-categories a:hover {
  color: #ff5a61;
}

.page-press .filter .dropdown .btn {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 30px;
  border-color: #ff5a61;
  border-radius: 2px;
}
.page-press .filter .dropdown-item {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.press-center .card-block {
  padding: 20px 25px 25px;
}

.press-center .post-date {
  color: #aeaeae;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 15px;
}

.press-center .card-text {
  margin-top: -3px;
  margin-bottom: -3px;
}

.press-center .post-title {
  position: relative;
  color: #232323;
  /*line-height: 36px;*/
  font-size: 18px;
  padding-bottom: 20px;
  margin-top: -8px;
  margin-bottom: 20px;
}

.press-center .post-title a {
  color: #232323;
}

.press-center .post-title a:hover {
  color: #ff5a61;
}

.press-center .post-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.press-center .posts {
  position: relative;
}

.press-center .post {
  margin-bottom: 30px;
}

.press-center .post-img {
  margin-bottom: -6px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  z-index: 10;
}

.press-center .post-img img {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.press-center .post-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.press-center .show-more {
  display: inline-block;
  position: relative;
  color: #232323;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.press-center .show-more:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border-bottom: 2px dotted #ff5a61;
}

.press-center .show-more:hover {
  color: #ff5a61;
}

.press-center .show-more:hover:before {
  border: 0;
}

.press-center .show-more:after {
  content: '\f1b8';
  display: block;
  position: absolute;
  color: #ff5a61;
  font-family: 'Material-Design-Iconic-Font';
  top: 1px;
  left: -20px;
  padding: 0;
  margin: 0;
}

.filter {
  padding: 0 0 25px;
}

.filter-options {
  margin-left: -6px;
  margin-right: -6px;
}

.filter-option {
  display: inline-block;
  background-color: #fff;
  color: #232323;
  line-height: 1.5;
  padding: 8px 30px;
  margin: 0 5.5px 15px;
  border: 1px solid #ff5a61;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.filter-option.active,
.filter-option:hover,
.filter-option:focus {
  background-color: #ff5a61;
  color: #fff;
  text-decoration: none;
}

.press-center h4.title {
  line-height: 36px;
  padding: 0;
  margin-bottom: 34px;
}

.site-footer-phone,
.site-footer-address {
  position: relative;
  padding-left: 20px;
}

.site-footer-phone:after {
  content: '\f2be';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff5a61;
  font-family: 'Material-Design-Iconic-Font';
  padding: 0;
  margin: 0;
}

.site-footer-address:after {
  content: '\f1ab';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff5a61;
  font-family: 'Material-Design-Iconic-Font';
  padding: 0;
  margin: 0;
}

.press-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 576px) {
  .press-center {
    padding-bottom: 20px!important;
  }
  .press-center .filter {
    border-bottom: 1px solid #e8e8e8;
  }
  .press-center .post {
    padding: 0!important;
    margin-bottom: 0!important;
  }
  .press-center .card {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0!important;
    box-shadow: none!important;
  }
  .press-center .show-more {
    margin-bottom: 0!important;
  }
}

h1.title {
  padding-bottom: 28px;
  margin-bottom: 38px;
}
.services .card {
  box-shadow: 3.41px 3.657px 15.48px 2.52px rgba(85, 85, 85, 0.15);
}

.project-categories {
  padding: 0;
}

.project-categories li {
  margin-bottom: 16px;
}

.project-categories a {
  color: #ff5a61;
  font-weight: 700;
  text-transform: uppercase;
}

.project .card-img-overlay {
  padding: 60px;
}

.project {
  color: #fff;
}

.project-title {
  position: relative;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  padding-bottom: 27px;
  margin-bottom: 20px;
}

.project-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.project-description {
  margin-bottom: 0;
}

.service-projects .row {
  margin-left: -30px;
  margin-right: -30px;
}

.timeline {
  border-left: 2px solid #f2f2f2;
}
.timeline:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #f2f2f2;
  top: 0;
  left: -2px;
  bottom: 0;
  width: 2px;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.page-about .timeline-extra-line:after {
  bottom: -139px;
}
.tl-item {
  position: relative;
  padding-left: 165px;
  margin-bottom: 49px;
}
.tl-item-icon {
  display: block;
  position: absolute;
  background-color: #ff5a61;
  top: -6px;
  left: -200px;
  width: 68px;
  height: 68px;
  padding: 0;
  margin: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  z-index: 40;
}
.tl-item-icon:before {
  content: '';
  position: absolute;
  background-image: url(../img/index/year-lg-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 158px;
  height: 109px;
  top: -3px;
  left: -27px;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tl-item-icon span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tl-item-title {
  position: relative;
  font-size: 33px;
  line-height: 41px;
  word-wrap: break-word;
  padding-bottom: 29px;
  margin-bottom: 30px;
}

.tl-item-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.tl-item-img {
  position: relative;
  max-width: 390px;
}

.tl-item-img:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  border-radius: 25%;
  box-shadow: 0 20px 80px -20px rgba(0,0,0,0.4);
  z-index: -1;
}

.tl-item-img:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 10%;
  border-radius: 70%;
  box-shadow: 0px 0 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

p {
  margin-bottom: 23px;
}

.about-page .our-team {
  color: #fff;
  background-image: url('../img/main/features-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 95px;
  margin-bottom: 100px;
}

.about-page .our-team:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(to right, #000, #fff);
  background: -o-linear-gradient(to right, #000, #fff);
  background: linear-gradient(to right, #000, #fff);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: .2;
  z-index: 10;
}

.about-page .our-team .container {
  z-index: 20;
}

.about-page .our-team .our-team-title {
  position: relative;
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 29px;
  margin-bottom: 30px;
}

.about-page .our-team .our-team-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.about-page .our-team .our-team-text {

}

.page-about .our-team .our-team-btn {
  display: inline-block;
  background-color: #ff5a61;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 26px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0px 4px 7.76px 0.24px rgba(195, 27, 34, 0.8);
}
.page-about .our-team .our-team-btn:hover {
  background-color: #b34f54;
}

.about-page .our-team .features .item {
  margin-bottom: 30px;
}
.about-page .our-team .features .item-icon {
  position: relative;
  background-color: #fff;
  width: 96px;
  height: 96px;
  text-align: center;
  padding: 0;
  margin: 0 auto 19px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all .8s ease-in-out;
}

.page-about .our-team .features .item-icon:hover {
  transform: rotate(360deg);
}
.about-page .our-team .features .item-icon span {
  display: inline-block;
  color: #ff5a61;
  font-size: 30px;
  font-weight: 700;
  line-height: 92px;
}

.about-page .our-team .features .item-text {
  color: #e8e8e8;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
}

.page-about .about-features {
  background-image: url('../img/main/features-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 72px;
  margin-bottom: 100px;
}

.about-features:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(to right, #000, #fff);
  background: -o-linear-gradient(to right, #000, #fff);
  background: linear-gradient(to right, #000, #fff);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: .2;
  z-index: 10;
}

.about-features .container {
  z-index: 20;
}

.page-about .about-features .item {
  display: block;
  position: relative;
  width: 165px;
  margin: 0 auto 40px;
}

.page-about .about-features .item-icon {
  position: relative;
  background-color: #e8e8e8;
  width: 165px;
  height: 165px;
  padding: 0;
  margin: 0 auto 11px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: all .8s ease-in-out;
}

.about-features .item-icon:hover {
  transform: rotate(360deg);
}

.about-features .item-icon span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-features .item-text {
  color: #e8e8e8;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .timeline {
    border: 0;
  }
  .tl-item {
    padding-left: 0!important;
    margin-bottom: 35px;
  }
  .tl-item-icon {
    top: 10px;
    left: 30px;
  }
  .tl-item-title {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    max-width: 50%;
    padding-bottom: 24px;
    margin-left: 138px;
    margin-bottom: 24px;
  }
  .tl-item-img {
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
  }
  .about-features {
    padding-top: 50px;
    padding-bottom: 17px;
  }
  .about-features .item {
    margin-left: 0;
    margin-right: 0;
  }
  .page-about .page-header {
    background-image: url('../img/index/page-header.png');
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-about .page-header #bgvid {
    display: none;
  }
}

@media (max-width: 320px) {
  .page-about .about-features .item {
    width: 100%;
  }
  .page-about .about-features .item-icon {
    width: 130px;
    height: 130px;
  }
}

.about-page .our-team .our-team-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.page-header {
  padding-top: 130px;
  padding-bottom: 293px;
  /*-webkit-clip-path: polygon(0 0, 1600px 0, 1600px 100%, 0 87%);
  clip-path: polygon(0 0, 1600px 0, 1600px 100%, 0 87%);*/
}
/*
.page-header:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/about/page-header.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
*/

.page-header.light:before,
.page-header.dark:before {
  filter: grayscale(100%);
}

.page-header.light:after,
.page-header.dark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.page-header.light:after {
  background-color: rgba(255,255,255,.70);
}

.page-header.dark:after {
  background-color: rgba(0,0,0,.4);
}

.page-header .container {
  z-index: 20;
}

.page-header .page-title {
  font-size: 48px;
}

.page-header .page-title.lg {
  font-size: 55px;
  line-height: 65px;
}

.page-header.light .page-title {
  color: #232323;
}

.page-header.dark .page-title {
  color: #fff;
}

.page-header .page-title.title-line {
  padding-bottom: 35px;
  margin-top: -6px;
  margin-bottom: 41px;
}

.page-header .card {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-header .card-block {
  padding: 43px;
}

.page-header .card-title {
  margin-top: -10px;
}

.page-header .card-text:last-child {
  margin-bottom: 4px;
}

h4.title-line {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 19px;
  margin-bottom: 16px;
}

.title {
  position: relative;
}

.title-line:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}

.title-line-left:after {
  left: 0;
}

.title-line-center:after {
  left: 50%;
  margin-left: -34.5px;
}

.title-light {
  font-weight: 300;
}

/* service-page */

.page-service h1 {
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 50px;
  margin-bottom: 41px;
}

.page-service .title {
  padding-bottom: 50px;
  margin-bottom: 41px;
}

.page-service h4 {
  line-height: 1.1;
  margin-bottom: 20px;
}

.page-service .title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.page-service .documents {
  padding-top: 34px;
}

.page-service .documents h4 {
  padding-bottom: 10px;
}

.page-service .features {
  padding: 96px 0 30px;
}

.service-page .features .feature {
  text-align: left;
  margin-bottom: 50px;
}

.service-page .features .feature-img {
  text-align: center;
}

.service-page .features .feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 13px;
}

.service-page .features .feature-text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

.service-page .projects {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 70px;
  overflow: hidden;
}

.page-service .projects .projects-title {
  font-size: 40px;
  line-height: 52px;
  padding: 0 15px;
  margin-bottom: 28px;
}


.service-page .projects .project-categories {
  margin-bottom: 137px;
}


.service-page .projects .project-title {
  font-size: 36px;
  line-height: 40px;
  word-wrap: break-word;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.page-service .projects .project:hover .project-img {
  filter: none;
  z-index: 20;
}
.page-service .projects .project:hover .project-overlay {
  color: #fff;
  opacity: 0;
}

.page-service .projects .project-title a {
  color: #fff;
}

.page-service .projects .project-title a:hover {
  color: #ff5a61;
}

/* Service/Documents */

.page-service .documents .document {
  display: inline-block;
  position: relative;
  max-width: 142px;
  padding: 0;
  margin: 0 50px;
}

.page-service .documents .document:first-child {
  margin-left: 0;
}

.page-service .documents .document:last-child {
  margin-right: 0;
}

.page-service .documents .document-img {
  display: block;
  position: relative;
  width: 100%;
}

.page-service .documents .document-img:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(77,77,77,.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  transition: all .2s ease;
}

.page-service .documents .document-img:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/zoom-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 60px;
  padding: 0;
  margin-top: -27.5px;
  margin-left: -30px;
}

.page-service .documents .document-img img {
  width: 100%;
}

.page-service .documents .document-img-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  border-radius: 25%;
  box-shadow: 0 20px 80px -20px rgba(0,0,0,0.4);
  z-index: -1;
}

.page-service .documents .document-img-inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 10%;
  border-radius: 70%;
  box-shadow: 0px 0 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

.page-service .documents .document:hover .document-img:before {
  background-color: rgba(77,77,77,.55);
}

.projects .project-description {
  margin-bottom: -2px;
}

.projects .project-img {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  filter: grayscale(100%);
}

.projects .project-overlay {
  position: relative;
  background-color: rgba(0,0,0,.3);
  padding: 60px;
  z-index: 10;
}

.search-page h1.title {
  font-size: 48px;
  padding-top: 60px;
  margin-top: -11px;
}

.search-page .search-results {
  padding-bottom: 38px;
}

@media (max-width: 576px) {
  .page-header {
    padding-top: 39px;
    padding-bottom: 180px;
  }
  .page-header .page-title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 31px;
  }
  .page-header .card-block {
    padding: 23px 17px;
  }
  .page-header .card-text:last-child {
    margin-bottom: -3px;
  }
  .projects .project-overlay {
    padding: 40px 20px;
  }
  .projects .project-categories li {
    margin-bottom: 6px;
  }
  .search-page h1.title {
    font-size: 36px;
    line-height: 46px;
    margin-top: -10px;
  }
  .search-page .search-results {
    padding-right: 0;
  }
  .search-page .search-result a {
    font-size: 24px;
    line-height: 30px;
  }
}

.documents-page .documents {
  margin-bottom: 29px;
}

.documents-page .document {
  display: block;
  max-width: 268px;
  margin: 0 auto 65px;
}

.documents-page .document-img {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 58px;
}

.documents-page .document-img:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(77,77,77,.45);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  transition: all .2s ease;
}

.documents-page .document-img:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/zoom-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  padding: 0;
  margin-top: -50px;
  margin-left: -50px;
}

.documents-page .document-img img {
  width: 100%;
}

.documents-page .document-img-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  border-radius: 25%;
  box-shadow: 0 20px 80px -20px rgba(0,0,0,0.4);
  z-index: -1;
}

.documents-page .document-img-inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 10%;
  border-radius: 70%;
  box-shadow: 0px 0 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

.documents-page .document:hover .document-img:before {
  background-color: rgba(77,77,77,.55);
}

.documents-page .document-text {
  color: #232323;
  text-align: center;
  margin-bottom: 0;
}

h3.title {
  font-size: 24px;
}

.documents-page h3.title {
  margin-bottom: 39px;
}

.documents-page h1.title {
  padding-bottom: 31px;
  margin-bottom: 12px;
}

h3.title-line-up {
  padding-top: 37px;
  margin-top: 3px;
}

h3.title-line-up:after {
  top: 0;
  bottom: inherit;
}

.page-not-found .not-found {
  display: block;
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/404.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.page-not-found .not-found-inner {
  display: block;
  position: relative;
  max-width: 330px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 60px;
}

.page-not-found .title {
  display: block;
  color: #fff;
  font-size: 200px;
  font-weight: 300;
  line-height: 200px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page-not-found .text {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin-top: -8px;
  margin-left: 11px;
  margin-bottom: 56px;
}

.page-not-found .btn {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 24px;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0px 4px 7.76px 0.24px rgba(140, 0, 6, 0.8);
  -webkit-font-smoothing: antialiased;
}
.page-not-found .btn-danger {
  background-color: #ff5a61;
  color: #fff;
  border-color: #ff5a61;
}
.page-not-found .btn-danger:hover {
  background-color: #b34f54;
  border-color: #b34f54;
}

.navbar {
  z-index: 150;
}

.navbar-brand-img {
  display: inline-block;
  width: 59px;
  vertical-align: middle;
}

.navbar-brand-text {
  display: inline-block;
  color: #929292;
  font-size: 12px;
  line-height: 16px;
  padding-left: 10px;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-brand:hover {
  opacity: .7;
  transition: all .2s ease;
}

.navbar .nav-item {
  padding: 20px 0;
}

.navbar .navbar-text {
  color: #000;
  margin: 0 15px;
}

.navbar .navbar-text:first-child {
  margin-left: 0;
}

.navbar .navbar-text:last-child {
  margin-right: 0;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  padding: 0 12px;
}

.navbar-toggler {
  top: 37px;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: block;
  position: relative;
  background-color: #ff5a61;
  width: 16px;
  height: 2px;
}

.navbar-toggler-icon:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #ff5a61;
  top: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 0;
}

.navbar-toggler-icon:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ff5a61;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  padding: 0;
  margin: 0;
}

.navbar-phone-btn {
  position: absolute;
  top: 26px;
  right: 1rem;
  color: #ff5a61;
  font-size: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navbar-nav .dropdown.show .nav-link {
  color: #ff5a61;
}
.navbar-nav .dropdown-menu {
  left: -15px;
  margin: 10px 0 0;
  border: 0;
  border-left: 2px solid #ff5a61;
  border-radius: 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,.1);
}
.navbar-nav .dropdown-item {
  color: #232323;
  font-size: 14px;
  font-weight: 300;
  padding: 9.5px 30px;
}
.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
  background-color: #fff;
  color: #ff5a61;
  font-weight: 300;
}
.site-footer .logo {
  display: inline-block;
  color: #fff;
  margin-bottom: 21px;
}

.site-footer .logo img {
  display: inline-block;
  width: 59px;
  vertical-align: top;
}

.site-footer .logo span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 15px;
  padding-top: 19px;
  vertical-align: top;
}

a {
  transition: all .2s ease;
}

.site-footer ul {
  float: left;
  width: 100%;
}

.site-footer ul li {
  float: left;
  display: inline;
  width: 50%;
  margin-bottom: 19px;
}

.site-footer {
  font-weight: 300;
}

.site-footer a {
  font-weight: 300;
}

.site-footer li.active a {
  color: #ff5a61;
  font-weight: 700;
}

.site-footer a:hover {
  color: #ff5a61;
}

.page-services .page-header {
  background-image: url('../img/services/page-header.jpg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 215px;
  margin-bottom: 80px;
}
.page-services .page-header:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 15%;
  transform: skewY(2deg);
}

.page-services .page-header h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.page-services .page-header h1:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-white.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}

.page-services .services {
  overflow: hidden;
}

.page-services .services .item {
  position: relative;
  margin-bottom: 100px;
}

.page-services .services .item:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: .15;
  z-index: -1;
}

.page-services .services .item:nth-child(1n):after {
  background-position: top right;
}

.page-services .services .item:nth-child(2n):after {
  background-position: top left;
}

.page-services .services .item-1:after {
  background-image: url('../img/services/bg-1.png');
  right: -320px;
}

.page-services .services .item-2:after {
  background-image: url('../img/services/bg-2.png');
  top: -110px;
  left: -530px;
}

.page-services .services .item-3:after {
  background-image: url('../img/services/bg-3.png');
  top: 50px;
  right: -320px;
}

.page-services .services .item-4:after {
  background-image: url('../img/services/bg-4.png');
  top: 40px;
  left: -490px;
}

.page-services .services .item-5:after {
  background-image: url('../img/services/bg-5.png');
  top: 100px;
  right: -320px;
  transform: rotate(20deg);
}

.page-services .services .item-img {
  display: block;
  margin-right: -30px;
  z-index: 10;
}

.page-services .services .item-img:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 50%;
  border-radius: 25%;
  box-shadow: 0 20px 80px -20px rgba(0,0,0,0.4);
  z-index: -1;
}

.page-services .services .item-img:after {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 10%;
  border-radius: 70%;
  box-shadow: 0px 0 15px 0 rgba(0,0,0,.1);
  z-index: -1;
}

.page-services .services .push-lg-6 .item-img {
  margin-left: -30px;
  margin-right: 0;
}
.page-services .services .item-img img {
  width: 100%;
  transition: all .2s ease;
}
.page-services .services .item-img:hover img {
  opacity: .8;
}

.page-services .services .pull-lg-6 .item-content {
  left: 0;
  right: -15px;
}

.page-services .services .item-content {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: -15px;
  right: 0;
  padding: 40px;
  margin: 0;
  transform: translateY(-50%);
  z-index: 20;
  box-shadow: -3.536px 3.536px 15.48px 2.52px rgba(85, 85, 85, 0.15);
}

.page-services .services .item-title {
  position: relative;
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 21px;
  margin-top: -5px;
  margin-bottom: 19px;
}

.page-services .services .item-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-services .services .item-title a {
  color: #232323;
}
.page-services .services .item-title a:hover {
  color: #ff5a61;
}

.page-services .services .item-list {
  float: left;
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 21px;
}

.page-services .services .item-list li {
  color: #232323;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  list-style-image: url('../img/rhombus.png');
  margin-bottom: 13px;
}

.page-services .services .item-list li:last-child {
  margin-bottom: 0;
}

.page-services .services .item-link {
  float: left;
  display: block;
  position: relative;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin-bottom: -4px;
}

.page-services .services .item-link:hover {
  color: #ff5a61;
}

.page-services .services .item-link i {
  color: #ff5a61;
  padding-left: 7px;
}

.page-contacts .map {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.page-contacts .contact-form {
  padding: 100px 0 100px 85px;
}

.half-container {
  width: calc(1170px/2);
  padding-left: 15px;
  padding-right: 15px;
}

.page-contacts .title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 26px;
  margin-top: -11px;
  margin-bottom: 25px;
}

.page-contacts .title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}

.page-contacts .contact-form-text {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}

.page-contacts .contact-form-text.text-phone:after {
  content: '\f2be';
  display: block;
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  color: #ff5a61;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.page-contacts .contact-form-text.text-address:after {
  content: '\f1ab';
  display: block;
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  color: #ff5a61;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.page-contacts .contact-form-text.text-email:after {
  content: '\f15a';
  display: block;
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  color: #ff5a61;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.contact-form form h4 {
  margin-top: 44px;
  margin-bottom: 18px;
}

.contact-form form .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.contact-form form .col-12,
.contact-form form .col-lg-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.contact-form .form-control {
  color: #232323;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 10px 0 10px 36px;
  border-color: #b7b7b7;
  border-radius: 0;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #818181;
}
.contact-form .form-control::-moz-placeholder {
  color: #818181;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #818181;
}
.contact-form .form-control:-moz-placeholder {
  color: #818181;
}

.contact-form .form-control:focus {
  border-color: #ff5a61;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-form .form-group-icon:after {
  display: block;
  position: absolute;
  font-family: 'Material-Design-Iconic-Font';
  color: #ff5a61;
  font-size: 14px;
  line-height: 18px;
  top: 14px;
  left: 16px;
  padding: 0;
  margin: 0;
}

.contact-form .form-group-name:after {
  content: '\f207';
}

.contact-form .form-group-phone:after {
  content: '\f2be';
}

.contact-form .form-group-email:after {
  content: '\f15a';
}

.contact-form .form-group-subject:after {
  content: '\f1db';
}

.contact-form .form-group-message:after {
  content: '\f158';
}

.contact-form .form-group-message .form-control {
  height: 106px;
}
.contact-form .btn {
  margin-top: 8px;
}
.contact-form .btn-danger {
  background-color: #ff5a61;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 24px;
  border-color: #ff5a61;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0px 4px 7.76px 0.24px rgba(140, 0, 6, 0.8);
  -webkit-font-smoothing: antialiased;
}
.contact-form .btn-danger:hover {
  background-color: #b34f54;
  border-color: #b34f54;
}
@media (max-width: 991px) {
  .page-index .page-header .logo {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-service .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 41px;
  }
  .page-service .features {
    padding-bottom: 30px;
  }
  .page-service .projects .projects-title {
    font-size: 30px;
    line-height: 40px;
  }
  .page-services .page-header {
    background-image: none;
    padding-top: 31px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .page-services .page-header:before {
    content: none;
  }
  .page-services .page-header h1 {
    color: #232323;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 41px;
  }
  .page-services .page-header h1:after {
    background-image: url('../img/line-red.png');
  }
  .page-services .services .item-title:after {
    background-image: url('../img/line-gray.png');
  }
  .navbar .search-form {
    display: none;
  }
  .page-contacts .map {
    height: 240px;
  }
  .page-contacts .contact-form {
    padding-left: 0;
  }
  .page-contacts .contact-form .btn {
    width: 100%;
  }
  .page-services .services .item {
    margin-bottom: 55px;
  }
  .page-services .services .item:after {
    content: none;
  }
  .page-services .services .item-img {
    margin-left: -15px!important;
    margin-right: -15px!important;
    margin-bottom: 27px;
  }
  .page-services .services .item-img:before,
  .page-services .services .item-img:after {
    content: none;
  }
  .page-services .services .item-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    transform: none;
  }
  .page-services .services .item-title {
    padding-bottom: 31px;
    margin-top: 0;
    margin-bottom: 27px;
  }
  .page-service .documents .document {
    display: block;
    max-width: 268px;
    margin: 0 auto 65px!important;
  }
  .page-service .documents .document:last-child {
    margin-bottom: 0!important;
  }
  .page-service .documents .document-img:after {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
  .site-footer .logo {
    margin-bottom: 26px;
  }
  .site-footer ul {
    margin-bottom: 21px;
  }
  .site-footer ul li {
    width: 100%;
  }
}

.navbar-phone,
.navbar-address {
  position: relative;
  padding-left: 20px;
}

.navbar-phone:after,
.navbar-address:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  color: #ff5a61;
  font-family: 'Material-Design-Iconic-Font';
  padding: 0;
  margin: 0;
}

.navbar-phone:after {
  content: '\f2be';
}

.navbar-address:after {
  content: '\f1ab';
}

@media (min-width: 992px) {
  .navbar-phone-btn {
    display: none;
  }
}

.search-form {
  position: relative;
  padding-top: 19px;
  padding-left: 20px;
  padding-bottom: 19px;
  margin-left: 15px;
}

.search-form:after {
  content: '\f1c3';
  display: block;
  position: absolute;
  top: 20px;
  left: 1px;
  color: #ff5a61;
  font-family: 'Material-Design-Iconic-Font';
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.search-form .form-inner {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 20px;
  width: 0;
  padding: 19px 0;
  margin: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

.search-form .form-control {
  color: rgba(0,0,0,.6);
  font-size: 14px;
  padding: 0 0 3px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #b7b7b7;
  border-radius: 0;
}

.search-form.hidden {
  width: 20px;
  transition: all .2s ease;
  overflow: hidden;
}

.navbar .search-form.show {
  overflow: visible;
}
.search-form .form-control:focus {
  border-color: #ff5a61;
}
.search-form .form-control::-webkit-input-placeholder {
  color: rgba(0,0,0,.6);
}
.search-form .form-control::-moz-placeholder {
  color: rgba(0,0,0,.6);
}
.search-form .form-control:-ms-input-placeholder {
  color: rgba(0,0,0,.6);
}
.search-form .form-control:-moz-placeholder {
  color: rgba(0,0,0,.6);
}

.navbar .nav-link:hover {
  color: #ff5a61;
}

.page-managers .site-footer {
  margin-top: 56px;
}

.breadcrumb-item {
  float: none;
  display: inline;
}

.page-text .content .title {
  padding-bottom: 0;
  margin-bottom: 42px;
}
.page-text .content .lead {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 43px;
}
.page-text .content .author {
  position: relative;
  color: #232323;
  padding-bottom: 52px;
  margin-bottom: 52px;
}
.page-text .content .author:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  left: 50%;
  bottom: 0;
  width: 69px;
  height: 5px;
  margin-left: -34.5px;
}
.page-text .content .author-img {
  margin-bottom: 15px;
}
.page-text .content .author-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}
.page-text .content .author-position {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-text .content h1 {
  /*font-size: 48px;*/
  line-height: 46px;
}
.page-text .content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
.page-text .content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.page-text .content p {
  margin-bottom: 21px;
}
.page-text .content .block {
  margin-bottom: 50px;
}
.page-text .content .img,
.page-text .content .embed {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 57px;
}
.page-text .content .embed {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.page-text .content .embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-text .content ul {
  padding-left: 17px;
}
.page-text .content ul li {
  list-style-image: url('../img/rhombus.png');
  padding-left: 11px;
  margin-bottom: 15px;
}
.page-text .content .downloads {
  margin-bottom: 100px;
}
.page-text .content .downloads .file {
  display: inline-block;
  position: relative;
  min-height: 65px;
  padding-left: 68px;
  margin-left: 30.5px;
  margin-right: 30.5px;
}
.page-text .content .downloads .file:first-child {
  margin-left: 0;
}
.page-text .content .downloads .file:last-child {
  margin-right: 0;
}
.page-text .content .downloads .file a:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/file.png');
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 49px;
  height: 65px;
  padding: 0;
  margin: 0;
}
.page-text .content .downloads .file-name {
  display: inline-block;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-text .content .downloads .file-meta {
  display: block;
  color: rgba(35,35,35,.6);
  font-size: 14px;
  font-weight: 300;
}
.page-text .content .downloads .file a:hover .file-name {
  color: #ff5a61;
}
.page-project .page-project-left {
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: 15px;
  margin-left: auto;
}
.page-project .page-project-right {
  padding-left: 15px;
  padding-right: 15px;
}
.page-project .page-project-right .img {
  margin-bottom: 17px;
}
.page-project .page-project-right .img:hover {
  opacity: .8;
}
.page-project .page-project-right .link {
  position: relative;
  color: #232323;
  text-decoration: none;
}
.page-project .page-project-right .link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border-bottom: 2px dotted #ff5a61;
}
.page-project .page-project-right .link:hover {
  color: #ff5a61;
}
.page-project .page-project-right .link:hover:after {
  content: none;
}
.page-project .page-project-img {
  margin-left: -15px;
  margin-right: -15px;
}
.page-project .projects .projects-desc {
  padding-top: 38px;
  padding-bottom: 38px;
}
.page-project .projects .projects-desc-title {
  position: relative;
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 32px;
  margin-bottom: 33px;
}
.page-project .projects .projects-desc-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-project .projects .projects-desc-text {
  max-width: 100%;
}
.page-project .projects .carousel {
  margin-right: -15px;
}
.page-project .projects .carousel-control-next,
.page-project .projects .carousel-control-prev {
  width: 68px;
}
.page-project .projects .project:hover .project-img {
  filter: none;
  z-index: 20;
}
.page-project .projects .project:hover .project-overlay {
  color: #fff;
  opacity: 0;
}
.page-project .projects .project-description {
  margin-bottom: -2px;
}
.page-project .projects .project {
  width: 100%;
  height: 500px;
}
.page-project .projects .project-img {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  filter: grayscale(100%);
}
.page-project .projects .project-overlay {
  position: relative;
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  padding: 60px;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-project .projects .project-categories {
  position: absolute;
  top: 55px;
  left: 60px;
  margin-bottom: 137px;
}
.page-project .projects .project-categories li {
  margin-bottom: 16px;
}
.page-project .projects .project-categories a,
.page-project .projects .project-categories span {
  color: #ff5a61;
  font-weight: 700;
  text-transform: uppercase;
}
.page-project .projects .project-text {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 55px;
}
.page-project .projects .projects-title {
  margin-top: 50px;
  margin-bottom: 32px;
}
.page-project .projects .project-title {
  font-size: 27px;
  line-height: 36px;
  word-wrap: break-word;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.page-project .projects .project-title a {
  color: #fff;
}
.page-project .projects .project-title a:hover {
  color: #ff5a61;
}
.page-project .content .downloads {
  width: 100%;
  margin-top: 60px;
  margin-left: -35.5px;
  margin-right: -35.5px;
  margin-bottom: 45px;
}
.page-project .content .downloads .file {
  display: inline-block;
  position: relative;
  min-height: 65px;
  padding-left: 68px;
  margin-left: 35.5px;
  margin-right: 35.5px;
  margin-bottom: 45px;
}
.page-project .content .downloads .file a:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/file.png');
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 49px;
  height: 65px;
  padding: 0;
  margin: 0;
}
.page-project .content .downloads .file-name {
  display: inline-block;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-project .content .downloads .file-meta {
  display: block;
  color: rgba(35,35,35,.6);
  font-size: 14px;
  font-weight: 300;
}
.page-project .content .downloads .file a:hover .file-name {
  color: #ff5a61;
}
.page-project .img-gallery .img {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.page-project .img-gallery .img a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-project .img-gallery .img a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-project .img-gallery .img-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-project .img-gallery img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-project .img-gallery .img a:after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,.44);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-project .img-gallery .img a:hover:after {
  opacity: 0;
}
.page-project .projects {
  padding-top: 100px;
}

.page-projects {

}
.page-projects .page-header {
  background-image: url('../img/projects/page-header.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}
.page-projects .page-header:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 15%;
  transform: skewY(2deg);
}
.page-projects h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 31px;
  margin-bottom: 30px;
}
.page-projects h1:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-projects .page-header .card {
  margin-top: 10px;
}
.page-projects .page-header .card:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/projects/card-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  filter: grayscale(100%);
  z-index: 10;
}
.page-projects .page-header .card-title {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  padding-bottom: 28px;
  margin-top: -8px;
  margin-bottom: 0;
}
.page-projects .page-header .card-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-projects .page-header .card-block {
  background-color: rgba(0,0,0,.8);
  padding: 50px 68px;
  z-index: 20;
}
.page-projects .projects-title {
  margin-bottom: 32px;
}
.page-projects .filter-top {
  display: none;
  padding-bottom: 27px;
}
.page-projects .reset-filter {
  position: relative;
  color: #232323;
}
.page-projects .reset-filter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-bottom: 2px dotted #ff5a61;
}
.page-projects .reset-filter:after {
    content: '\f1b8';
    display: block;
    position: absolute;
    color: #ff5a61;
    font-family: 'Material-Design-Iconic-Font';
    top: 1px;
    left: -20px;
    padding: 0;
    margin: 0;
}
.page-projects .reset-filter:hover {
  color: #ff5a61;
}
.page-projects .reset-filter:hover:before {
  border: 0;
}
.page-project h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 55px;
}
.page-project h1.title {
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.page-project h1.title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-project .content p {
  max-width: 70%;
}
.page-project .content tr:first-child td {
  border-top: 0;
}
.page-project .content td:first-child {
  padding-left: 0;
}
.page-project .content td:last-child {
  padding-right: 0;
}
.page-project .content tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.page-projects .filter-options {
  margin-left: -21px;
  margin-right: -21px;
}
.page-projects .filter-option {
  padding: 8px 26px;
}
.page-projects .projects {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.page-projects .projects .project:hover .project-img {
  filter: none;
  z-index: 20;
}
.page-projects .projects .project:hover .project-overlay {
  color: #fff;
  opacity: 0;
}
.page-projects .projects .project-description {
  margin-bottom: -2px;
}
.page-projects .projects .project {
  width: 100%;
  height: 500px;
}
.page-projects .projects .project-img {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  filter: grayscale(100%);
}
.page-projects .projects .project-overlay {
  position: relative;
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  padding: 60px;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-projects .projects .projects-title {
  margin-top: 50px;
  margin-bottom: 32px;
}
.page-projects .projects .project-text {
  display: block;
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 55px;
  padding: 0;
  margin: 0;
}
.page-projects .projects .project-categories {
  position: absolute;
  top: 55px;
  left: 60px;
  margin-bottom: 137px;
}
.page-projects .projects .project-categories li {
  margin-bottom: 16px;
}
.page-projects .projects .project-categories a,
.page-projects .projects .project-categories span {
  /*color: #ff5a61;*/
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.page-projects .projects .project-title {
  font-size: 30px;
  line-height: 36px;
  word-wrap: break-word;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.page-projects .projects .project-title a {
  color: #fff;
}
.page-projects .projects .project-title a:hover {
  color: #ff5a61;
}
.page-about .page-header {
  padding-top: 130px;
  padding-bottom: 270px;
  overflow: hidden;
  margin-bottom: 45px;
}
.page-about .page-header:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 10%;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  z-index: 20;
}
.page-about .page-header video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-about .page-header h1.title {
  font-size: 55px;
  font-weight: 300;
  line-height: 66px;
  padding-bottom: 34px;
  margin-top: -5px;
}
.page-about .page-header h1.title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-about .page-header .card {
  background-color: rgba(0,0,0,.8);
}
.page-about .page-header .card-block {
  padding: 43px;
}
.page-about .page-header .card-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding-top: 2px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page-about .page-header .card-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-about .page-header .card-text {
  color: #fff;
}
.page-about .page-header .card-text:last-child {
  margin-bottom: 4px;
}
.page-about .projects {
  padding-bottom: 100px;
}
.page-about .projects .projects-title {
  display: inline-block;
  position: relative;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  padding-bottom: 34px;
  margin-bottom: 50px;
}
.page-about .projects .projects-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/line.png);
  left: 0;
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-about .projects .project {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
}
.page-about .projects .project .project-img {
  filter: none;
}
.page-about .projects .carousel-control-next,
.page-about .projects .carousel-control-prev {
  color: #232323;
  font-size: 18px;
  width: 100px;
  opacity: .8;
}
.page-about .projects .carousel-control-next i,
.page-about .projects .carousel-control-prev i {
  background-color: rgba(255,255,255,.8);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 0;
  border-radius: 100%;
}
.page-about .projects .carousel-control-next:hover i,
.page-about .projects .carousel-control-prev:hover i {
  background-color: #fff;
}
.page-about .projects .project {
  height: 500px;
  margin-bottom: 0;
}
.page-about .projects .project img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.page-about .projects .project:hover {
  opacity: .8;
}
.page-about .timeline:before {
  content: '';
  position: absolute;
  top: -100px;
  left: -2px;
  height: 100%;
  width: auto;
  border-left: 2px solid #f2f2f2;
  z-index: 30;
}
.page-about .timeline .tl-item:last-child {
  margin-bottom: 0;
}
.page-index .page-header {
  padding-top: 170px;
  margin-bottom: 100px;
}
.page-index .page-header .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-index .page-header .carousel:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 15%;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  z-index: 100;
}
.page-index .page-header .carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-index .page-header .carousel-item {
  width: 100%;
  height: 100%;
}
.page-index .page-header .carousel-img {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.page-index .page-header .carousel-control-prev,
.page-index .page-header .carousel-control-next {
  width: 10%;
}
.page-index .page-header:before {
  background-image: url('../img/index/page-header.png');
  background-position: 48% 13%;
  background-size: 140%;
}
.page-index .page-header h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  padding-bottom: 41px;
  margin-bottom: 0;
  color: #fff;
}
.page-index .page-header h1:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  /*bottom: 0;*/
  bottom:20px;
  width: 69px;
  height: 5px;
}
.page-index .page-header .logo {
  /*position: absolute;
  top: -125px;
  left: 15px;*/
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
}
.page-index .content .top-post {
  padding-bottom: 198px;
}
.page-index .content .top-post-years:after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #efefef 75%, #fdfdfd 25%);
  top: 0;
  left: 35px;
  bottom: 0;
  width: 2px;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.page-index .content .top-post .year {
  position: relative;
  background-color: #fff;
  color: #232323;
  font-size: 12px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  margin-bottom: 58px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-index .content .top-post .year-inner {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.page-index .content .top-post .year-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 40px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-index .content .top-post .year:before {
  content: '';
  position: absolute;
  background-image: url('../img/index/year-shadow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -30px;
  left: -32px;
  right: 0;
  bottom: 0;
  width: 98px;
  height: 94px;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-index .content .top-post .year-lg {
  width: 68px;
  height: 68px;
  margin-left: -13px;
}
.page-index .content .top-post .year-lg:before {
  background-image: url('../img/index/year-lg-shadow.png');
  width: 158px;
  height: 109px;
  top: -3px;
  left: -27px;
}
.page-index .content .top-post .year-lg .year-inner {
  background-color: #ff5a61;
}
.page-index .content .top-post .year-lg .year-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 68px;
}
.page-index .content .top-post-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  padding-bottom: 31px;
  margin-bottom: 30px;
}
.page-index .content .top-post-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-index .content .top-post-text {
  margin-bottom: 34px;
}
.page-index .content .top-post-btn {
  display: inline-block;
  color: #fff;
  background-color: #ff5a61;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 24px;
  border-color: #ff5a61;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0px 4px 7.76px 0.24px rgba(140, 0, 6, 0.8);
  -webkit-font-smoothing: antialiased;
}
.page-index .content .top-post-btn:hover {
  background-color: #b34f54;
  border-color: #b34f54;
}
.page-index .content .top-post-btn i {
  padding-left: 24px;
}
.page-index .content .top-post-img {
  padding-top: 34px;
}
.page-index .content .content-items .item {
  margin-bottom: 84px;
}
.page-index .content .content-items .item-img {
  margin-bottom: 10px;
}
.page-index .content .content-items .item-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 31px;
  margin-top: 44px;
  margin-bottom: 27px;
}
.page-index .content .content-items .item-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-gray.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-index .content .content-items .item-list {
  padding-left: 17px;
  margin-bottom: 22px;
}
.page-index .content .content-items .item-list li {
  list-style-image: url('../img/rhombus.png');
  padding-left: 3px;
  margin-bottom: 10px;
}
.page-index .content .content-items .item-text {
  margin-bottom: 22px;
}
.page-index .content .content-items .item-link {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.page-index .content .content-items .item-link i {
  color: #ff5a61;
  padding-left: 11px;
}
.page-index .content .content-items .item-link:hover {
  color: #ff5a61;
}
.page-index .projects {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.page-index .projects .projects-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 50px;
  margin-bottom: 32px;
}
.page-index .projects .project {
  width: 100%;
  height: 500px;
}
.page-index .projects .project-overlay {
  position: relative;
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  padding: 60px;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.page-index .projects .project-text {
  display: block;
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 55px;
  padding: 0;
  margin: 0;
}
.page-index .projects .project-categories {
  position: absolute;
  top: 55px;
  left: 60px;
  padding: 0;
  margin: 0 0 137px;
}
.page-index .projects .project-title {
  font-size: 38px;
  line-height: 40px;
  word-wrap: break-word;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.page-index .projects .project-title a {
  color: #fff;
}
.page-index .projects .project-title a:hover {
  color: #ff5a61;
}
.page-index .projects .project-description {
  margin-bottom: -2px;
}
.page-index .projects .project:hover .project-img {
  filter: none;
  z-index: 20;
}
.page-index .projects .project:hover .project-overlay {
  color: #fff;
  opacity: 0;
}
.page-index .projects .project-img {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  filter: grayscale(100%);
}

.page-index .projects .project-categories {
  margin-bottom: 137px;
}
.page-index .projects .project-categories li {
  margin-bottom: 16px;
}
.page-index .projects .project-categories a,
.page-index .projects .project-categories span {
  /*color: #ff5a61;*/
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.page-index .projects .project-title {
  font-size: 26px;
  line-height: 36px;
  word-wrap: break-word;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.page-index .partners {
	padding-bottom: 30px;
}
.page-index .partners h1 {
  padding-top: 58px;
  margin-bottom: 36px;
}
.page-index .partners .partners-items {
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-index .partners .partners-items .item {
  margin-bottom: 43px;
}
.page-index .latest-news {
  box-shadow: inset 0 75px 75px -75px #cccccc;
}
.page-index .latest-news h1 {
  font-size: 48px;
  line-height: 56px;
  padding-top: 88px;
  margin-bottom: 47px;
}
.page-index .latest-news .post {
  margin-bottom: 70px;
}
.page-index .latest-news .post-img {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.page-index .latest-news .post-img img {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.page-index .latest-news .post-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.page-index .latest-news .post-title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  padding-bottom: 27px;
  margin-top: -5px;
  margin-bottom: 19px;
}
.page-index .latest-news .post-title:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/line-red.png');
  bottom: 0;
  width: 69px;
  height: 5px;
}
.page-index .latest-news .post-title a {
  color: #232323;
}
.page-index .latest-news .post-title a:hover {
  color: #ff5a61;
}
.page-index .latest-news .post-text {
  margin-bottom: 0;
}
.page-index .features {
  background-image: url('../img/main/features-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 15px 66px;
  margin-bottom: 90px;
}
.page-index .features:after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(to right, #000, #fff);
  background: -o-linear-gradient(to right, #000, #fff);
  background: linear-gradient(to right, #000, #fff);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: .2;
  z-index: 10;
}
.page-index .features .features-items {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 20;
}
.page-index .features .features-items .item {
  display: block;
  position: relative;
  margin: 0 60px 33px;
}
.page-index .features .features-items .item-icon {
  display: block;
  position: relative;
  background-color: #e8e8e8;
  width: 114px;
  height: 114px;
  padding: 0;
  margin-top: 65px;
  margin-left: calc(50% - 15px);
  margin-bottom: 19px;
  transform: rotate(45deg) translate(-50%);
  transform-origin: 50% 50%;
}
.page-index .features .features-items .item-icon span {
  position: absolute;
  color: #ff5a61;
  font-size: 36px;
  font-weight: 700;
  line-height: 114px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-index .features .features-items .item-text {
  color: #e8e8e8;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}
.page-index .features .features-items .carousel-dots {
  bottom: -30px;
}
.page-index .features .feature-icon-text {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-index .features .feature .feature-icon {
  width: 117px;
  height: 117px;
}
.page-index .features .feature-lg .feature-icon {
  width: 245px;
  height: 245px;
}
.page-index .features .feature-lg .feature-icon-title {
  color: #ff5a61;
  font-size: 72px;
  font-weight: 700;
  line-height: 94px;
}
.page-index .features .feature-icon-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.page-index #carousel-sm {
  display: none;
}
.page-index .partners-slider {
  display: none;
  width: 100%;
}
.page-index .partners-slider .partner {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 0;
  margin-bottom: 50px;
}
.page-index .partners-slider .partner img {
  display: inline-block;
}
.carousel-dots li {
  background-color: #fff;
  width: 12px;
  height: 12px;
  max-width: 12px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #b8b8b8;
  border-radius: 100%;
}
.carousel-dots .active {
  background-color: #b8b8b8;
}
@media (max-width: 992px) {
  .page-index .page-header {
    margin-bottom: 25px;
  }
  .page-index .page-header:before {
    background-position: center;
    background-size: cover;
  }
  .page-index .page-header h1 {
    color: #fff;
  }
  .page-index #carousel-sm {
    display: block;
  }
  .page-index #carousel-lg {
    display: none;
  }
  .page-index .content .content-items .item-img {
    text-align: center;
  }
  .page-index #partners-carousel {
    display: block;
    margin-bottom: 50px;
  }
  .page-index .partners-slider .partner {
    margin-bottom: 0;
  }
  .page-index .partners-items {
    display: none!important;
  }
  .page-index .content .top-post {
    padding-bottom: 50px;
  }
  .page-index .content .top-post-years {
    display: none;
  }
  .page-index .content .top-post-title {
    font-size: 24px;
    line-height: 30px;
  }
  .page-index .content .top-post-img {
    display: none;
  }
  .page-index .content .top-post-btn {
    width: 100%;
    text-align: center;
  }
  .page-index .content .content-items .item {
    margin-bottom: 42px;
  }
  .page-index .projects .projects-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .page-index .projects .project {
    height: 420px;
    margin-bottom: 0;
  }
  .page-index .projects .project-overlay {
    padding: 25px 15px;
  }
  .page-index .projects .project-categories {
    top: 20px;
    left: 15px;
    right: 15px;
  }
  .page-index .projects .project-text {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .page-index .content .content-items .item-title {
    margin-top: 16px;
  }
  .page-index .features .features-items {
    margin-left: 0;
    margin-right: 0;
  }
  .page-index .partners h1 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 43px;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .page-index .latest-news h1 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 52px;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .page-index .latest-news .post-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-about .page-header {
    padding-top: 39px;
    padding-bottom: 145px;
  }
  .page-about .page-header video {
    width: auto;
    height: 100%;
  }
  .page-about .page-header h1.page-title {
    font-size: 30px;
    line-height: 36px;
  }
  .page-about .page-header .card-block {
    padding: 23px 17px;
  }
  .page-about .our-team {
    padding-top: 43px;
    padding-bottom: 50px;
  }
  .page-about .our-team .our-team-title-outter {
    text-align: center;
  }
  .page-about .our-team .our-team-title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
  .page-about .our-team .our-team-title:after {
    left: 50%;
    margin-left: -34.5px;
  }
  .page-about .our-team .carousel {
    padding-top: 6px;
  }
  .page-about .our-team .our-team-btn {
    width: 100%;
    text-align: center;
  }
  .page-about .about-features {
    padding-top: 51px;
    padding-bottom: 10px;
    margin-top: 38px;
    margin-bottom: 54px;
  }
  .page-about .tl-item p {
    margin-bottom: 27px;
  }
  .page-about .tl-item-img img {
    width: 100%;
  }
  .page-about .timeline:last-child {
    margin-bottom: 64px;
  }
  .page-about .projects .projects-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 34px;
    padding-bottom: 26px;
    margin-bottom: 37px;
  }
  .page-projects .page-header {
    padding-top: 50px;
    padding-bottom: 160px;
  }
  .page-projects .page-header h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 41px
  }
  .page-projects .projects-title {
    margin-top: 0!important;
  }
  .page-projects .filter-options {
    margin-left: 0;
    margin-right: 0;
  }
  .page-projects .filter-option {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-project h1.title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 41px;
  }
  .page-project .page-project-right .link {
    margin-left: 15px;
  }
  .page-project .projects .carousel {
    width: initial;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-project .projects .project {
    width: 100%;
  }
  .page-text .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .page-text .content .img,
  .page-text .content .embed {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-text .content .downloads .file {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-contacts .map {
    height: 240px;
  }
  .container {
    width: 100%;
  }
  .page-project .page-project-left {
    width: 100%;
    padding-left: 15px;
  }
  .page-project .content p {
    max-width: 100%;
  }
  .page-project .projects {
    padding-top: 50px;
  }
  .page-project .projects .project-overlay {
    padding: 25px 15px;
  }
  .page-project .projects .project-categories {
    top: 20px;
    left: 15px;
    right: 15px;
  }
  .page-projects .projects .project-text {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .page-projects .projects .project-overlay {
    padding: 25px 15px;
  }
  .page-projects .projects .project-categories {
    top: 20px;
    left: 15px;
    right: 15px;
  }
  .page-projects .projects .project-text {
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .page-not-found .not-found h1 {
    font-size: 150px;
  }
}

@media (min-width: 992px) {
  .page-project .page-project-left {
    padding-left: calc((100vw - 930px) / 2);
  }
}

@media (min-width: 1200px) {
  .page-project .page-project-left {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 1365px) {
  .navbar-text {
    display: none;
  }
}

.carousel {
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  color: #ebebeb;
  font-size: 36px;
  opacity: .8;
}

.carousel-control-next.dark,
.carousel-control-prev.dark {
  color: #b8b8b8;
  opacity: 1;
}

.dropdown-menu-center {
  left: 50%;
  transform: translateX(-50%);
}

.filter .dropdown-menu {
  max-width: 100%;
}

@media (min-width: 1080px) {
  .page-about .tl-item .tl-item-icon {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
  }
  .page-about .tl-item p {
    position: relative;
  }
  .page-about .tl-item .tl-item-title,
  .page-about .tl-item p,
  .page-about .tl-item-img {
    opacity: 0;
    visibility: hidden;
    right: -100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .page-about .tl-item.active {
    opacity: 1;
    visibility: visible;
  }
  .page-about .tl-item .tl-item-icon.active {
    opacity: 1;
    visibility: visible;
  }
  .page-about .tl-item.active .tl-item-title,
  .page-about .tl-item.active p,
  .page-about .tl-item.active .tl-item-img {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .page-about .our-team .features {
    position: relative;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .page-about .our-team.active .features {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .page-index .features .features-items {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
  }
  .page-index .features.active .features-items {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

/*
 * SUBSTRATE-TITLE
 */
.substrate-title {
  display: inline-block;
  margin: -50px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .substrate-title {
    background: none;
  }
}

/*
 * NAVBAR-NAV
 */
@media (max-width: 991px) {
  .fixed-top {
   max-height: 100%;
  }
  #navbarSupportedContent {
   overflow: auto;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    display: block !important;
  }
}

/*
 * GRID-LOGO
 */
.grid-logo {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 -15px;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-logo > * {
  margin: 0 15px;
}

.page-header .container {
  position: relative;
  top: 30px;
}
