@font-face {
  font-family: "HelveticaProLt";
  src: url(../fonts/HelveticaNeueLTProLt.otf);
}

@font-face {
  font-family: "HelveticaProUltLt";
  src: url(../fonts/HelveticaNeueLTProUltLt.otf);
}

@font-face {
  font-family: "HelveticaProBd";
  src: url(../fonts/HelveticaNeueLTProBd.otf);
}

@font-face {
  font-family: "HelveticaProMd";
  src: url(../fonts/HelveticaNeueLTProMd.otf);
}


:root {
    --custom: #b99c66;
    --highlight: #ffc451;
    --light: #a0a0a0;
    --dark: #333;

    --marked: #CD9900;
}

.marked {
  color: var(--marked);
}

.thin {
  font-family: "HelveticaProUltLt";
}

body {
  font-family: "HelveticaProLt";
  letter-spacing: 1px;
  color: #444444;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

a {
  color: #ffc451;
  text-decoration: none;
}

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

a.custom-link {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  //font-family: "Raleway", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .portfolio .portfolio-item {
    min-height: 330px !important;
  }
}

@media screen and (max-width: 600px) {
  .portfolio .portfolio-item {
    min-height: 300px !important;
  }
}

@media screen and (max-width: 500px) {
  .portfolio .portfolio-item {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 400px) {
  .portfolio .portfolio-item {
    min-height: 200px !important;
  }
}

/* Header */

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 1);
}

#header.header-scrolled .header-social a,
#header.header-scrolled .navbar a.active {
  color: #fff;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 40px;
}

/* Navigation */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 10px 40px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--marked);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

  #about .intro img.about-img,
  #about .intro img.about-img-alt {
    height: 350px;
  }

  #about .intro img.about-img-alt {
    left: 275px;
  }
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #ffc451;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #ffc451;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.header-social {
  font-size: 26px;
    position: relative;
    top: 4px;
    padding-right: 120px;
}

.header-social a {
  margin-left: 6px;
  color: var(--marked);
}

.header-social a:hover {
  color: #fff;
}

.lang {
  position: absolute;
  top: -4px;
  right: 0;
display: none;
}

.lang a {
  margin-left: 5px;
}

.lang a img {
  height: 22px;
}

#hero {
  /*position: absolute;
  width: 100%;
  height: 100vh;*/
  padding-top: 0;
  position: relative;
  width: 100%;
  /*background: var(--dark);
  background-size: cover;
  position: relative;*/
}

#hero:before {
  /*content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
}

#hero .swiper-container .swiper-wrapper {
  width: 80%;
}

#hero .container {
  /*position: relative;
  padding-top: 74px;
  text-align: center;*/
}

#hero .slider-text {
  //border-left: 3px solid #fff;
  //padding-left: 40px;
  //padding-bottom: 8px;
}

#hero h1 {
  /*margin: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  color: #fff;
  //font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  text-align: left;*/
}

#hero h1 span {
  //color: #ffc451;
}

#hero h2 {
  font-size: 90px;
  line-height: 90px;
  /*color: rgba(255, 255, 255, 0.9);
  margin: 20px 0 0 0;
  font-size: 20px;
  text-align: left;
  width: 55%;
  font-weight: 300;*/
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box img {
  height: 60px;
}

#hero .icon-box h3 {
  /*font-weight: 700;
  margin: 15px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  line-height: 26px;*/
}

#hero .icon-box h3 a {
  /*color: #fff;
  transition: ease-in-out 0.3s;*/
}

#hero .icon-box h3 a:hover {
  //color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    //font-family: 'Montserrat', sans-serif;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
    //font-family: 'Montserrat', sans-serif;
  }
}

#about .intro-title,
#counts h3 {
  //font-weight: 300;
  font-family: "HelveticaProLt";
  font-size: 36px;
}

#about .intro img {
  height: 600px;
}

#about .intro-text {
  width: 100%;
  margin-top: 30px;
}

#count .intro-text {
  margin-top: 30px;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  //letter-spacing: 2px;
  text-transform: uppercase;
  //color: #aaaaaa;
  //font-family: "Poppins", sans-serif;
}

.section-title h2::before {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  background: var(--marked);
  margin: 5px 10px;
}

