
body {
  overflow-x: hidden;
  font-size: 14px;
  color: #424242;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #F58021;
}

a:hover {
  color: #F58021;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2.side-line {
  padding-left: 20px;
  position: relative;
}

h2.side-line:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 3px;
  background-color: #F58021;
  top: 5px;
  left: 0;
}

h2.side-line.black:before {
  background-color: #1e1e1e;
}


h4 {
  font-size: 18px;
  font-weight: 400;
  color: #f58021;
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #F58021;
  border-color: #F58021;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #c16a23 !important;
  border-color: #c16a23 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}

#page-portfolio #mainNav {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #212529;
}

#page-portfolio #mainNav .navbar-brand {
  font-size: 1.25em;
  padding: 12px 0;
}

#mainNav .navbar-toggler {
  font-size: 22px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item span {
  font-size: 14px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  display: block;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #F58021;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item span {
    padding: 8px 10px !important;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (max-width: 991px) {
  #mainNav .navbar-nav {
    padding-top: 20px;
    padding-bottom: 80px;
    position: relative;
  }

  #mainNav .navbar-nav .nav-item.social-media  {
    position: absolute;
    bottom: 40px;
    left: 0;
  }

  #mainNav .navbar-nav .nav-item.social-media-2 {
    left: 30px;
  }

  #mainNav .navbar-nav .nav-item.social-media-3 {
    left: 60px;
  }
}

header.masthead {
  text-align: left;
  position: relative;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.85);
}


header.masthead .container {
  position: relative;
  z-index: 2;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }

}

section#offer .content-box {
  background-color: #f2bc97;
  padding: 100px 35px;
  position: relative;
  z-index: 10;
}

section#offer .content-box-1 {
  padding: 100px 0px;
  background-image: url('../img/bg-offer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.offer-box {
  padding-right: 30px;
  padding-left: 30px;
}

.offer-box h3 {
  color: #ffffff;
  display: block;
  font-size: 24px;
  position: relative;
  text-shadow: 3px 2px 3px #000000;
  text-align: left;
}

.offer-box h3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #f58021;
}

.offer-box ul {
  color: #ffffff;
}

.offer-box-icon {
  max-width: 120px;
  margin-right: 20px;
}

.offer-box-text {
  min-width: 450px;
}

@media (max-width: 767px) {
  section#offer .content-box {
    padding: 50px 35px;
  }

  section#offer .content-box-1 {
    padding: 50px 0px;
  }
}
 
section#portfolio {
  background-image: url('../img/bg-portfolio.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

#page-portfolio section#portfolio  {
  background-image: initial;
}

section#portfolio .container.special {
  position: relative;
  z-index: 10;
  margin-bottom: -40px;
}

section#portfolio .content-box {
  padding: 20px 30px;
  box-shadow: 0px 10px 20px -10px #000000;
  background-color: #ffffff;
}

#page-portfolio section#portfolio .content-box {
 margin-bottom: -340px;
 margin-top: 410px;
 padding: 40px 30px;
 text-align: center;
}

#page-portfolio section#portfolio .content-box .info {
 font-size: 18px;
}

#page-portfolio .portfolio-gallery {
  padding-top: 340px;
}

section#portfolio .project-1 {
  position: relative;
  background-image: url('../img/project-1.jpg');
  filter: grayscale(100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 15px;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
}

section#portfolio .project-1:after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

section#portfolio .project-1.show:after {
  background-color: rgba(0,0,0,0.75);
}

.project-box {
  display: none;
  padding: 0 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); 
  z-index: 1;
}

section#portfolio .project-1 h3 {
  font-size: 24px;
  color: #ffffff;
}

section#portfolio .project-1 span {
  color: #ffffff;
}

@media (max-width: 767px) {
  section#portfolio .project-1 {
    padding: 160px 15px;
  }

  section#portfolio .container.special {
    margin-bottom: 0px;
  }

  #page-portfolio section#portfolio .content-box {
    margin-bottom: -510px;
    margin-top: 400px;
  }

  #page-portfolio .portfolio-gallery {
    padding-top: 510px;
  }
}

.testimonial-box {
  box-shadow: 0px 0px 10px -5px #000000;
  padding: 15px 25px 50px;
  background-color: #ffffff;
}

.testimonial-box h4 {
  max-width: 220px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
  color: #1e1e1e;
  position: absolute;
  bottom: 15px;
  right: 40px;
  text-align: right;
}

.testimonial-box h4:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -65px;
  width: 50px;
  height: 3px;
  background-color: #f58021;
}

.testimonial-decor {
  background-image: url('../img/testimonial-decor.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.testimonial-logo-row {
  padding: 10px 0;
  box-shadow: 0px 0px 10px -5px #000000;
}

.testimonial-logo-row img {
  padding: 20px;
}

.slider {
    width: 80%;
    margin: 20px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  display: none;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

section#contact a {
  color: #424242;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #f58021;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer {
  padding: 25px 0;
  text-align: center;
  background-color: #1e1e1e;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.footer-nav li{
  width: 20%;
}

.footer-nav li a {
  color: #ffffff;
}

.footer-nav li a:hover {
  color: #f58021;
}

.footer .copyright {
  color: #ffffff;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  color: #F58021;
}

@media (max-width: 991px) {
  .footer-nav {
    display: flex;
    flex-direction: column;
  }

  .footer-nav li{
    width: 100%;
  }
}

hr.primary {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 70px;
  border: 2px solid #F58021;
}

.text-primary {
  color: #F58021 !important;
}

.text-black {
  color: #1e1e1e !important;
}

.height-100 {
  height: 100%;
}

.btn-whatsapp {
  position: relative;
  background-color: #28bd7b;
  font-size: 14px;
  padding: 15px 20px 15px 60px;
  font-weight: 400;
  color: #ffffff;
}

.btn-whatsapp i {
  font-size: 29px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.btn-whatsapp:hover {
  background-color: #1f8658;
  color: #ffffff;
}
