.header-sect {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 12000;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(0, 0, 0, .9);
}

.header-row {
  height: 120px;
}

.header-col-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.header-contact {
  width: 100%;
  padding: 0px 10px 5px;
  font-family: Neutral;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.header-phone {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.first-sect {
  padding-top: 170px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url('../images/fon.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/fon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.first-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.first-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

.bullet-row {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 10px;
}

.bullet-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-img {
  height: 130px;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.bullet-text {
  padding: 5px 10px 20px;
  font-family: Neutral;
  color: #fff;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.first-cta-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .5);
}

.first-cta-head {
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.first-cta-subhead {
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.first-cta-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-cta-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-cta-form-input {
  width: 270px;
  height: 65px;
  margin-right: 20px;
  margin-bottom: 0px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #fff;
  text-align: center;
}

.first-cta-form-input:hover {
  border-color: #fff;
}

.first-cta-form-input:focus {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.first-cta-form-button {
  width: 300px;
  height: 65px;
  padding-top: 12px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #000 #000 #a96e00;
  border-radius: 10px;
  background-color: #ffa600;
  box-shadow: 0 0 10px 0 rgba(255, 166, 0, .5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.first-cta-form-button:hover {
  background-color: #ffb222;
  box-shadow: 0 0 10px 0 #ffa600;
}

.first-cta-endtext {
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  text-align: center;
}

.price-sect {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

.price-head {
  display: block;
  margin: 0px auto 40px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.price-bullet-row {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.price-bullet-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-bullet-text {
  display: block;
  margin-top: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neutral;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.price-item-row {
  padding: 10px;
}

.price-item-col {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-item-img-1 {
  width: 200px;
  height: 150px;
  background-image: url('../images/1_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-1:hover {
  background-image: url('../images/1_6.png');
  background-size: cover;
}

.price-item-head {
  padding: 0px 10px 5px;
  font-family: Neutral;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.price-item-cost {
  padding: 5px 10px;
  font-family: Neutral;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.price-cta-sect {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/fon4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/fon4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.price-cta-head {
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.price-cta-subhead {
  margin-bottom: 40px;
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.price-cta-form-input {
  width: 300px;
  height: 65px;
  margin-bottom: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #fff;
  text-align: center;
}

.price-cta-form-input:focus {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.price-cta-form-button {
  width: 300px;
  height: 65px;
  padding-top: 12px;
  border-bottom: 4px solid #a96e00;
  border-radius: 10px;
  background-color: #ffa600;
  box-shadow: 0 0 10px 0 rgba(255, 166, 0, .5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.price-cta-form-button:hover {
  background-color: #ffb222;
  box-shadow: 0 0 10px 0 #ffa600;
}

.price-cta-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-cta-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-cta-endtext {
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  text-align: center;
}

.portfolio-sect {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #ebebeb;
}

.portfolio-head {
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.reviews-sect {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.reviews-head {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}

.reviews-row {
  padding: 10px;
}

.reviews-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-img-wrap {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.reviews-img {
  width: 100%;
}

.price-bullet-img {
  width: 45px;
  height: 45px;
  opacity: 1;
}

.call-me {
  width: 200px;
  padding: 5px 10px;
  border: 2px solid #fea511;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.call-me:hover {
  border-color: #fff;
  color: #fff;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  height: 65px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.input:focus {
  border-color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

.input.message {
  display: block;
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: left;
}

.head-subsection {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact-phone {
  display: block;
  margin: 0px auto;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.head-subsection2 {
  margin-top: 10px;
  margin-bottom: -30px;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.form-block {
  width: 300px;
}

/* Policy Checkbox Start*/

.policy-wrap {
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: left;
  padding: 10px 0px 5px 0px;
}
.policy-text {
  width: 230px;
  padding-left: 15px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;  
}

.policy-link {
  color: #fff;  
}

.checkbox-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0px;
}

.checkbox-switch input {display:none;}

.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.checkbox-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .checkbox-slider {
  background-color: #ffa600;
}

input:focus + .checkbox-slider {
  box-shadow: 0 0 1px #ffa600;
}

input:checked + .checkbox-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.checkbox-slider.round {
  border-radius: 34px;
}

.checkbox-slider.round:before {
  border-radius: 50%;
}

/* Policy Checkbox End*/

.contact-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.contact-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/fon4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/fon4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 12px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #a96e00;
  border-radius: 10px;
  background-color: #ffa600;
  box-shadow: 0 0 10px 0 rgba(255, 166, 0, .5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.contact-button:hover {
  background-color: #ffb222;
  box-shadow: 0 0 10px 0 #ffa600;
}

.portfolio-item-wrap {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff;
  background-image: url('../images/fon3.jpg');
  background-position: 0px 0px;
  background-size: 500px;
  box-shadow: 5px 0 30px 0 rgba(0, 0, 0, .2);
}

.portfolio-item-row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
}

.portfolio-item-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-item-description {
  margin-bottom: 0px;
  margin-left: 30px;
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.portfolio-item-description-img {
  width: 100px;
  height: 100px;
  margin: 0px;
  padding-left: 0px;
}

.portfolio-item-img {
  width: 100%;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.portfolio-item-img:hover {
  opacity: 1;
}

.portfolio-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.price-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.price-item-wrap:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.price-item-wrap:hover .price-item-img-1 {
  background-image: url('../images/1_6.png');
}

.price-item-wrap:hover .price-item-img-2 {
  background-image: url('../images/2_6.png');
}

.price-item-wrap:hover .price-item-img-3 {
  background-image: url('../images/3_5.png');
}

.price-item-wrap:hover .price-item-img-4 {
  background-image: url('../images/4_6.png');
}

.price-item-wrap:hover .price-item-img-5 {
  background-image: url('../images/5_5.png');
}

.price-item-wrap:hover .price-item-img-6 {
  background-image: url('../images/6_2.png');
}

.price-item-wrap:hover .price-item-img-7 {
  background-image: url('../images/7_2.png');
}

.price-item-wrap:hover .price-item-img-8 {
  background-image: url('../images/8_2.png');
}

.price-item-wrap:hover .price-item-img-9 {
  background-image: url('../images/9_2.png');
}

.portfolio-item-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-item-img-wrap {
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.portfolio-img-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0px;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/3773918-64.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-img-hover:hover {
  opacity: 1;
}

.review-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, .3);
  background-image: url('../images/3773918-64.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.review-hover:hover {
  opacity: 1;
}

.bullet-sect {
  border-bottom: 1px solid #bebebe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .8))), url('../images/fon4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8)), url('../images/fon4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery-row {
  margin-top: 0px;
  padding: 10px 0px;
}

.gallery-row.first {
  margin-top: 60px;
}

.gallery-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-img-wrap {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, .3);
  background-image: url('../images/3773918-64.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-hover:hover {
  opacity: 1;
}

.gallery-img {
  width: 100%;
}

.presentation-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #e8e8e8;
  background-color: transparent;
}

.presentation-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neutral;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.presentation-link {
  width: 60px;
  height: 60px;
  background-image: url('../images/preza.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-animation: presentation-link 2s linear infinite;
  animation: presentation-link 2s linear infinite;
}

@-webkit-keyframes presentation-link {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes presentation-link {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.presentation-link:hover {
  opacity: 0.7;
}

.presentation-textlink {
  padding-left: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.presentation-textlink:hover {
  color: rgba(0, 0, 0, .7);
}

.price-item-img-2 {
  width: 200px;
  height: 150px;
  background-image: url('../images/2_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-2:hover {
  background-image: url('../images/2_6.png');
  background-size: cover;
}

.price-item-img-3 {
  width: 200px;
  height: 150px;
  background-image: url('../images/3_6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-3:hover {
  background-image: url('../images/3_5.png');
  background-size: cover;
}

.price-item-img-4 {
  width: 200px;
  height: 150px;
  background-image: url('../images/4_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-4:hover {
  background-image: url('../images/4_6.png');
  background-size: cover;
}

.price-item-img-5 {
  width: 200px;
  height: 150px;
  background-image: url('../images/5_6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-5:hover {
  background-image: url('../images/5_5.png');
  background-size: cover;
}

.price-item-img-6 {
  width: 200px;
  height: 150px;
  background-image: url('../images/6_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-6:hover {
  background-image: url('../images/6_2.png');
  background-size: cover;
}

.price-item-img-7 {
  width: 200px;
  height: 150px;
  background-image: url('../images/7_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-7:hover {
  background-image: url('../images/7_2.png');
  background-size: cover;
}

.price-item-img-8 {
  width: 200px;
  height: 150px;
  background-image: url('../images/8_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-8:hover {
  background-image: url('../images/8_2.png');
  background-size: cover;
}

.price-item-img-9 {
  width: 200px;
  height: 150px;
  background-image: url('../images/9_1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-item-img-9:hover {
  background-image: url('../images/9_2.png');
  background-size: cover;
}

.modal-wrap {
  position: fixed;
  z-index: 150000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.modal-box {
  display: block;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-close {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.modal-close:hover {
  opacity: 1;
}

.modal-head {
  padding: 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.modal-subhead {
  padding: 5px 10px 10px;
  font-family: Neutral;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.modal-underform {
  font-family: Neutral;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.thx-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thx-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.thx-sub {
  display: block;
  margin-top: 0px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.thx-link {
  margin-top: 30px;
  padding: 10px;
  font-family: Neutral;
  color: #000;
  font-size: 17px;
  text-align: center;
  text-decoration: underline;
}

.modal-wrap-back {
  position: fixed;
  z-index: 150000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.modal-box-back {
  display: block;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-close-back {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  cursor: pointer;
}

.modal-close-back:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .logo {
    margin-bottom: 20px;
  }
  .header-contact {
    padding-bottom: 0px;
    font-size: 12px;
  }
  .header-phone {
    font-size: 15px;
  }
  .first-head {
    font-size: 45px;
  }
  .first-subhead {
    font-size: 20px;
  }
  .bullet-img {
    height: 100px;
  }
  .bullet-text {
    font-size: 17px;
    line-height: 20px;
  }
  .price-head {
    font-size: 25px;
  }
  .price-bullet-text {
    font-size: 16px;
  }
  .price-cta-head {
    font-size: 23px;
  }
  .call-me {
    width: 100%;
    font-size: 15px;
  }
  .footer-heading {
    font-size: 30px;
  }
  .contact-text {
    font-size: 16px;
  }
  .presentation-head {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header-row {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .header-col-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-col-left {
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    width: 200px;
    margin-bottom: 0px;
  }
  .header-phone {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 19px;
  }
  .first-sect {
    padding-top: 270px;
  }
  .first-head {
    font-size: 35px;
    line-height: 40px;
  }
  .first-subhead {
    font-size: 17px;
    line-height: 20px;
  }
  .bullet-row {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .bullet-img {
    height: 70px;
  }
  .bullet-text {
    font-size: 15px;
    line-height: 19px;
  }
  .first-cta-head {
    font-size: 17px;
  }
  .first-cta-subhead {
    font-size: 15px;
  }
  .first-cta-form-block {
    margin-bottom: 10px;
  }
  .first-cta-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .first-cta-form-input {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .first-cta-form-button {
    width: 270px;
    font-size: 13px;
  }
  .price-head {
    font-size: 25px;
    line-height: 30px;
  }
  .price-bullet-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .price-bullet-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .price-cta-head {
    font-size: 17px;
    line-height: 25px;
  }
  .price-cta-subhead {
    font-size: 15px;
  }
  .portfolio-sect {
    padding-bottom: 40px;
  }
  .portfolio-head {
    font-size: 25px;
  }
  .reviews-head {
    font-size: 25px;
  }
  .reviews-col {
    margin-bottom: 20px;
  }
  .reviews-img-wrap {
    width: 70%;
  }
  .call-me {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .input {
    width: 300px;
  }
  .head-subsection {
    font-size: 17px;
  }
  .footer-heading {
    font-size: 25px;
  }
  .head-subsection2 {
    font-size: 17px;
    line-height: 20px;
  }
  .form-block {
    width: 300px;
  }
  .contact-text {
    font-size: 15px;
  }
  .contact-button {
    width: 300px;
  }
  .bullet-sect {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gallery-col {
    margin-bottom: 20px;
  }
  .presentation-cont {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .presentation-head {
    height: 60px;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
  }
  .presentation-textlink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .modal-wrap {
    overflow: scroll;
  }
  .modal-box {
    margin-top: 0px;
    padding-top: 30px;
  }
  .modal-close {
    margin-bottom: 30px;
  }
  .modal-head {
    font-size: 21px;
    line-height: 27px;
  }
  .modal-subhead {
    font-size: 14px;
  }
  .thx-head {
    font-size: 30px;
  }
  .thx-sub {
    font-size: 16px;
  }
  .thx-link {
    font-size: 15px;
  }
  .modal-wrap-back {
    overflow: scroll;
  }
  .modal-box-back {
    margin-top: 0px;
    padding-top: 30px;
  }
  .modal-close-back {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 200px;
  }
  .header-contact {
    font-size: 11px;
  }
  .first-sect {
    padding-bottom: 30px;
  }
  .first-head {
    font-size: 25px;
    line-height: 30px;
  }
  .first-subhead {
    font-size: 16px;
  }
  .bullet-row {
    margin-bottom: 20px;
  }
  .first-cta-subhead {
    font-size: 14px;
  }
  .first-cta-endtext {
    font-size: 13px;
  }
  .price-head {
    font-size: 21px;
    line-height: 25px;
  }
  .portfolio-head {
    font-size: 21px;
  }
  .reviews-head {
    font-size: 21px;
  }
  .call-me {
    font-size: 14px;
  }
  .input {
    width: 270px;
  }
  .head-subsection {
    line-height: 20px;
  }
  .footer-heading {
    font-size: 21px;
  }
  .contact-phone {
    font-size: 23px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .contact-button {
    width: 270px;
    font-size: 14px;
  }
  .modal-wrap {
    position: fixed;
    overflow: scroll;
  }
  .modal-close {
    margin-bottom: 30px;
  }
  .modal-subhead {
    line-height: 18px;
  }
  .modal-underform {
    font-size: 14px;
  }
  .thx-head {
    line-height: 35px;
  }
  .modal-wrap-back {
    position: fixed;
    overflow: scroll;
  }
  .modal-close-back {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutral';
  src: url('../fonts/Neutral-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}