#about .section-title h2::before,
#process .section-title h2::before {
  margin: 4px 10px 4px -50px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

.services-icon {
  //height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.services-icon {
  top: 20px;
  left: auto;
  right: 20px;
  transform: translate(0,0);
  height: 60px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  //padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc451;
  border-color: #ffc451;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  //background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.5s;
}

.mask {
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0.2) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap:hover .mask {
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.3) 100%);
}

.project-template .portfolio .portfolio-wrap {
  background: transparent;
  border: 1px solid rgba(0,0,0,0.06);
}

.project-template .portfolio .portfolio-wrap .mask {
  background: transparent;
}

.project-template .portfolio .portfolio-wrap:hover .mask {
  background: rgb(0,0,0,0.3);
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 1;
  position: absolute;
  //top: 0;
  left: 0;
  right: 0;
  bottom: -45px;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 0 20px;
  //background: rgba(0,0,0,0.4);
  //height: 65px;
  display: block;
  vertical-align: bottom;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  bottom: 60px;
  //background: rgba(0,0,0,0.6);
}

.portfolio .portfolio-wrap .portfolio-info.gallery-item {
  height: 100% !important;
    padding: 0;
    top: 0;
    bottom: auto;
}

.portfolio .portfolio-wrap .portfolio-info p {
  //opacity: 0;
  //transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap:hover .portfolio-info p {
  //opacity: 1;
}

.portfolio .portfolio-wrap hr {
  width: 0;
  margin: 15px auto;
  background: rgba(255,255,255,0.4);
  transition: all ease-in-out 1s;
}

.portfolio .portfolio-wrap:hover hr {
  width: 90%;
}

.portfolio .portfolio-wrap .portfolio-info i {
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 44px;
  text-align: center;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  transition-delay: 0.2s;
}

.portfolio .portfolio-wrap:hover i {
  opacity: 1;
}

.portfolio-lightbox {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 14px;
  color: var(--marked);
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/count.png") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

.contact {
  //background: rgba(0,0,0,0.02);
  background: url('../img/header/4.jpg') no-repeat center center;
  background-size: cover;
}

#contact.main-contact {
  background: transparent;
  text-align: left;
padding-top: 20px;
padding-bottom: 30px;
}

#contact.main-contact p {
  margin: 0;
  font-size: 16px;
//color: #fff;
color: var(--marked);
}

#contact.main-contact .intro-title {
  //color: #292929;
  margin-bottom: 60px;
font-size: 30px;
}

.contact .info {
  width: 100%;
  //background: #fff;
}

.contact .info i {
  font-size: 26px;
  //background: #ffc451;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  //color: #151515;
color: #fff;
font-weight: 300;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  //background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contactt .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact.main-contact .info i {
color: #fff;
}

.contact.main-contact .php-email-form input,
.contact.main-contact .php-email-form textarea {
background: #fff;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  /*background: #ffc451;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;*/
}

.contact .php-email-form button[type=submit]:hover {
  //background: #ffcd6b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer-info img {
  height: 36px;
  margin-bottom: 20px;
}

.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--marked);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  //color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.copyright span {
  color: var(--marked);
}

/* Carousel */

.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.testimonials-slider {
  height: 100vh;
}

.hero-carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.slider-text {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: #ffc451 !important;
}

.hero-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Gallery */

.popup-gallery-mask {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 998;
}

.popup-gallery-mask.show {
  display: block;
}

.popup-gallery {
  position: fixed;
  top: -100vh;
  left: 10%;
  width: 80%;
  height: 90vh;
  background: #fff;
  //box-shadow: 0 0 0 6px rgba(0,0,0,0.6);
  transition: all 0.5s;
  opacity: 0;
  z-index: 999;
}

.popup-gallery.show {
  opacity: 1;
  top: 5vh;
}

.close-gallery {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 36px;
  cursor: pointer;
}

.gallery-desc {
  display: none;
  padding: 50px;
  border-right: 1px dashed rgba(0,0,0,0.15);
  width: 30%;
  height: 90vh;
  background: rgba(0,0,0,0.02);
  float: left;
}

.gallery-desc.show-text {
  display: block;
}

