/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'core_sans_b25_light';
  src: url('../fonts/coresansb25-light-webfont.eot');
  src: url('../fonts/coresansb25-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansb25-light-webfont.woff2') format('woff2'), url('../fonts/coresansb25-light-webfont.woff') format('woff'), url('../fonts/coresansb25-light-webfont.svg#core_sans_b25_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'core_sans_b35_regular';
  src: url('../fonts/coresansb35-regular-webfont.eot');
  src: url('../fonts/coresansb35-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansb35-regular-webfont.woff2') format('woff2'), url('../fonts/coresansb35-regular-webfont.woff') format('woff'), url('../fonts/coresansb35-regular-webfont.svg#core_sans_b35_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'core_sans_b45_medium';
  src: url('../fonts/coresansb45-medium-webfont.eot');
  src: url('../fonts/coresansb45-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coresansb45-medium-webfont.woff2') format('woff2'), url('../fonts/coresansb45-medium-webfont.woff') format('woff'), url('../fonts/coresansb45-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Verdana', sans-serif;
  font-size: 1.125rem;
  color: #6d6d6d;
  background: #fff;
  overflow-x: hidden !important;
}
a {
  color: #6d6d6d;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #6d6d6d;
}
h1 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
}
h2 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  color: #688801;
}
h3 {
  font-family: 'core_sans_b25_light';
  font-style: normal;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: normal;
  color: #6d6d6d;
}
h4 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: 'core_sans_b35_regular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #6d6d6d;
}
h5 {
  font-size: 1.0625rem;
  font-weight: normal;
}
/**
 * ===============================
 *  Button Style
 * ===============================
 */
.btn {
  font-family: 'core_sans_b25_light';
  border: 0;
  font-size: 1.875rem;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 220px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #000;
  background: #ffe301;
  background: -webkit-linear-gradient(top, #ffe301 0%, #ffbe37 100%);
  background: -moz-linear-gradient(top, #ffe301 0%, #ffbe37 100%);
  background: -ms-linear-gradient(top, #ffe301 0%, #ffbe37 100%);
  background: -o-linear-gradient(top, #ffe301 0%, #ffbe37 100%);
  background: linear-gradient(top, #ffe301 0%, #ffbe37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start-color', endColorstr='@end-color', GradientType=0);
  padding: 0.8rem 0.75rem;
}
.btn:hover {
  background: #ffbe37;
  background: -webkit-linear-gradient(top, #ffbe37 0%, #ffe301 100%);
  background: -moz-linear-gradient(top, #ffbe37 0%, #ffe301 100%);
  background: -ms-linear-gradient(top, #ffbe37 0%, #ffe301 100%);
  background: -o-linear-gradient(top, #ffbe37 0%, #ffe301 100%);
  background: linear-gradient(top, #ffbe37 0%, #ffe301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start-color', endColorstr='@end-color', GradientType=0);
}
.btn:focus {
  background: #ffbe37;
}
.navbar {
  background: #fff;
  border-top: 10px solid #6d6d6d;
  padding: 0;
}
.navbar .both-block {
  width: 100%;
  position: relative;
}
.navbar .navbar-toggler {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin-top: 4px;
  background: #6d6d6d;
}
.navbar .navbar-toggler .icon-bar:first-child {
  margin-top: 0;
}
.navbar .navbar-toggler:hover .icon-bar {
  background: #678801;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #6d6d6d;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #678801;
}
.navbar .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
  background: #678801;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff;
  background: #678801;
}
.navbar.navbar-home {
  box-shadow: 0px 1px 12px 0 rgba(51, 51, 51, 0.23);
  -moz-box-shadow: 0px 1px 12px 0 rgba(51, 51, 51, 0.23);
  -webkit-box-shadow: 0px 1px 12px 0 rgba(51, 51, 51, 0.23);
  -o-box-shadow: 0px 1px 12px 0 rgba(51, 51, 51, 0.23);
}
.navbar.navbar-home .img-fluid {
  height: 60px;
  width: auto;
}
.navbar.navbar-home .both-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.navbar.navbar-home .both-block .phone {
  margin: 0 30px;
}
#page-top {
  border-bottom: 10px solid #6d6d6d;
}
#page-top .phone {
  color: #678801;
  text-transform: capitalize;
}
#page-top .phone a {
  color: #678801;
}
#page-top .phone a span {
  font-size: 1.5rem;
  background: url('../images/icon-phone.png') left center no-repeat;
  padding-left: 32px;
  line-height: 3rem;
  margin-left: 7px;
  display: inline-block;
}
#page-top .header-body {
  padding-top: 150px;
  background: url('../images/bg_header.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}
#page-top .header-body .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
#page-top .header-body .container .form-wrap {
  background: url('../images/bg-form-head.png') top center repeat-x;
  padding: 45px 10px 20px 10px;
}
#page-top .header-body .container .form-wrap .form-header {
  font-size: 2.25rem;
  line-height: 1.5;
  font-family: 'core_sans_b35_regular';
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #fefefe;
  margin-bottom: 30px;
}
#page-top .header-body .container .form-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-top .header-body .container .form-wrap ul li {
  margin: 10px 0;
}
#page-top .header-body .container .form-wrap #contact_form {
  color: #292929;
  font-size: 1rem;
  font-weight: 600;
}
#page-top .header-body .container .form-wrap #contact_form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  font-family: 'Verdana', sans-serif;
  padding: .8rem .75rem;
}
#page-top .header-body .container .form-wrap #contact_form .form-control::-webkit-input-placeholder {
  color: #a2a2a2 !important;
}
#page-top .header-body .container .form-wrap #contact_form .form-control:-moz-placeholder {
  color: #a2a2a2 !important;
}
#page-top .header-body .container .form-wrap #contact_form .form-control::-moz-placeholder {
  color: #a2a2a2 !important;
}
#page-top .header-body .container .form-wrap #contact_form .form-control:-ms-input-placeholder {
  color: #a2a2a2 !important;
}
#page-top .header-body .container .form-wrap #contact_form .btn {
  margin-top: 45px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.section-header {
  width: 95%;
  padding: 60px 0 40px 0;
  margin: 0 auto;
  border-top: 1px solid #b1b1b1;
}
/**
 * ===============================
 * Icons works Section
 * ===============================
 */
