/* Lato-Bold */
@font-face {
  font-family: "Lato-Bold";
  src: url("../font/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Lato-Heavy */
@font-face {
  font-family: "Lato-Heavy";
  src: url("../font/Lato-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Montserrat-Bold */
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Montserrat-Medium */
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Montserrat-Regular */
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Montserrat-ExtraBold */
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* PermanentMarker */
@font-face {
  font-family: "PermanentMarker";
  src: url("../font/PermanentMarker.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #030303;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  min-width: 1170px;
}

#wrapper {
  padding-top: 88px;
  width: 100%;
  height: 100%;
  position: relative;
}

#wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.13;
  background-image: url(../img/road-body-bg.png);
  background-size: 100% cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #ebde1e;
}

.primary--button {
  display: inline-block;
  outline: none;
  font-size: 26px;
  line-height: 29px;
  font-family: "Montserrat-Bold";
  padding: 3px;
  background: url(../img/lines.jpg);
  background-position: center center;
  background-repeat: repeat;
  color: #000 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  max-width: 330px;
  width: 100%;
}

.primary--button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.primary--button span {
  background-color: #ebde1e;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 67px;
  width: 100%;
  border-radius: 50px;
}

#myModal .form_box {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#myModal .form_box .inp_box {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

#myModal .form_box .inp_box input {
  width: 100%;
  height: 48px;
  border: solid 1px #d1d1d1;
  border-radius: 10px;
  outline: none;
  padding-left: 40px;
  padding-right: 20px;
}

#myModal .form_box .inp_icon {
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#myModal .form_box .submit {
  margin: 10px 0;
  font-size: 19px;
  max-width: 220px;
}

#myModal .form_box .submit span {
  min-height: 46px;
}

.modal-content {
  background-image: url(../img/lines.jpg);
  background-repeat: repeat;
  padding: 2px 2px;
  border-radius: 10px;
}

.modal-dialog {
  max-width: 400px;
}

.modal-dialog .close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 31px;
  height: 31px;
  background-color: #ebde1e;
  border-radius: 100%;
  opacity: 1;
  z-index: 1;
}