.gallery-desc h1 {
  font-size: 30px;
  margin-bottom: 25px;
}

.gallery-desc ul {
  list-style: none;
  margin-bottom: 30px;
}

.gallery-desc ul li i {
  color: #ffc451;
}

.gallery-desc ul li span {
  font-weight: 700;
}

.gallery-desc h4 {
  font-size: 22px;
}

.gallery-imgs {
  display: none;
  padding: 50px;
  width: calc(70% - 1px);
  height: 90vh;
  overflow-y: auto;
  float: right;
}

.gallery-imgs.show-imgs {
  display: block;
}

.gallery-img-item {
  width: calc((100% - 45px) / 2);
  //padding: 0 15px;
  float: left;
  text-align: center;
  //background: rgba(0,0,0,0.02);
  margin: 0 15px 15px 0;
}

.gallery-img-item img {
  height: 470px;
}

.link-btn {
  margin: 10px auto 0 auto;
  border: 1px solid #292929;
  //height: 46px;
  //line-height: 46px;
  text-align: center;
  //width: 220px;
  display: block;
  color:  #292929;
  font-weight: 300;
  transition: all 0.4s;
  background: transparent;
  display: inline-block;
  padding: 6px 30px;
  font-size: 14px;

  border-color: var(--marked);
  color: var(--marked);
  min-width: 140px;
}

.link-btn:hover {
  background: var(--marked);
  color:  var(--dark);
  color: #fff;
  //border-color: var(--dark);
}

.form-control {
  border-color: var(--light);
  border-radius: 0 !important;
}

.form-control:focus {
  border-color: var(--dark) !important;
}

.portfolio #portfolio-flters li {
  border-radius: 0;
  padding: 10px 15px 10px 15px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: transparent;
  box-shadow: 0 0 0 1px var(--light) inset;
}

.swiper-pagination {
  text-align: right;
  padding-right: 30px;
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid var(--highlight);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  //color: #fff;
}

/* Swiper */
.swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);

  top: 40%;
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;

  font-size: 28px;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ff511a;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.hero-boxes {
  position: absolute;
  top: auto;
  bottom: 200px;
  right: 20%;
  z-index: 10;
  text-align: right;
  padding: 0;

display: none;
}

#hero .icon-box {
  display: inline-block;
  width: 260px;
  height: 260px;
  border: 2px solid #fff;
  margin-left: 20px;
  position: relative;
  padding: 0;
}

#hero .icon-box:hover {
  border-color: var(--marked);
}

#hero .icon-box h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 44px;
  line-height: normal;
}

#hero .icon-box h3 {
  color: #fff;
  position: absolute;
  top: 65px;
  left: 12px;
  font-size: 28px;
  letter-spacing: 2px;
}

#hero .icon-box img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  height: 80px;
}


/* NEW */

#carousel {
  background: #292929;
}

#carousel .carousel-item.first {
  background-image:url("../img/header/1.jpg");
}

#carousel .carousel-item.second {
  background-image:url("../img/header/2.jpg");
}

#carousel .carousel-item.third {
  background-image:url("../img/header/3.jpg");
}

#carousel .carousel-item.fourth {
  background-image:url("../img/header/4.jpg");
}

#carousel .carousel-item {
  height:100vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-inner .carousel-item .container,
#carousel .carousel-inner .carousel-item .custom-container {
  height: 80% !important;
}

#carousel .carousel-item .caption {
  color: #fff;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  margin-bottom: 60px;
  font-size: 110px;
  line-height: 110px;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 1.2s;
  font-size: 28px;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

.delicious-btn {
  display: inline-block;
  min-width:160px;
  height:60px;
  color:#fff;
  border:none;
  border-left:3px solid #1c8314;
  border-radius: 0;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#40ba37;
}

.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus {
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#1c8314;
  border-color:#40ba37
}

.carousel-indicators {
  justify-content: flex-start;
  padding-left: 110px;
}

.carousel-indicators li {
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
}

/* about */

#about .intro img.about-img,
#about .intro img.about-img-alt {
  height: 460px;
  position: absolute;
  left: 0;
  top: 0;
}

#about .intro img.about-img-alt {
  left: 360px;
  top: 80px;
}