.icons-works {
  padding: 70px 0;
}
.icons-works .each-item {
  text-align: center;
}
/**
 * ===============================
 * Our company
 * ===============================
 */
.our-company {
  padding: 20px 0;
}
.our-company .txt-post .txt-image {
  float: left;
  box-shadow: 8px 8px 0px 0px #909090;
  -moz-box-shadow: 8px 8px 0px 0px #909090;
  -webkit-box-shadow: 8px 8px 0px 0px #909090;
  -o-box-shadow: 8px 8px 0px 0px #909090;
  margin-right: 30px;
  margin-bottom: 30px;
}
.our-company .green-block {
  background: #688801;
  padding: 40px 30px;
}
.our-company .green-block .inform p {
  color: #fffd2e;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-family: 'core_sans_b25_light';
}
/**
 * ===============================
 * Insulation
 * ===============================
 */
.insulation {
  padding-bottom: 40px;
  padding-top: 20px;
}
.insulation .section-header {
  border-top: 0;
}
.insulation .txt-post {
  padding-bottom: 1.5rem;
}
.insulation .txt-post h3 {
  margin-bottom: 0.9375rem;
}
/**
 * ===============================
 * Testimonials
 * ===============================
 */
.blockquote-footer {
  font-size: 0.875rem;
  color: #6d6d6d;
  text-align: center;
  margin-top: 20px;
}
.blockquote-footer:before {
  content: " ";
}
.blockquote-footer cite {
  font-style: normal;
}
.testimonials {
  padding-top: 20px;
}
.testimonials .section-header {
  padding-bottom: 20px;
}
.testimonials .descr {
  color: #6d6d6d;
  width: 100%;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5rem;
  padding-bottom: 40px;
  font-family: 'core_sans_b45_medium';
}
.testimonials .testimonials-block {
  background: #e9ede8;
}
.testimonials .testimonials-block .row {
  padding-left: 40px;
  padding-right: 40px;
}
.testimonials .testimonials-block #owl-testimonials {
  padding: 55px 80px 45px 80px;
  position: relative;
}
.testimonials .testimonials-block #owl-testimonials .blockquote p {
  color: #6d6d6d;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
