h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.padding-top-bottom-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-top-section {
  padding-top: 120px;
}

.padding-top-section.black-background.sub-pers {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.padding-bottom-section {
  padding-bottom: 120px;
}

.dark-background {
  background-color: #1f1f1f;
}

.dark-background.portfolio-section-padding-left-right.perspective {
  opacity: 1;
}

.dark-background.overflow-hidden {
  overflow: hidden;
}

.portfolio-section-padding-left-right {
  padding-right: 20px;
  padding-left: 20px;
}

.portfolio-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: 260px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #fff;
}

.perspective {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.in-portfolio-box-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.box-1-hover-back {
  position: absolute;
  left: 0px;
  top: 40%;
  width: auto;
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0px);
  -ms-transform: rotate(90deg) translate(-50%, 0px);
  transform: rotate(90deg) translate(-50%, 0px);
  -webkit-transform-origin: 0% 100% 0px;
  -ms-transform-origin: 0% 100% 0px;
  transform-origin: 0% 100% 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
}

.in-portfolio-box-2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.box-2-hover-back {
  position: absolute;
  left: 0%;
  top: 40%;
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0px);
  -ms-transform: rotate(90deg) translate(-50%, 0px);
  transform: rotate(90deg) translate(-50%, 0px);
  -webkit-transform-origin: 0% 100% 0px;
  -ms-transform-origin: 0% 100% 0px;
  transform-origin: 0% 100% 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
  text-indent: 0px;
  text-transform: none;
}

.portfolio-box-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  text-decoration: none;
}

