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

.header-cont {
  opacity: 1;
}

.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, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.header-phone {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  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, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/wr-1200.sh-18.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/wr-1200.sh-18.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.first-head {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.first-subhead {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.bullet-row {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 30px 10px;
  background-color: rgba(0, 0, 0, 0.3);
}

.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: 70px;
  border: 1px none #000;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.bullet-text {
  margin-top: 20px;
  padding: 5px 10px 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

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

.bullet-head {
  display: block;
  margin: 0px auto 30px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.price-bullet-row {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 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-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 10px;
  margin-bottom: -20px;
  -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, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.price-cta-sect {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/fon4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #fff;
  text-align: center;
}

.price-cta-form-input:focus {
  border-color: #fff;
  background-color: rgba(0, 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, 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral, sans-serif;
  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, sans-serif;
  color: #fff;
  text-align: center;
}

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

.why-head {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.price-bullet-img {
  width: 50px;
  height: 50px;
  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, sans-serif;
  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, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.input:focus {
  border-color: #fff;
  background-color: rgba(0, 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, sans-serif;
  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, sans-serif;
  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, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.head-subsection2 {
  margin-top: 10px;
  margin-bottom: -20px;
  padding: 10px 10px 0px 10px;
  font-family: Neutral, sans-serif;
  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, sans-serif;
  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, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fon4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 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, 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Neutral, sans-serif;
  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;
}

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

.bullet-cont {
  padding-top: 50px;
  padding-bottom: 30px;
}

.modal-wrap {
  position: fixed;
  z-index: 150000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 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_1close.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, sans-serif;
  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, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.modal-underform {
  font-family: Neutral, sans-serif;
  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, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

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

.thx-link {
  margin-top: 30px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  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, 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_1close.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;
}

.first-head-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #ffcf6c;
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.price-bullet-text {
  display: block;
  margin-top: 0px;
  padding: 10px 15px;
  -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, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.stage-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  padding: 10px;
  -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;
}

.stage-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-style: solid;
  border-width: 5px;
  border-color: #a96e00;
  border-radius: 100px;
}

.stage-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  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, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.stage-item-img-text {
  font-family: Neutral, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.stage-item-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 0px;
  padding: 10px 20px;
  -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, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.price-cta-subhead-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5px 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

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

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

.price-bullet-text-2 {
  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, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.price-subhead {
  display: block;
  margin: 0px auto 20px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #333;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.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-sect {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #ebebeb;
}

.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, 0.2);
}

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

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

.portfolio-item-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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-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, 0.5);
  background-image: url('../images/3773918-64_13773918-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;
}

.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: 20px;
  -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-text {
  margin-bottom: 0px;
  padding: 10px 10px 5px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

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

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

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

.gallery-img {
  width: 100%;
}

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

.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-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/3773918-64_13773918-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;
}

.portfolio-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.effective-link-wrap {
  margin-top: 0px;
  padding: 10px 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.effective-link-wrap:hover {
  opacity: 0.8;
}

.portfolio-item-description-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.effective-link {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: underline;
}

.portfolio-item-description {
  padding-left: 40px;
}

.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;
}

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

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

.reviews-row {
  padding: 10px;
}

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

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

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

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

.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, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 500;
}

.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;
}

.reviews-img {
  width: 100%;
}

.review-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/3773918-64_13773918-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;
}

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

.country-text {
  padding: 10px;
  font-family: Neutral, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.country-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.image {
  width: 70px;
  margin-left: 20px;
  opacity: 1;
}

.bullet-item-img {
  height: 90px;
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.bullet-item-text {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  font-family: Neutral, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.bullet-item-row {
  display: grid;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 30px 10px;
}

.bullet-item-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@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: 25px;
    line-height: 30px;
  }
  .first-subhead {
    font-size: 19px;
    line-height: 23px;
  }
  .bullet-img {
    height: 75px;
  }
  .bullet-text {
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
  }
  .price-sect {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .bullet-head {
    font-size: 23px;
    line-height: 30px;
  }
  .price-bullet-head {
    font-size: 16px;
  }
  .price-cta-head {
    font-size: 23px;
  }
  .price-cta-subhead {
    font-size: 17px;
  }
  .why-sect {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .why-head {
    font-size: 27px;
    line-height: 30px;
  }
  .call-me {
    width: 100%;
    font-size: 15px;
  }
  .footer-heading {
    font-size: 30px;
  }
  .contact-text {
    font-size: 16px;
  }
  .first-head-2 {
    font-size: 35px;
    line-height: 35px;
  }
  .price-bullet-text {
    font-size: 15px;
  }
  .stage-item-text {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stage-item-text-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .price-cta-subhead-2 {
    font-size: 17px;
    line-height: 21px;
  }
  .price-head {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 30px;
  }
  .price-bullet-text-2 {
    font-size: 16px;
  }
  .price-subhead {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 21px;
  }
  .portfolio-sect {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .portfolio-head {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 30px;
  }
  .gallery-row.first {
    margin-top: 40px;
  }
  .reviews-sect {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .reviews-head {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 30px;
  }
  .presentation-head {
    font-size: 16px;
  }
  .bullet-item-img {
    height: 75px;
  }

  .bullet-item-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }  
}

@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;
    padding-bottom: 20px;
  }
  .first-head {
    font-size: 17px;
    line-height: 21px;
  }
  .first-subhead {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .bullet-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bullet-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bullet-img {
    height: 70px;
  }
  .bullet-text {
    font-size: 15px;
    line-height: 19px;
  }
  .bullet-head {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 27px;
  }
  .price-bullet-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .price-bullet-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .price-cta-sect {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .price-cta-head {
    font-size: 17px;
    line-height: 25px;
  }
  .price-cta-subhead {
    font-size: 15px;
  }
  .why-sect {
    padding-bottom: 30px;
  }
  .why-head {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 27px;
  }
  .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: 0px;
    padding-bottom: 0px;
  }
  .bullet-cont {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .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;
  }
  .first-head-2 {
    font-size: 23px;
    line-height: 30px;
  }
  .stage-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .stage-item-text {
    font-size: 17px;
  }
  .price-cta-subhead-2 {
    font-size: 15px;
  }
  .price-head {
    font-size: 23px;
    line-height: 27px;
  }
  .price-bullet-row-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .price-subhead {
    font-size: 15px;
    line-height: 19px;
  }
  .portfolio-sect {
    padding-bottom: 30px;
  }
  .portfolio-head {
    font-size: 25px;
  }
  .portfolio-item-description-text {
    font-size: 13px;
  }
  .portfolio-item-description-img {
    margin-left: 5px;
  }
  .gallery-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gallery-col {
    margin-bottom: 20px;
  }
  .portfolio-item-description-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .effective-link {
    font-size: 13px;
  }
  .portfolio-item-description {
    padding-top: 10px;
    padding-left: 0px;
  }
  .reviews-col {
    margin-bottom: 20px;
  }
  .presentation-textlink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .reviews-head {
    font-size: 23px;
    line-height: 27px;
  }
  .presentation-head {
    height: 60px;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
  }
  .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;
  }
  .reviews-img-wrap {
    width: 70%;
  }
  .country-text {
    font-size: 15px;
  }
  .country-text-wrap {
    margin-top: 20px;
  }
  .image {
    margin-right: 10px;
  }
  .bullet-item-img {
    height: 70px;
  }

  .bullet-item-text {
    font-size: 15px;
    line-height: 19px;
  }

  .bullet-item-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 10px;
  }  
}

@media (max-width: 479px) {
  .logo {
    width: 200px;
  }
  .header-contact {
    font-size: 11px;
  }
  .first-sect {
    padding-bottom: 20px;
  }
  .first-head {
    font-size: 15px;
    line-height: 21px;
  }
  .first-subhead {
    font-size: 14px;
    line-height: 19px;
  }
  .bullet-row {
    margin-bottom: 0px;
  }
  .bullet-head {
    font-size: 21px;
    line-height: 25px;
  }
  .price-bullet-head {
    font-size: 15px;
  }
  .why-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;
  }

  .policy-wrap {
    width: 270px;
  }

  .policy-text {
    width: 200px;  
  }

  .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 {
    font-size: 21px;
    line-height: 25px;
  }
  .modal-wrap-back {
    position: fixed;
    overflow: scroll;
  }
  .modal-close-back {
    margin-bottom: 30px;
  }
  .first-head-2 {
    font-size: 16px;
    line-height: 21px;
  }
  .price-cta-subhead-2 {
    font-size: 14px;
    line-height: 19px;
  }
  .price-head {
    font-size: 21px;
    line-height: 25px;
  }
  .price-subhead {
    font-size: 15px;
    line-height: 19px;
  }
  .portfolio-head {
    font-size: 21px;
  }
  .portfolio-item-col-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .portfolio-item-col-right {
    padding-right: 10px;
    padding-left: 10px;
  }
  .portfolio-item-description-wrap {
    padding-left: 10px;
  }
  .portfolio-item-description-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-head {
    font-size: 21px;
  }
  .country-text {
    text-align: right;
  }
  .image {
    margin-right: 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;
}