#about .section-title {
  margin-top: 77px;
}

/* container */

.custom-container {
  width: 60% !important;
  margin: 0 auto;
  position: relative;
}

#header .custom-container,
#hero .custom-container {
  width: 60% !important;
}

/* services */

#services .intro-title,
#portfolio .intro-title {
  margin-bottom: 60px;
  padding-left: 60px;
  margin-top: -20px;

}

.page-template {
  padding-bottom: 50px;
}

.page-template #services .intro-title {
margin-bottom: 40px;
padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.page-template #services {
  padding-bottom: 0;
}

#services .icon-box {
  border-color: #000;
  position: relative;
  padding: 0;/*changed*/
  /*new*/
  width: 100%;
  //padding-top: 100%;
  position: relative;
  padding: 80px 25px 35px 25px;
}

#services .icon-box h2 {
  position: absolute;
top: 10px;
left: 10px;
font-size: 22px;
line-height: normal;
//padding-left: 2px;
}

#services .icon-box h4 {
    position: absolute;
    top: 40px;
    left: 12px;
    font-size: 14px;
    //letter-spacing: 2px;
    color: #000;
}

#services .icon-box p {
  text-align: left;
  //letter-spacing: normal;
  //line-height: normal;
  font-size: 16px;
  padding-bottom: 60px;
}

.page-template #services .icon-box img {
  position: absolute;
    right: 20px;
    bottom: 20px;
    top: auto;
    height: 80px;
    left: auto;
    top: auto
}

#services .icon-box .link-btn {
  position: absolute;
  left: 10px;
  bottom: 30px;
}

.page-template #services .icon-box {
  padding: 100px 25px 90px 25px;
  text-align: left;
}

#services .icon-box h2,
#services .icon-box h4 {
  left: 25px;
  top: 20px;
}

#services .icon-box h4 {
  top: 50px;
}

.page-template #services .icon-box ul {
  padding-left: 20px;
}

.page-template #services .icon-box strong {
  color: var(--marked);
}

.process-img {
  width: 90%;
}

.process-img-logo {
  margin-top: 40px;
  width: 350px;
}

#portfolio .link-btn {
  margin: 0 auto;
}

#contact {
  text-align: center;
  color: #fff;
  min-height: 470px;
}

#contact h2 {
  color: #fff;
  margin-top: 40px;
}

#contact p {
  margin: 70px 0 20px 0;
}

#contact a.link-btn {
  color: #fff;
  border-color: #fff;
  padding: 2px 30px;
}

#footer .footer-top .footer-links ul i {
  //color: #fff;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
}

.back-to-top {
  background: var(--marked);
}

.back-to-top i {
  color: #fff;
}

.back-to-top:hover i {
  color: #fff;
}

@media screen and (max-width: 2500px) {
  .custom-container {
    width: 65% !important;
  }
}

@media screen and (max-width: 2300px) {
  .custom-container {
    width: 70% !important;
  }
}

@media screen and (max-width: 2120px) {
  .custom-container {
    width: 75% !important;
  }

  #carousel .caption h2 {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 40px;
  }

  #hero .icon-box {
    width: 250px;
    height: 250px;
  }

#carousel .caption p {
  font-size: 24px;
}
}

@media screen and (max-width: 1980px) {
  .custom-container {
    width: 80% !important;
  }

  #hero .icon-box {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 1860px) {
  .custom-container {
    width: 85% !important;
  }
}

@media screen and (max-width: 1750px) {
  .custom-container {
    width: 90% !important;
  }
}

@media screen and (max-width: 1650px) {
  .custom-container {
    width: 95% !important;
  }

  .portfolio-item {
    min-height: 275px !important;
  }
}

@media screen and (max-width: 1570px) {
  .portfolio-item {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 1500px) {
  .portfolio-item {
    min-height: 230px !important;
  }

  #about .intro img.about-img,
  #about .intro img.about-img-alt {
    height: 410px;
  }

  #about .intro img.about-img-alt {
    left: 318px;
  }
}

@media screen and (max-width: 1400px) {
  #about .intro img.about-img,
  #about .intro img.about-img-alt {
    height: 370px;
  }

  #about .intro img.about-img-alt {
    left: 290px;
  }
}

