.underline, .section--headline__subtitle:after, .section--headline__subtitle:before {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 1px;
  top: -4px;
  content: "";
  background: #4c545f;
}

body {
  font-family: "Raleway", sans-serif;
}

.section--headline {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.section--headline__title {
  font-size: 34px;
  text-transform: capitalize;
}
.section--headline__subtitle {
  font-size: 18px;
  color: #4c545f;
}
.section--headline__subtitle:before {
  margin-right: 20px;
}
.section--headline__subtitle:after {
  margin-left: 20px;
}

.background__dark {
  padding: 20px;
  background-color: #F7F7F7;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 100%;
  outline: none;
  background-color: #DB720D;
  color: white;
  font-size: 50px;
  cursor: pointer;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.portfolio--box:hover {
  cursor: pointer;
}

.email-button {
  color: #DB720D;
  transition: color 200ms ease-in;
}
.email-button:hover {
  color: #723531;
}

.advantages-margin {
  height: 250px;
  width: 250px;
  margin: 0 auto 10px;
  border: 10px solid #DB720D;
  border-radius: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #4c545f;
  cursor: all-scroll;
}
.advantages-margin .advantages--box__inner {
  height: 100%;
  border: 2px solid #DB720D;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.advantages-margin .advantages--box__inner:hover {
  background: #DB720D;
}
.advantages-margin .advantages--box__inner:hover .advantages--icon {
  color: #fff;
}
.advantages-margin .advantages--box__inner:hover .advantages--text {
  color: #fff;
}
.advantages-margin .advantages--box__inner .advantages--icon {
  display: block;
  margin: 60px 0 10px;
  font-size: 50px;
  line-height: 50px;
  color: #DB720D;
}
.advantages-margin .advantages--box__inner .advantages--text {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}

footer {
  padding-top: 40px;
  background: #4c545f;
  color: #fff;
}
footer .contact--box__inner .contact--icon {
  text-align: center;
}
footer .contact--box__inner .contact--icon img {
  width: 60px;
}
footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #F7F7F7;
}
footer .copyright p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.jumbotron {
  height: 100vh;
  background-image: url(../images/main-main5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.jumbotron--text {
  margin: 10%;
}
.jumbotron--text h1 {
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
}
.jumbotron--text h1 .logo__dark {
  color: #723531;
}
.jumbotron--text h1 .logo__light {
  color: #DB720D;
}
.jumbotron .btn-outline-dark {
  border-color: #DB720D;
  color: #fff;
  background-color: #DB720D;
}
.jumbotron .btn-outline-dark:hover {
  border-color: #fff;
  color: #DB720D;
  background-color: #fff;
}
.jumbotron a {
  color: inherit;
}
.jumbotron a:hover {
  text-decoration: none;
}

.navbar {
  width: 100%;
  padding: 0;
}
.navbar-toggler {
  width: 100%;
  height: 60px;
  margin: 0;
  border-radius: 0;
  border-color: #293133;
}
.navbar-toggler-icon {
  color: #FFF;
}
.navbar .navbar-collapse,
.navbar .navbar-nav {
  max-width: 100%;
}
.navbar .nav-item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .nav-item {
  width: 168px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.navbar .nav-item .nav-link {
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 20px;
  line-height: 84px;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover {
  color: #FFF;
  background: #DB720D;
}
.navbar .active a {
  background: #DB720D;
  color: #FFF !important;
}

header {
  height: 105px;
  padding: 20px 0;
  background-color: #4c545f;
}
header .logo--text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
header .logo--text span {
  padding-right: 5px;
}

.about {
  height: 600px;
  background-image: url(../images/about15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about--text {
  border: 10px solid #db720d;
  padding: 20px;
  color: #333d40;
  cursor: all-scroll;
}
.about--text__inner {
  height: 100%;
  border: 2px solid rgba(219, 114, 13, 0.8);
  padding: 15px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.about--text__inner:hover {
  color: #fff;
  background: #DB720D;
}

.portfolio--box {
  position: relative;
  padding: 0;
}
.portfolio--box:hover .portfolio--text {
  background: none;
  opacity: 0;
}
.portfolio--box:hover .portfolio--text-click {
  opacity: 0.8;
}
.portfolio--box .portfolio--img img {
  width: 100%;
}
.portfolio--box .portfolio--text {
  opacity: 0.85;
  background: #DB720D;
}
.portfolio--box .portfolio--text-click {
  opacity: 0;
  background: #000;
}
.portfolio--box .portfolio--text,
.portfolio--box .portfolio--text-click {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  transition: all 600ms ease-in-out;
  text-align: center;
}

#home .shadow {
  text-shadow: 1px 1px 1px #000;
}

.offer--text {
  padding-bottom: 40px;
  text-align: center;
  color: #4c545f;
}

.offer--box {
  text-align: center;
  transition: all 0.3s ease;
}
.offer--box:hover .offer--icon {
  margin-top: -20px;
}
.offer--box:hover .offer--icon img {
  opacity: 0.7;
}
.offer--box:hover h4 {
  color: #DB720D;
}
.offer--box:hover p {
  opacity: 1;
}
.offer--box .offer--icon {
  width: 100%;
  padding: 0 20px;
}
.offer--box .offer--icon img {
  width: 150px;
  height: 150px;
  opacity: 0.4;
}
.offer--box .offer--title {
  padding: 10px 0;
  color: #4c545f;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.offer--box p {
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 992px) {
  .navigation--link {
    font-size: 16px;
    line-height: 65px;
    color: red;
  }

  .advantages-margin {
    height: 160px;
    width: 160px;
    border: 7px solid #DB720D;
    padding: 8px;
    font-size: 13px;
    color: #4c545f;
    cursor: all-scroll;
  }

  .advantages--box__inner {
    border: 1px solid #DB720D;
  }

  .advantages-margin .advantages--box__inner .advantages--icon {
    margin: 33px 0 3px;
    font-size: 30px;
    line-height: 30px;
  }

  .about--text__inner {
    background-color: #fff;
    opacity: 0.9;
  }

  .portfolio--box .portfolio--text {
    padding: 10px;
  }

  .contact--text {
    margin-top: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 160px;
  }
  header .logo--text {
    margin-top: 5px;
  }

  .navbar .nav-item {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navigation--link {
    border-bottom: 1px solid #DB720D;
  }

  .advantages--box {
    margin-bottom: 20px;
  }
  .advantages--box .advantages--box__inner {
    border: 1px solid #DB720D;
  }

  .advantages-margin {
    height: 200px;
    width: 200px;
    font-size: 16px;
  }

  .advantages-margin .advantages--box__inner .advantages--icon {
    margin: 55px 0 3px;
    font-size: 30px;
    line-height: 30px;
  }

  .about--text__inner {
    background-color: #fff;
    opacity: 0.9;
  }

  .portfolio--box .portfolio--text {
    padding: 10px;
  }

  .portfolio--text h4 {
    font-size: 1.2rem;
  }

  .contact--text {
    margin-top: 20px;
    text-align: center;
  }

  #myBtn {
    right: 20px;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  header {
    height: 160px;
  }
  header .logo--text {
    margin-top: 5px;
  }

  .navbar .nav-item {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navigation--link {
    border-bottom: 1px solid #DB720D;
  }

  .advantages-margin .advantages--box__inner .advantages--icon {
    margin: 55px 0 3px;
    font-size: 30px;
    line-height: 30px;
  }

  .jumbotron--text h1 {
    display: none;
  }

  .about--text__inner {
    background-color: #fff;
    opacity: 0.9;
  }

  .portfolio--box .portfolio--text {
    padding: 0;
  }

  .portfolio--text h4 {
    font-size: 1rem;
  }

  .contact--text {
    margin-top: 20px;
    text-align: center;
  }

  #myBtn {
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}

/*# sourceMappingURL=main.css.map */