.portfolio-box-name-text {
  padding: 20px;
  border-bottom: 1px none #000;
  background-image: -webkit-linear-gradient(90deg, #1f1f1f, rgba(31, 31, 31, 0));
  background-image: linear-gradient(0deg, #1f1f1f, rgba(31, 31, 31, 0));
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.top-page-text {
  width: 100%;
  max-width: 900px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  line-height: 49px;
}

.top-page-text.blog-top-name {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: rgba(31, 31, 31, .79);
}

.top-page-text.one-page-padding-bottom {
  padding-bottom: 20px;
}

.max-width-section {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.max-width-section.position-relative-section.padding-bottom-section-portfolio {
  padding-bottom: 100px;
}

.max-width-section.position-relative-section.extra-padding-10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

.in-portfolio-box-3 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.box-3-hover-back {
  position: absolute;
  left: 0px;
  top: 40%;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0px);
  -ms-transform: rotate(90deg) translate(-50%, 0px);
  transform: rotate(90deg) translate(-50%, 0px);
  -webkit-transform-origin: 0% 100% 0px;
  -ms-transform-origin: 0% 100% 0px;
  transform-origin: 0% 100% 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.in-portfolio-box-4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.box-4-hover-back {
  position: absolute;
  left: 0px;
  top: 40%;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0%;
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0px);
  -ms-transform: rotate(90deg) translate(-50%, 0px);
  transform: rotate(90deg) translate(-50%, 0px);
  -webkit-transform-origin: 0% 100% 0px;
  -ms-transform-origin: 0% 100% 0px;
  transform-origin: 0% 100% 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.in-portfolio-box-5 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/5_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.box-5-hover-back {
  position: absolute;
  left: 0px;
  top: 40%;
  opacity: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 0px);
  -ms-transform: rotate(90deg) translate(-50%, 0px);
  transform: rotate(90deg) translate(-50%, 0px);
  -webkit-transform-origin: 0% 100% 0px;
  -ms-transform-origin: 0% 100% 0px;
  transform-origin: 0% 100% 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .1);
  font-size: 100px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.in-portfolio-box-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.padding-hero-section {
  margin-bottom: 0px;
  padding-top: 220px;
  padding-bottom: 20px;
}

.padding-hero-section.dark-background.blog-background-image {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.in-portfolio-box-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.in-portfolio-box-8 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.in-portfolio-box-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.arrow-back-up {
  position: relative;
  width: 24px;
  height: 50px;
  float: right;
  background-image: url('../images/arrow.png');
  background-position: 50% 100%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.arrow-back-up:hover {
  background-position: 50% 0px;
}

.footer-heading {
  color: #909090;
  font-weight: 600;
  letter-spacing: 3px;
}

.p {
  font-family: Lato, sans-serif;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom:10px;
}

.p.footer-marker {
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-left: 50px;
  background-image: url('../images/map.png');
  background-position: 20px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.p.footer-phone {
  margin-bottom: 10px;
  padding-left: 50px;
  background-image: url('../images/communication.png');
  background-position: 20px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.p.footer-mail {
  padding-left: 50px;
  background-image: url('../images/internet.png');
  background-position: 20px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.p.projects-text {
  padding-left: 25px;
  padding-bottom: 40px;
  margin-bottom:10px;
}

.p.about-p-top {
  margin-left: 50px;
}

.p.about-p-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  background-image: url('../images/circle.png');
  background-position: 32px 11px;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p.p-text-in {
  padding-left: 30px;
  padding-bottom: 20px;
}

.footer-social-wrap {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
}

.footer-social-wrap.nav-social-wrap {
  margin-top: 35px;
  padding-left: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-align: right;
}

.footer-social-wrap.portfolio-social {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 32px;
  margin: -16px auto 0px;
  padding-left: 0px;
  text-align: center;
}

.footer-social-wrap.team-wrap {
  position: absolute;
  left: 210px;
  top: 190px;
  padding-left: 0px;
}

.footer-social-item {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 36px;
  height: 36px;
  float: none;
  clear: none;
  border-radius: 50%;
  background-color: rgba(61, 61, 61, .99);
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.footer-social-item:hover {
  background-color: #f90;
}

.footer-social-item.footer-twit-back {
  background-image: url('../images/social.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.footer-social-item.footer-twit-back.portfolio-soc-item {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 12px;
}

.footer-social-item.footer-twit-back.about-soc-item {
  width: 30px;
  height: 30px;
  background-size: 12px;
}

.footer-social-item.footer-p-back {
  background-image: url('../images/p.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-social-item.footer-p-back.portfolio-soc-item {
  width: 32px;
  height: 32px;
  background-size: 12px;
}

.footer-social-item.footer-p-back.about-soc-item {
  width: 30px;
  height: 30px;
  background-size: 12px;
}

.footer-social-item.footer-g-back {
  background-image: url('../images/g.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-social-item.footer-g-back.portfolio-soc-item {
  width: 32px;
  height: 32px;
  background-size: 12px;
}

.footer-social-item.footer-g-back.about-soc-item {
  width: 30px;
  height: 30px;
  background-size: 12px;
}

.footer-social-item.footer-f-back {
  background-image: url('../images/social copy.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-social-item.footer-f-back.portfolio-soc-item {
  width: 32px;
  height: 32px;
  background-size: 12px;
}

.footer-social-item.footer-f-back.about-soc-item {
  width: 30px;
  height: 30px;
  background-size: 12px;
}

.footer-social-list {
  display: inline-block;
  margin-right: 8px;
}

.footer-social-list.menu-social-list {
  margin-right: 0px;
  margin-left: 16px;
}

.footer-social-list.portfolio-soc-list {
  position: relative;
  margin-right: 6px;
  margin-left: 6px;
}

.navigation-top-wrapper {
  padding-top: 40px;
  padding-bottom: 10px;
}

.navigation-top-wrapper.dark-background {
  position: absolute;
  z-index: 99;
  overflow: visible;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f1f1f;
}

.navigation-top-wrapper.dark-background.nav-transp {
  background-color: rgba(31, 31, 31, .7);
}

.extra-padding-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-background {
  overflow: visible;
  background-color: transparent;
}

.menu-button {
  position: static;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  float: right;
  clear: none;
  background-color: hsla(0, 0%, 78%, 0);
  background-image: url('../images/three.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.menu-button.w--open {
  background-color: transparent;
  background-image: url('../images/delete.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.open-nav-back {
  position: absolute;
  left: auto;
  top: 60px;
  right: 0px;
  z-index: 239;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: auto;
  max-width: 300px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #252525;
  box-shadow: 0 21px 15px -15px rgba(0, 0, 0, .24);
}

.nav-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px 10px 0px;
  -webkit-transition: color 300ms linear, letter-spacing 300ms linear;
  transition: color 300ms linear, letter-spacing 300ms linear;
  font-family: Lato, sans-serif;
  color: #bebebe;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f90;
  letter-spacing: 3px;
}

.nav-link.w--current {
  color: #f90;
}

.nav-link.w--open {
  -webkit-transition: color 300ms linear, letter-spacing 300ms linear, all 300ms linear;
  transition: color 300ms linear, letter-spacing 300ms linear, all 300ms linear;
  font-size: 13px;
  font-weight: 700;
}

.nav-link.w--open:hover {
  color: #f90;
}

.nav-link.subnav {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #252525;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
}

.nav-link.subnav.w--current {
  background-color: #252525;
  color: #f90;
  font-size: 10px;
  letter-spacing: 1px;
}

.nav-link-open.w--open {
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #252525;
}

.nav-drop-text {
  position: relative;
  display: inline-block;
  overflow: visible;
  float: none;
  clear: none;
  text-align: right;
}

.font-awesome-dropdown {
  position: relative;
  display: inline;
  overflow: visible;
  height: 14px;
  margin-right: 4px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: Fontawesome, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.logo {
  margin-top: 13px;
}

.logo.fix-nav-image {
  margin-top: 17px;
}

.overflow-h {
  overflow: hidden;
  height: auto;
  background-color: #252525;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-color: transparent;
}

.slider-bulets-1 {
  left: 0px;
  bottom: 0px;
  height: 10px;
  padding-top: 0px;
  float: none;
  color: #d6bcbc;
  font-size: 7px;
  line-height: 15px;
  text-align: left;
}

.slider-bulets-1:hover {
  font-size: 7px;
}

.slider-bulets-1:active {
  font-size: 7px;
}

.slider-bulets-1:focus {
  font-size: 7px;
}

.slider-home-slide {
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
}

.slider-home-mask {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.slider-quote {
  border-left-width: 4px;
  border-left-color: #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.slider-quote.slide-about-q {
  position: absolute;
  left: 210px;
  top: 0px;
  display: inline-block;
  margin-left: 0px;
  float: left;
  clear: none;
  font-size: 16px;
  line-height: 26px;
}

.slider-quote-author {
  margin-top: 35px;
  font-family: Poppins, sans-serif;
  color: #909090;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.slider-quote-author.about-slide-aut {
  position: absolute;
  left: 210px;
  top: 116px;
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.slider-wripper-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 60px;
  z-index: 2;
  width: 20%;
  background-image: -webkit-linear-gradient(0deg, rgba(31, 31, 31, .18), #1f1f1f);
  background-image: linear-gradient(90deg, rgba(31, 31, 31, .18), #1f1f1f);
}

.slider-wripper-mask.dark-mask {
  width: 30%;
  background-image: -webkit-linear-gradient(0deg, transparent, #000);
  background-image: linear-gradient(90deg, transparent, #000);
}

.top-section-for-nav-to-show {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -2;
  width: 100%;
  height: 35%;
}

.nav-back-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  background-color: rgba(31, 31, 31, .95);
}

.album-3-column {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  float: none;
  clear: none;
  background-color: transparent;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none rgba(31, 31, 31, 0);
  -moz-column-rule: 0px none rgba(31, 31, 31, 0);
  column-rule: 0px none rgba(31, 31, 31, 0);
}

.album-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  width: auto;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.album-image-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding: 30px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .48);
  background-color: #303030;
  background-image: url('../images/debut_dark_@2X.png');
  background-position: 0px 0px;
  background-size: 130px;
}

.album-image {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-1 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-2 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-image-head {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #d3d3d3;
}

.album-image-subhead {
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #f90;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.album-lightbox-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin: -60px 0px 0px -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-1:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-2:hover {
  background-color: rgba(0, 0, 0, .95);
  opacity: 0;
}

.album-lightbox-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-3:hover {
  z-index: 4;
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-4:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-5 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-5:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-6:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-7:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-8 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-8:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-lightbox-9 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -60px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.album-lightbox-9:hover {
  background-color: rgba(0, 0, 0, .95);
}

.album-back-image-3 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 2;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-4 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 1;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-5 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-6 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-7 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-8 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-9 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-10 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-11 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-12 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-13 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-14 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-15 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-16 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-17 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.album-back-image-18 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, .2);
}

.logo-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.logo-img {
  max-width: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-slider {
  overflow: hidden;
  width: 100%;
  height: 85vh;
  background-color: transparent;
}

.hero-slider-slide-1 {
  width: 100%;
  background-image: url('../images/hero3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-slide-2 {
  width: 100%;
  background-image: url('../images/hero1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-slide-3 {
  background-image: url('../images/hero2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-bulets {
  position: absolute;
  left: 0px;
  top: 50px;
  right: -55px;
  z-index: 10;
  display: block;
  width: 200px;
  height: 18px;
  margin-right: 0px;
  padding-top: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 8px;
  text-align: center;
}

.sec-in-slider {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-slider-text-1 {
  margin-left: -2px;
  font-family: Poppins, sans-serif;
  color: #ebebeb;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
}

.hero-slider-text-1.dark-hero-text {
  color: #363636;
}

.hero-slider-text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .98);
  font-size: 33px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}

.hero-slider-text-2.dark-hero-text-2 {
  color: rgba(0, 0, 0, .98);
}

.hero-scroll-box {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: 80px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 50%;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.hero-scroll-box:hover {
  border-color: #fff;
}

.hero-scroll-box.dark-hero-box {
  border-color: transparent;
}

.hero-scroll-box.dark-hero-box:hover {
  border-color: #000;
}

.hero-scroll-box.blog-hero-arrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-arrow {
  overflow: hidden;
  opacity: 1;
}

.masonry-wrapper {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  clear: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px none transparent;
  -moz-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
}

.masonry-box {
  position: relative;
  display: inline-block;
  width: 100%;
  float: none;
  clear: none;
}

.masonry-box-in {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.masonry-box-in-image {
  position: static;
  line-height: 20px;
}

.top-portfolio-action-div {
  position: relative;
  width: 100%;
  height: 15vh;
  clear: both;
}

.top-portfolio-action-box {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 15vh;
  float: left;
}

.top-portfolio-action-box.award-project {
  height: 15vh;
  background-image: url('../images/5_1.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.top-portfolio-action-box.award-project:hover {
  background-position: 50% 50%;
  background-size: 105%;
}

.top-portfolio-action-shadow {
  position: absolute;
  z-index: 5;
  width: 50%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #1f1f1f 18%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #1f1f1f 18%, hsla(0, 0%, 100%, 0));
}

.portfolio-action-text {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 4;
  margin-top: -37px;
  padding: 15px 50px 15px 25px;
  border-radius: 3px;
  background-color: rgba(31, 31, 31, .75);
  background-image: url('../images/arrows_2.png');
  background-position: 96% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mask-over-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-text-1 {
  position: absolute;
  left: 20px;
  top: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid hsla(0, 0%, 100%, .2);
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, .2);
  font-size: 27px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.mask-text-2 {
  position: absolute;
  left: 20px;
  top: 75px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.mask-link {
  position: absolute;
  left: 20px;
  top: 114px;
  width: 80px;
  height: 22px;
  background-image: url('../images/arrows_1.png');
  background-position: 80% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  text-decoration: none;
}

.mask-link:hover {
  background-position: 100% 50%;
}

.mask-link-text {
  font-family: Poppins, sans-serif;
  color: #f90;
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: lowercase;
}

.mask-over-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mask-over-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mask-over-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mask-over-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mask-over-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .9);
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.projects-heading {
  color: #909090;
  font-weight: 600;
  letter-spacing: 3px;
}

.black-background {
  background-color: #000;
}

.project-2-col {
  position: relative;
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule: 0px solid #000;
  -moz-column-rule: 0px solid #000;
  column-rule: 0px solid #000;
}

.project-2-col.padding-top-small {
  padding-top: 50px;
}

.project-2-col-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.next-prew-project-wrap {
  width: 100%;
  height: 120px;
}

.next-prew-project-wrap.black-background {
  position: relative;
  clear: both;
}

.next-prev-box {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 120px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.next-prev-box.project-9-back {
  background-image: url('../images/9a.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
}

.next-prev-box.project-9-back:hover {
  background-size: 106%;
}

.next-prev-box.project-2-back {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-2-back:hover {
  background-size: 106%;
}

.next-prev-box.project-3-back {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.next-prev-box.project-3-back:hover {
  background-size: 106%;
}

.next-prev-box.project-1-back {
  background-image: url('../images/1b.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-1-back:hover {
  background-size: 106%;
}

.next-prev-box.project-4-back {
  background-image: url('../images/4a.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-4-back:hover {
  background-size: 106%;
}

.next-prev-box.project-5-back {
  background-image: url('../images/5a.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-5-back:hover {
  background-size: 106%;
}

.next-prev-box.project-6-back {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-6-back:hover {
  background-size: 106%;
}

.next-prev-box.project-7-back {
  background-image: url('../images/7a.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-7-back:hover {
  background-size: 106%;
}

.next-prev-box.project-8-back {
  background-image: url('../images/8a.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-8-back:hover {
  background-size: 106%;
}
.next-prev-box.project-pm-back {
  background-image: url('../images/pmpp.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-pm-back:hover {
  background-size: 106%;
}
.next-prev-box.project-pmiv-back {
  background-image: url('../images/pmiv.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-pmiv-back:hover {
  background-size: 106%;
}

.next-prev-box.project-tb1-back {
  background-image: url('../images/tb1.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-tb2-back:hover {
  background-size: 106%;
}
.next-prev-box.project-tb1-back {
  background-image: url('../images/tb2.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.next-prev-box.project-tb1-back:hover {
  background-size: 106%;
}

.dark-mask-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, transparent, #000 85%);
  background-image: linear-gradient(90deg, transparent, #000 85%);
}

.dark-mask-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, transparent, #000 85%);
  background-image: linear-gradient(270deg, transparent, #000 85%);
}

.text-for-project-left {
  position: absolute;
  left: 55px;
  top: 50%;
  z-index: 5;
  height: 40px;
  margin-top: -20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .86);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-for-project-right {
  position: absolute;
  top: 50%;
  right: 55px;
  height: 40px;
  margin-top: -20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .86);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.project-slider-block {
  position: relative;
  width: 100%;
}

.project-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.project-slider-slide {
  width: 100%;
  height: auto;
}

.project-slider-bul {
  height: 40px;
  font-size: 10px;
  line-height: 40px;
}

.column-for-project {
  padding-bottom: 20px;
}

.extra-padding-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.extra-padding-10.padding-top-small {
  padding-top: 50px;
  padding-bottom: 0px;
}

.masonry-for-project-page {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0em;
  -moz-column-gap: 0em;
  column-gap: 0em;
  -webkit-column-rule: 0px none #000;
  -moz-column-rule: 0px none #000;
  column-rule: 0px none #000;
}

.box-for-masonry-project {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.project-fullwidth-image {
  padding-bottom: 50px;
}

.back-to-portfolio {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  display: block;
  width: 120px;
  height: 100%;
  margin: 0px 0px 0px -60px;
  background-image: url('../images/square.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.back-to-portfolio:hover {
  background-size: 28px;
}

.about-head {
  display: inline-block;
  margin-left: 20px;
  float: none;
  color: #909090;
  font-weight: 600;
  letter-spacing: 3px;
}

.about-head-image {
  float: left;
}

.extra-padding-50 {
  padding-bottom: 50px;
}

.h4-about-head {
  color: #909090;
}

.about-list {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.about-team-image {
  position: relative;
  display: inline-block;
  float: none;
}

.about-slide-wraper {
  position: relative;
  width: 100%;
}

.logo-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.logo-slider-mask {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.logo-slide {
  width: 100%;
  height: auto;
}

.logo-slide-image {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.logo-slider-bul {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 8px;
  padding-top: 0px;
  font-size: 7px;
  line-height: 7px;
  text-align: center;
  text-transform: none;
}

.padding-top-bottom-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.progress-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.progress-name {
  font-family: Poppins, sans-serif;
  color: #909090;
  font-weight: 600;
  letter-spacing: 3px;
}

.progress-percen {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.progress-back {
  position: relative;
  overflow: hidden;
  height: 5px;
  margin-top: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .25);
}

.progress-line-63 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 63%;
  height: 5px;
  background-color: #fff;
}

.progress-line-78 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78%;
  height: 5px;
  background-color: #fff;
}

.progress-line-87 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 87%;
  height: 5px;
  background-color: #fff;
}

.progress-line-95 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 95%;
  height: 5px;
  background-color: #fff;
}

.progress-line-79 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 79%;
  height: 5px;
  background-color: #fff;
}

.progress-line-83 {
  position: absolute;
  width: 83%;
  height: 5px;
  background-color: #fff;
}

.fild-lab {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-fild {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, .19);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.text-fild:hover {
  border-width: 0px 0px 1px;
  border-color: #f90;
}

.text-fild:focus {
  border-bottom-color: #f90;
}

.form-half {
  position: relative;
  display: block;
  width: 50%;
  margin-left: 0px;
  padding-left: 15px;
  float: left;
}

.form-full {
  position: relative;
  width: 100%;
  padding-left: 15px;
  float: left;
}

.form-button {
  position: relative;
  display: block;
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #f90;
}

.form-button:focus {
  background-color: #f90;
}

.form-success {
  border-radius: 3px;
  background-color: #000;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.error-mes {
  margin-left: 15px;
  border-radius: 3px;
  background-color: #f90;
}

.er-par {
  margin-bottom: 0px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.map-1-contact {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 200px;
  margin-top: 0px;
  float: left;
  background-image: url('../images/new-york-city-center-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-2-contact {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 200px;
  float: left;
  background-image: url('../images/Knez-Mihajlova-ulica-Beograd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.location-text {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.office-lightbox {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 12px;
  border-radius: 50%;
  background-color: #242424;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.office-lightbox:hover {
  background-color: #f90;
}

.map-mask-left {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  width: 50%;
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .5));
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .5));
}

.map-mask-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 50%;
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .5));
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .5));
}

.post-top-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, #1f1f1f, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(0deg, #1f1f1f, hsla(0, 0%, 100%, 0));
}

.post-published {
  display: inline-block;
  float: left;
  font-family: Poppins, sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  font-weight: 700;
}

.author-image {
  position: relative;
  float: right;
  border-radius: 5px;
}

.post-wrapper {
  position: relative;
  width: 100%;
}

.author-and-date-block {
  position: relative;
  width: 30%;
  padding: 20px;
  float: left;
  clear: both;
  border-radius: 3px;
  background-color: #111;
}

.authors-name {
  position: absolute;
  right: 90px;
  bottom: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.blog-post-reach-block {
  position: relative;
  display: inline-block;
  width: 66%;
  padding: 20px;
  float: right;
  border-radius: 3px;
  background-color: #111;
}

.arrow-post-left {
  position: absolute;
  left: -13px;
  top: 40px;
  width: 14px;
  height: 24px;
  background-image: url('../images/arrow blac.png');
  background-position: 0px 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.post-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.blog-post-wrapper {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-bottom: 3px solid #fff;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.blog-post-wrapper:hover {
  opacity: 0.8;
}

.blog-wrap {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0px none #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.blog-text-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, #1f1f1f, rgba(31, 31, 31, 0));
  background-image: linear-gradient(0deg, #1f1f1f, rgba(31, 31, 31, 0));
}

.blog-text-wrap:hover {
  background-image: -webkit-linear-gradient(90deg, #1f1f1f, rgba(31, 31, 31, 0));
  background-image: linear-gradient(0deg, #1f1f1f, rgba(31, 31, 31, 0));
}

.blog-name-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.blog-date-text {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 7px 12px 6px;
  border-radius: 3px;
  box-shadow: 0 7px 5px -4px rgba(0, 0, 0, .61);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.blog-author-image {
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 7px 5px -4px rgba(0, 0, 0, .38);
}

.blog-authors-name {
  position: absolute;
  left: 94px;
  top: 15px;
  display: inline-block;
  padding: 7px 12px 6px;
  border-radius: 3px;
  box-shadow: 0 7px 5px -4px rgba(0, 0, 0, .17);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.one-page-bitton {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 1px 30px 0px;
  float: right;
  border-radius: 3px;
  background-color: #f90;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.one-page-bitton:hover {
  background-color: #fff;
  color: #f90;
}

.button-font-icon {
  padding-left: 5px;
  font-family: Fontawesome, sans-serif;
}

.one-page-images-wrapper {
  position: relative;
  width: 100%;
  padding-top: 200px;
}

.op-image-1 {
  position: relative;
  left: auto;
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .5);
  opacity: 1;
}

.op-image-2 {
  position: absolute;
  left: 3%;
  top: 100px;
  width: 40%;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .5);
}

.op-image-3 {
  position: absolute;
  top: 60px;
  right: 2%;
  width: 50%;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .5);
}

.op-image-4 {
  position: absolute;
  left: 15%;
  top: 0px;
  width: 46%;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, .5);
}

.op-shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 25px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent);
  background-image: linear-gradient(0deg, #000, transparent);
}

.op-rotete-text-gray {
  display: inline-block;
  width: auto;
  -webkit-transform: rotate(90deg) translate(-70px, 20px);
  -ms-transform: rotate(90deg) translate(-70px, 20px);
  transform: rotate(90deg) translate(-70px, 20px);
  -webkit-transform-origin: 0% 70px 0px;
  -ms-transform-origin: 0% 70px 0px;
  transform-origin: 0% 70px 0px;
  font-family: Poppins, sans-serif;
  color: #1f1f1f;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -3px;
  text-transform: lowercase;
  text-shadow: 1px 1px 0 #2e2e2e;
}

.op-rotete-text-gray.text-black {
  display: block;
  color: #000;
}

.project-1-content-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: #1f1f1f;
}

.close-trigger {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #1f1f1f;
  background-image: url('../images/delete.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.close-trigger:hover {
  background-color: #f90;
}

.all-contant {
  position: static;
  overflow: hidden;
  width: 100%;
}

.op-shadow-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 25px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #1f1f1f);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #1f1f1f);
}

.project-2-content-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 201;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: #1f1f1f;
}

.padding-top-small {
  padding-top: 50px;
}

.project-3-contant-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 202;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: #1f1f1f;
}

.parallax-section {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  clear: none;
}

.parallax-div-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  height: 140%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: 100% 140%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: scale3d(1, 0.85, 1);
  transform: scale3d(1, 0.85, 1);
  -webkit-transform-origin: 50% 0% 0px;
  -ms-transform-origin: 50% 0% 0px;
  transform-origin: 50% 0% 0px;
}

.parallax-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.par-blog-mask-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 31, 31, .9), rgba(31, 31, 31, .5));
  background-image: linear-gradient(180deg, rgba(31, 31, 31, .9), rgba(31, 31, 31, .5));
}

.par-blog-mask-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 31, 31, .5), rgba(31, 31, 31, .9));
  background-image: linear-gradient(180deg, rgba(31, 31, 31, .5), rgba(31, 31, 31, .9));
}

.blog-content-par {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 5;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.blog-parallax-hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 85vh;
}

.blog-hero-video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-hero-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .6);
}

.blog-hero-text-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 10;
  width: 100%;
  margin-top: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-blog-text-top {
  margin-bottom: 0px;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  text-transform: lowercase;
}

.hero-blog-text-bottom {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
}

.breaking-news-section {
  position: relative;
  width: 100%;
}

.breaking-show-right {
  position: relative;
  display: block;
  margin-top: 0%;
  padding: 12px 25px;
  float: right;
  clear: none;
  border-radius: 3px;
  background-color: #f90;
}

.breaking-show-right-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-slider-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.blog-slider-mask {
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 750px;
}

.blog-slide {
  display: inline-block;
  width: 100%;
  height: auto;
}

.blog-slider-text {
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
}

.blog-arrow-left {
  top: 0px;
  right: -100%;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.blog-arrow-left:hover {
  color: #f90;
}

.blog-slider-text-span {
  padding-right: 10px;
  color: #f90;
  font-style: normal;
  font-weight: 500;
}

.blog-arrow-right {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.blog-arrow-right:hover {
  color: #f90;
}

.slider-mask-over {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 25%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, #1f1f1f 7%, rgba(31, 31, 31, .44));
  background-image: linear-gradient(270deg, #1f1f1f 7%, rgba(31, 31, 31, .44));
}

.par-blog-author-image {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 50%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: 70px;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 2px rgba(7, 7, 7, .51);
}

.par-blog-author-name {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px 6px;
  border-radius: 3px;
  box-shadow: 0 0 5px 2px rgba(7, 7, 7, .15);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.par-blog-name {
  position: relative;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.par-blog-des {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.par-blog-post-link {
  display: inline-block;
  margin-top: 25px;
  -webkit-transition: color 300ms ease, letter-spacing 300ms ease;
  transition: color 300ms ease, letter-spacing 300ms ease;
  font-family: Poppins, sans-serif;
  color: #f90;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}

.par-blog-post-link:hover {
  color: #fff;
  letter-spacing: 2px;
}

html.w-mod-js *[data-ix="nav-link-trigger"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="nav-link-trigger-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="nav-link-trigger-3"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="nav-link-trigger-4"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="show-and-hide-dropdown"] {
  display: block;
  height: auto;
}

html.w-mod-js *[data-ix="slider-home-slide-effect"] {
  opacity: 0.3;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="on-load-1"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-bottom-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="on-scroll-from-right-1"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="display-fixed-nav-none"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-slider-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="hero-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="hero-slider-3"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2) translate(0px, 50px);
  -ms-transform: scale(1.2, 1.2) translate(0px, 50px);
  transform: scale(1.2, 1.2) translate(0px, 50px);
}

html.w-mod-js *[data-ix="progress-animation"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="op-on-scroll-1"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="op-on-scroll-2"] {
  -webkit-transform: translate(0px, 220%);
  -ms-transform: translate(0px, 220%);
  transform: translate(0px, 220%);
}

html.w-mod-js *[data-ix="op-on-scroll-3"] {
  -webkit-transform: translate(0px, 185%);
  -ms-transform: translate(0px, 185%);
  transform: translate(0px, 185%);
}

html.w-mod-js *[data-ix="op-on-scroll-4"] {
  -webkit-transform: translate(0px, 123%);
  -ms-transform: translate(0px, 123%);
  transform: translate(0px, 123%);
}

html.w-mod-js *[data-ix="op-on-scroll-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="op-on-scroll-6"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="project-hidden"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="slider-blog-slide-effect"] {
  opacity: 0.5;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  .portfolio-box {
    height: 170px;
  }
  .box-1-hover-back {
    display: none;
  }
  .box-2-hover-back {
    display: none;
  }
  .box-3-hover-back {
    display: none;
  }
  .box-4-hover-back {
    display: none;
  }
  .box-5-hover-back {
    display: none;
  }
  .p.footer-marker {
    padding-left: 30px;
    background-position: 0px 50%;
  }
  .p.footer-phone {
    padding-left: 30px;
    background-position: 0px 0px;
  }
  .p.footer-mail {
    padding-left: 30px;
    background-position: 0px 0px;
  }
  .p.about-p-top {
    margin-left: 0px;
    text-align: center;
  }
  .footer-social-wrap {
    padding-left: 0px;
  }
  .slider-wripper-mask {
    display: none;
  }
  .album-3-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .album-box {
    margin-right: 5px;
    margin-bottom: 30px;
    margin-left: 5px;
  }
  .logo-img {
    max-width: 70px;
  }
  .masonry-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .top-portfolio-action-box {
    width: 100%;
    height: 7.5vh;
  }
  .top-portfolio-action-box.award-project {
    height: 7.5vh;
  }
  .masonry-for-project-page {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .about-head {
    display: block;
    margin-left: 0px;
    text-align: center;
  }
  .about-head-image {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .form-half {
    width: 100%;
  }
  .post-published {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
  .author-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    float: none;
  }
  .author-and-date-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .authors-name {
    position: static;
    left: 90px;
    top: 30px;
    right: 90px;
    bottom: 30px;
    display: block;
    width: auto;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .blog-post-reach-block {
    width: 100%;
  }
  .arrow-post-left {
    display: none;
  }
  .blog-post-wrapper {
    height: 200px;
  }
  .parallax-div-box {
    background-size: cover;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-blog-text-top {
    font-size: 60px;
    line-height: 65px;
  }
  .hero-blog-text-bottom {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-arrow-left {
    top: 50%;
  }
  .blog-arrow-right {
    top: 50%;
  }
  .slider-mask-over {
    display: none;
  }
  .par-blog-author-image {
    display: none;
  }
  .par-blog-author-name {
    margin-top: 0px;
  }
  .par-blog-name {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .portfolio-box {
    height: 260px;
  }
  .top-page-text {
    font-size: 28px;
    line-height: 36px;
  }
  .arrow-back-up {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-heading {
    text-align: center;
  }
  .p.footer-marker {
    position: static;
    margin-bottom: 15px;
    padding-top: 22px;
    padding-left: 0px;
    background-position: 50% 0px;
    text-align: center;
  }
  .p.footer-phone {
    margin-bottom: 15px;
    padding-top: 22px;
    padding-left: 0px;
    background-position: 50% 0px;
    text-align: center;
  }
  .p.footer-mail {
    margin-bottom: 30px;
    padding-top: 22px;
    padding-left: 0px;
    background-position: 50% 0px;
    text-align: center;
  }
  .p.about-p-top {
    margin-bottom: 30px;
  }
  .footer-social-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer-social-wrap.team-wrap {
    left: 0px;
  }
  .footer-social-list {
    margin-right: 4px;
    margin-left: 4px;
  }
  .slider-bulets-1 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .slider-home-mask {
    padding-bottom: 0px;
  }
  .slider-home-mask.about-slider-mask-padding {
    padding-bottom: 200px;
  }
  .slider-quote {
    font-size: 19px;
    line-height: 30px;
  }
  .slider-quote.slide-about-q {
    left: 0px;
  }
  .slider-quote-author.about-slide-aut {
    left: 0px;
    top: 120px;
  }
  .album-3-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .logo-img {
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .masonry-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .project-2-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .extra-padding-50 {
    display: none;
  }
  .about-team-image {
    display: none;
  }
  .logo-slide-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .progress-wrapper {
    margin-bottom: 0px;
    padding-top: 25px;
  }
  .progress-percen {
    top: 25px;
  }
  .blog-post-wrapper {
    height: 260px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .one-page-bitton {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    display: inline-block;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .one-page-images-wrapper {
    margin-top: 0px;
  }
  .op-rotete-text-gray {
    display: none;
  }
  .hero-blog-text-top {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-blog-text-bottom {
    font-size: 16px;
  }
  .breaking-show-right {
    display: block;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .slider-mask-over {
    display: none;
  }
}

@media (max-width: 479px) {
  .portfolio-box {
    height: 200px;
  }
  .top-page-text {
    font-size: 17px;
    line-height: 25px;
  }
  .slider-quote {
    font-size: 14px;
    line-height: 22px;
  }
  .slider-quote.slide-about-q {
    font-size: 13px;
    line-height: 17px;
  }
  .hero-slider-text-1 {
    font-size: 60px;
    line-height: 80px;
  }
  .hero-slider-text-2 {
    font-size: 27px;
  }
  .text-for-project-left {
    left: 5px;
    font-size: 8px;
  }
  .text-for-project-right {
    right: 5px;
    font-size: 8px;
  }
  .masonry-for-project-page {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .back-to-portfolio {
    width: 80px;
    margin-left: -40px;
  }
  .about-team-image {
    display: none;
  }
  .blog-post-wrapper {
    height: 200px;
  }
  .hero-blog-text-top {
    font-size: 38px;
    line-height: 38px;
  }
  .hero-blog-text-bottom {
    font-size: 15px;
  }
  .blog-arrow-left {
    display: none;
  }
  .blog-arrow-right {
    display: none;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('undefined'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}