@media screen and (max-width: 800px) {
  .portfolio-item {
    min-height: 180px !important;
  }

  #hero .caption h2 {
    //display: none;
    text-align: center;
    margin-top: 0px;
  }

  #hero .caption p {
    text-align: center;
  }

  #hero .carousel-indicators {
    padding: 0;
    justify-content: center;
  }

  #services .icon-box {
    /*border: 0;
    padding: 15px;
    text-align: center;
    height: auto;*/
  }
}

#services .icon-box .service-wrap-mob h2 {
  color: #292929;
  position: static;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}

#services .icon-box p {
  width: 80%;
  color: #292929;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0;
}

.header-image {
  width: 100%;
  height: 350px;
  background-size: cover;
}

.header-image.contact-header {
  background: url('../img/header/2.jpg') no-repeat;
}

/* Services pages */

.page-template {
  padding-top: 120px;
}

.header-helper {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,1);
  z-index: 10;
}

.lead-header.intro-title {
  padding-left: 0 !important;
  text-transform: uppercase;
}

.lead-text {
  line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.project-detail-list {
  list-style: none;
  padding-top: 85px;
}

.project-detail-list li span {
  color: var(--marked);
}

/* Contact Form */

.contact .php-email-form {

}

.contact .php-email-form .form-group {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-width: 0 0 1px 0;
  resize: none;
  background: transparent;
  font-size: 16px;
}

.main-contact .link-btn {
  width: 150px;
  padding: 6px 0;
color: #fff;
border-color: #fff;
}

.mobile-only {
  display: none;
}

.navbar-mobile a {
  font-family: "HelveticaProLt";
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  background: var(--marked);
  font-weight: 300;
}

/* Responsive */

@media screen and (max-width: 800px) {
  .mobile-only {
    display: block;
  }
  .mobile-hide {
    display: none;
  }

  #header .custom-container,
  #hero .custom-container {
    width: 85% !important;
    justify-content: space-between;
  }

  .header-social a {
    display: none;
  }

  #hero .caption {
    width: 95%;
    margin: 0 auto;
  }

  #hero .caption h2 {
    font-size: 40px;
    line-height: normal;
  }

  section#hero {
    padding-bottom: 0px;
  }

  section#about,
  section#services,
  section#process,
  section#portfolio,
  section#contact {
    padding-top: 0;
  }

    section#about .custom-container,
    section#services .custom-container,
    section#process .custom-container,
    section#portfolio .custom-container,
    section#contact .custom-container {
      width: 85% !important;
    }

  .section-title {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  #services .intro-title,
  #portfolio .intro-title {
    margin-top: 0;
    padding-left: 0;
  }

  #services .icon-box h2 {
    font-size: 26px;
  }

  #services .icon-box h4 {
    top: 45px;
    font-size: 18px;
  }

  #process .intro-title {
    font-size: 22px;
    margin: 10px 0;
  }

  .process-img {
    width: 100%;
  }

  .process-img-logo {
    margin-top: 20px;
  }

  #contact.main-contact .intro-title {
    font-size: 24px;
  }

  #footer .footer-top {
    padding-top: 30px;
  }

  #footer .container {
    width: 85%;
  }

  .footer-links {
    width: 50%;
    float: left;
  }

  .project-detail-list {
    padding: 30px 0 20px 0;
  }
}

.contact .php-email-form .error-message {
  display: none;
  background: green;
}

.error-message h1 {
  position: relative;
    background: green;
    top: -16px;
    margin-bottom: -10px;
}

.portfolio-item {
  position: relative;
  min-height: 275px;
}

.project-link {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
}

.page-template #services .icon-box h2 {
  font-size: 30px;
}

.page-template #services .icon-box h4 {
  top: 50px;
  font-size: 22px;
}

@media screen and (max-width: 1000px) {
  .tablet-hide {
    display: none;
  }

  #carousel .caption h2 {
    font-size: 50px;
    line-height: normal;
  }

  #carousel .caption p {
    font-size: 20px;
  }

  #about .section-title h2::before,
  #services .section-title h2::before,
  #process .section-title h2::before {
    margin-left: 0;
  }
}