.testimonials .testimonials-block #owl-testimonials .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  width: 100%;
}
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-prev {
  display: inline-block;
  width: 35px;
  height: 81px;
  background: url('../images/prev.png') center center no-repeat;
  font-size: 0;
  position: absolute;
  top: 0;
  left: -70px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-prev:hover,
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-prev:focus {
  opacity: 0.7;
}
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-next {
  display: inline-block;
  width: 35px;
  height: 81px;
  background: url('../images/next.png') top center no-repeat;
  font-size: 0;
  position: absolute;
  right: 80px;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-next:hover,
.testimonials .testimonials-block #owl-testimonials .owl-nav .owl-next:focus {
  opacity: 0.7;
}
/**
 * ===============================
 * Gallery
 * ===============================
 */
.gallery {
  padding-bottom: 40px;
  padding-top: 20px;
}
.gallery .section-header {
  border-top: 0;
}
.gallery .thumb {
  padding: 15px;
  text-align: center;
}
.gallery .thumb img {
  -webkit-filter: grayscale(0);
  filter: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gallery .thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/**
 * ===============================
 * Collapse Area
 * ===============================
 */
.collapse-area {
  padding-bottom: 60px;
  padding-top: 20px;
}
.collapse-area .section-header {
  border-top: 0;
}
.collapse-area #accordion {
  width: 98%;
  margin: 0 auto;
}
.collapse-area .card {
  border: 0;
}
.collapse-area .card .card-block {
  padding: 15px 60px 20px 70px;
  color: #6d6d6d;
  font-size: 1.0625rem;
}
.collapse-area .card .card-header {
  margin-bottom: 0;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 5px 0;
}
.collapse-area .card .card-header h5 {
  position: relative;
  padding-left: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.collapse-area .card .card-header h5:before {
  content: "";
  display: block;
  width: 60px;
  background: url('../images/bg-collapse.png') center center no-repeat #ffcd00;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.collapse-area .card .card-header a {
  display: block;
  background: url('../images/icon-close.png') right center no-repeat;
  color: #6d6d6d;
  font-size: 1.0625rem;
  padding: 10px 40px 10px 50px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.collapse-area .card .card-header a.collapsed {
  background: url('../images/icon-open.png') right center no-repeat;
}
/**
 * ===============================
 * Keep in touch
 * ===============================
 */
.keep_in_touch {
  padding: 20px 0;
}
.keep_in_touch #touch_form {
  color: #292929;
}
.keep_in_touch #touch_form .form-control {
  border-color: #c5c5c5;
  font-size: 1.0625rem;
  font-family: 'Verdana', sans-serif;
  padding: 0.8rem 0.75rem;
}
.keep_in_touch #touch_form .form-control::-webkit-input-placeholder {
  color: #6d6d6d !important;
}
.keep_in_touch #touch_form .form-control:-moz-placeholder {
  color: #6d6d6d !important;
}
.keep_in_touch #touch_form .form-control::-moz-placeholder {
  color: #6d6d6d !important;
}
.keep_in_touch #touch_form .form-control:-ms-input-placeholder {
  color: #6d6d6d !important;
}
.keep_in_touch #touch_form textarea {
  height: 100%;
}
.keep_in_touch #touch_form .btn {
  margin-top: 45px;
  display: block;
  margin-bottom: 20px;
  background: #678801;
  color: #fefefe;
  font-weight: 400;
  min-width: 320px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.keep_in_touch #touch_form .btn:hover,
.keep_in_touch #touch_form .btn:focus {
  background: #4f6900;
}
.keep_in_touch #touch_form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.keep_in_touch #touch_form ul li {
  margin: 10px 0;
}
.keep_in_touch #touch_form ul li:first-child {
  margin-top: 0;
}
.keep_in_touch #touch_form ul li:last-child {
  margin-bottom: 0;
}
/**
 * ===============================
 * Footer
 * ===============================
 */
.footer {
  background: #6d6d6d;
  color: #fff;
  padding: 30px 0 15px 0;
  font-size: 0.875rem;
}
.footer .footer-brand {
  display: block;
  width: 100%;
  text-align: center;
}
.footer h4 {
  color: #fff;
  font-size: 1.25rem;
}
.footer .copy {
  color: #d4d4d4;
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
  display: block;
  width: 100%;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li a {
  color: #fff;
}
.footer ul li a.footer-phone {
  font-size: 1.125rem;
}
.footer ul.list-social .list-inline-item a {
  background: #545351;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer ul.list-social .list-inline-item a i {
  font-size: 1.3rem;
  line-height: 40px;
}
.footer ul.list-social .list-inline-item a:hover,
.footer ul.list-social .list-inline-item a:focus {
  background: #363635;
}
input.error {
	background-color: #ffc7c7;
}