.modal-dialog .close img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
  border: none;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-body {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal-title {
  font-family: "Montserrat-ExtraBold";
  color: #000;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}

.header {
  padding-top: 26px;
  padding-bottom: 26px;
  height: 88px;
  background-color: #030303;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.header .navbar {
  padding: 0;
}

.header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-nav li {
  padding: 4px 0px;
}

.header .navbar-nav li:first-child a {
  padding-left: 0;
}

.header .navbar-nav li:last-child a {
  padding-right: 0;
}

.header .navbar-nav li a {
  font-family: "Montserrat-Medium";
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 25px;
}

.header .navbar-nav li a:hover {
  color: #ebde1e;
  text-decoration: none;
}

.header .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 404px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .right_side .social_box a {
  margin: 0 5px;
}

.header .right_side .social_box a:hover {
  opacity: 0.7;
}

.header .right_side .tel_box {
  margin-left: 30px;
}

.header .right_side .tel_box a {
  font-size: 22px;
  font-family: "Lato-Bold";
  color: #fff;
  text-decoration: none;
}

.header .right_side .tel_box a:hover {
  color: #ebde1e;
}

.header .right_side .tel_box a img {
  margin-right: 15px;
}

.header .close_nav {
  display: none;
}

.sc_about {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.sc_about .dirt_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.4;
  margin-top: 60px;
}

.sc_about .dirt_bg img {
  max-width: 100%;
}

.sc_about .title {
  margin-bottom: 50px;
}

.sc_about .title h3 {
  margin-left: 40px;
}

.sc_about .img_box {
  display: inline-block;
  width: 100%;
  max-width: 412px;
}

.sc_about .img_box img {
  max-width: 100%;
  border-radius: 30px;
}

.sc_about .self_info {
  padding-right: 155px;
  width: 100%;
  padding-top: 15px;
}

.sc_about .self_info p {
  font-size: 16px;
  font-family: "Montserrat-Regular";
  line-height: 29px;
  color: #fff;
}

.sc_about .self_info p span {
  font-family: "Montserrat-Bold";
}

.sc_about .consult {
  font-size: 22px;
  line-height: 26px;
  margin: 33px 0;
}

.sc_steps {
  padding-top: 50px;
  padding-bottom: 20px;
}

.sc_steps .step_box {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.sc_steps .step_box h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-bottom: 45px;
  position: relative;
}

.sc_steps .step_box h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 111px;
  background-image: url(../img/brush.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
  left: 0;
  top: -39px;
}

.sc_steps .step_box p {
  font-size: 16px;
  font-family: "Montserrat-Regular";
  line-height: 24px;
  color: #fff;
}

.sc_steps .step_number {
  width: 66px;
  height: 66px;
  display: inline-block;
  border-radius: 100%;
  background-image: url(../img/lines.jpg);
  background-repeat: repeat;
  font-size: 32px;
  font-family: "PermanentMarker";
  padding: 3px;
  margin-bottom: 11px;
}

.sc_steps .step_number span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ebde1e;
}

.sc_steps .order {
  margin: 20px 0;
}

.sc_works {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sc_works .title {
  margin-bottom: 35px;
}

.sc_works .work_box {
  display: inline-block;
  width: 263px;
  position: relative;
}

.sc_works .work_box:hover .hover_info {
  opacity: 1;
}

.sc_works .img_box {
  display: inline-block;
  width: 100%;
}

.sc_works .img_box img {
  max-width: 100%;
}

.sc_works .hover_info {
  position: absolute;
  top: -15px;
  left: -12px;
  width: calc(100% + 25px);
  height: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  text-align: center;
  padding: 20px 20px;
  background-color: rgba(41, 41, 41, 0.801);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc_works .hover_info p {
  width: 100%;
  font-size: 20px;
  font-family: "Montserrat-Medium";
  color: #fff;
  line-height: 28px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
  margin-top: 25px;
}

.sc_works .work_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc_works .more {
  -ms-flex-item-align: end;
      align-self: flex-end;
  outline: none;
  font-size: 18px;
  line-height: 29px;
  font-family: "Montserrat-Bold";
  padding: 3px;
  background: url(../img/lines.jpg);
  background-position: center center;
  background-repeat: repeat;
  color: #000 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  max-width: 330px;
  margin-bottom: 25px;
}

.sc_works .more:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sc_works .more span {
  background-color: #ebde1e;
  padding: 10px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 50px;
}

.sc_works .slick_work {
  position: relative;
}

.sc_works .slick_work .slick-arrow {
  position: absolute;
  font-size: 0;
  top: -50px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: solid 2px #ebde1e;
  background: #000;
  z-index: 1;
  outline: none;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sc_works .slick_work .slick-arrow:hover {
  background: #ebde1e;
}

.sc_works .slick_work .slick-arrow:hover:before {
  border-color: #000;
}

.sc_works .slick_work .slick-arrow:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sc_works .slick_work .slick-prev {
  left: 0;
}

.sc_works .slick_work .slick-prev:before {
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 2px solid #ebde1e;
  border-bottom: 2px solid #ebde1e;
}

.sc_works .slick_work .slick-next {
  right: 0;
}

.sc_works .slick_work .slick-next:before {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ebde1e;
  border-right: 2px solid #ebde1e;
}

.sc_works .slick-dots {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}

.sc_works .slick-dots .slick-active button {
  background-color: #000;
  border: 2px solid #ebde1e;
}

.sc_works .slick-dots li {
  display: inline-block;
}

.sc_works .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border: 2px solid #ebde1e;
  background-color: #ebde1e;
  border: none;
  padding: 0;
  outline: none;
  border-radius: 100%;
}

.sc_works .slide_item {
  margin: 10px 10px;
}

.sc_works .order {
  margin: 25px 0;
}

.sc_contact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sc_contact .title {
  margin-bottom: 25px;
}

.sc_contact .contact_box {
  display: inline-block;
  float: left;
  margin-right: 40px;
}

.sc_contact .contact_box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  font-size: 16px;
  font-family: "Lato-Bold";
  color: #fff;
}

.sc_contact .contact_box p a {
  color: #fff;
}

.sc_contact .contact_box p a:hover {
  text-decoration: none;
  color: #ebde1e;
}

.sc_contact .contact_box p .tel_link {
  font-size: 22px;
}

.sc_contact .contact_box p img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

.sc_contact .info_box {
  display: inline-block;
  padding-top: 20px;
  margin-left: 40px;
}

.sc_contact .info_box h4 {
  font-size: 26px;
  font-family: "Lato-Bold";
  color: #fff;
  margin-bottom: 30px;
}

.sc_contact .info_box p {
  font-size: 16px;
  color: #fff;
  font-family: "Lato-Heavy";
}

.sc_contact .social_box a {
  margin-right: 7px;
}

.sc_contact .social_box a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1200px) {
  .primary--button {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .primary--button span {
    min-height: 48px;
  }
  .container {
    min-width: auto;
  }
  .header .navbar-nav li a {
    font-size: 12px;
    padding: 4px 15px;
  }
  .sc_about {
    padding-bottom: 25px;
  }
  .sc_about .self_info {
    padding-right: 0;
  }
  .sc_steps {
    padding-top: 25px;
  }
  .sc_works .more {
    font-size: 13px;
  }
  .sc_works .more span {
    padding: 4px 34px;
  }
  .sc_works .hover_info p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 30px;
  }
  .header .navbar-nav li a {
    font-size: 10px;
    padding: 4px 8px;
  }
  .header .right_side {
    max-width: 307px;
  }
  .header .right_side .tel_box {
    margin-left: 20px;
  }
  .header .right_side .tel_box a {
    font-size: 16px;
  }
  .sc_about .title {
    margin-bottom: 24px;
  }
  .sc_about .title h3 {
    margin-left: 0;
  }
  .sc_about .self_info p {
    font-size: 12px;
    line-height: 23px;
  }
  .sc_steps .step_box {
    margin: 5px 0;
  }
  .sc_steps .step_box h4 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .sc_steps .step_box p {
    font-size: 12px;
    line-height: 19px;
  }
  .sc_works .title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  #wrapper {
    padding-top: 70px;
  }
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 70px;
  }
  .header .right_side {
    float: left;
    max-width: 244px;
  }
  .header .right_side .tel_box {
    margin-left: 8px;
  }
  .header .right_side .tel_box a {
    font-size: 12px;
  }
  .header .right_side .tel_box a img {
    max-width: 24px;
    margin-right: 7px;
  }
  .header .right_side .social_box a {
    margin: 0 2px;
  }
  .header .right_side .social_box a img {
    max-width: 25px;
  }
  .header .right_side .social_box a:first-child {
    margin-left: 0;
  }
  .header .navbar-toggler {
    width: 28px;
    height: 50px;
    line-height: 0;
    outline: none;
    padding: 0;
    margin-top: -5px;
  }
  .header .navbar-toggler span {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
  }
  .header .navbar-nav li a {
    padding: 4px 8px !important;
  }
  .header .close_nav {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 4px;
    font-size: 36px;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
  }
  .header .navbar-collapse {
    display: block;
    position: fixed;
    width: 360px;
    max-width: 85%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    padding: 25px 20px;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    background: #030303;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 50px;
  }
  .header .navbar-collapse.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.75);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.75);
  }
  .header .overlay.open {
    display: block;
    position: fixed;
    z-index: 9998;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sc_about .img_box {
    height: 350px;
    overflow: hidden;
    border-radius: 30px;
  }
  .sc_about .self_info p {
    text-align: justify;
    line-height: 20px;
  }
  .sc_about .consult {
    margin: 15px 0;
  }
  .sc_steps .step_box h4 {
    font-size: 11px;
    margin-bottom: 22px;
    line-height: 18px;
  }
  .sc_steps .step_box p {
    font-size: 11px;
    line-height: 17px;
  }
  .sc_works .hover_info {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sc_works .hover_info p {
    font-size: 10px;
    line-height: 13px;
  }
  .sc_works .slide_item {
    margin: 5px 5px;
  }
  .sc_works .work_box {
    width: 170px;
  }
  .sc_works .more {
    font-size: 10px;
    line-height: 13px;
  }
  .sc_works .more span {
    padding: 4px 10px;
  }
  .sc_contact .title {
    margin-bottom: 8px;
  }
  .sc_contact .contact_box {
    margin-right: 0;
    width: 100%;
  }
  .sc_contact .contact_box p {
    font-size: 14px;
  }
  .sc_contact .contact_box p .tel_link {
    font-size: 18px;
  }
  .sc_contact .info_box {
    margin-left: 0;
    width: 100%;
  }
  .sc_contact .info_box h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .sc_contact .info_box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .modal-dialog {
    margin: 5px auto;
  }
  .modal-title {
    font-size: 19px;
    line-height: 25px;
  }
  #myModal .form_box {
    padding-left: 0;
    padding-right: 0;
  }
  .sc_works .slick_work {
    padding-right: 0;
  }
  .sc_works .slick_work .slick-arrow {
    bottom: 10px;
    top: auto;
    width: 25px;
    height: 25px;
  }
  .sc_works .slick_work .slick-arrow:before {
    width: 8px;
    height: 8px;
  }
  .sc_works .slick_work .slick-prev {
    left: 10px;
  }
  .sc_works .slick_work .slick-prev:before {
    left: 3px;
  }
  .sc_works .slick_work .slick-next {
    right: 15px;
  }
  .sc_works .slick_work .slick-next:before {
    right: 3px;
  }
  .sc_works .slick-dots {
    padding-right: 15px;
  }
}
/*# sourceMappingURL=main.css.map */