/* @import 'reset.css'; */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap");

* {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}
body {
  margin: 8px 0px 0px 0px;
}
.g:after,
.types div:after {
  content: "";
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4 {
  text-align: center;
  line-height: 1.2;
}
h2 {
  font-size: 30px;
}
p {
  font-family: "Open Sans";
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}
a {
  border-radius: 5px;
  text-decoration: none;
}
#wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5px 5px 0px 5px;
}

/*::::::::::: Heading Colors ::::::::::::*/
.types h2,
.benefits h3,
.copy h1,
.fa-2x,
h2 {
  color: #253163;
}

/*:::::::::::::: HEADER :::::::::::::::::*/
header a {
  font-family: "Open Sans", sans-serif;
  color: #e84545;
  font-size: 24px;
}
header {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.logo {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 30px;
  float: left;
  height: auto;
  width: 300px;
}
.logo img {
  max-width: 300px;
  width: 100%;
}
.info {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  float: right;
  padding: 10px;
}

.bh {
  color: #6f9800;
  /* background: linear-gradient(#fff, #eee); */
  padding: 5px 20px;
  font-weight: bold !important;
  font-size: 12px;
  text-transform: none;
  box-shadow: 0 8px 6px -6px #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: 7px;
}
.bh span {
  animation: fade 1s infinite;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
}
@keyframes fade {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/*:::::::::::::: OFFER ::::::::::::::::::*/

.imageoffer {
  min-height: 440px;
  background-size: cover;
  margin-top: 35px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  background-position: center !important;
}
.obox {
  height: 350px;
  width: 590px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  text-align: center;
  position: relative;
}
.obox h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  margin: 0px;
}
.obox p {
  color: #8d8d8d;
  font-size: 18px;
}
.obox span {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
}
.obox a {
  display: inline-block;
  background: linear-gradient(#d51e26, #ff010b);
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 13px;
}
.obox strong {
  color: #333;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79a70a;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79a70a;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.price {
  font-style: italic;
  margin: 0px;
  display: inline-block;
}
.price span {
  font-style: normal;
  color: #333;
}

/*:::::::::::::: TESTIMONIALS ::::::::::::::::::::*/

.testimonials h2 {
  text-transform: uppercase;
  color: #333;
  text-align: center;
}
.testimonials {
  column-count: 2;
  column-gap: 15px;
  column-fill: auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.customer-review {
  display: inline-block;
  padding: 30px;
  margin: 0px 0px 30px 15px;
}
.rating {
  color: #cc1d25;
  font-style: normal;
}
blockquote {
  margin: 15px 18px;
}

/*::::::::::::: COPY ::::::::::::::::::::::*/

.copy p {
  font-size: 16px;
}

/*::::::::::::: PRODUCT TYPES ::::::::::::::::::::::*/

.types svg,
.types .svg {
  width: 200px;
  float: left;
  padding-bottom: 60px;
  fill: #666;
}
.types h2 {
  padding-top: 20px;
  text-align: left;
}
.types div {
  border-bottom: 1px solid #ddd;
}
.types div p {
  overflow: hidden;
}

/*::::::::::::: BENEFITS ::::::::::::::::::::::*/

.images {
  margin-top: 40px;
}
.images img {
  max-width: 32.5%;
  width: 32.5%;
}
.benefits {
  text-align: center;
}
.benefits img {
  width: 100%;
}
.benefits div {
  width: 32.5%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0px;
}
.benefits div h3 {
  text-align: left;
}
.benefits p,
.benefits ul li {
  text-align: left;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 7px;
}

/*::::::::::::: ESTIMATE ::::::::::::::::::::::*/

.estimate {
  background: #0529b5 url(gray-bg.png) top left;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.estimate h4 {
  padding-top: 30px;
  font-size: 23px;
}
.estimate a {
  display: inline-block;
  background: linear-gradient(#d51e26, #ff010b);
  margin-bottom: 30px;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  border: 2px solid #fff;
}

/*:::::::::::::: FOOTER ::::::::::::::::::::::*/
.footer {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.footer div {
  float: left;
  width: 50%;
  padding: 5%;
  text-align: center;
}
.footer img {
  max-width: 300px;
}
table {
  margin: 0 auto;
}
.footer td {
  text-align: center;
}
table.hours td b.highlight {
  margin-left: -10px;
}
table.hours tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}
table.hours tr {
  line-height: 2;
}
table.hours tr td {
  padding: 0px 10px !important;
}
.foot {
  background: url(bg-icon40.png), linear-gradient(#222, #4e0000);
  color: #fff;
  text-align: center;
  padding: 40px 20px 100px 20px;
  border-bottom: 10px solid #a00;
  text-shadow: 0px 2px 6px #000;
}
.foot a {
  color: #ff5e64;
}
.foot img {
  vertical-align: middle;
  width: 150px;
  margin-left: 5px;
}

.svg {
  padding: 22px !important;
  text-align: center;
  border: 0 !important;
}

.svg img {
  max-width: 100%;
}

/*:::::::::::::::: MODAL POPUP :::::::::::::::::::::::::*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}
.modal-overlay.state-show {
  opacity: 0.7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: absolute;
  top: 0;
  left: -380px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 500000;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: fixed;
  padding: 30px;
  background-color: #54565c;
  border: 5px solid #fff;
  min-width: 320px;
  max-width: 400px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  top: 90px;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #435061 url(modalbg.png) -267px -45px;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  z-index: 1;
}
.modal-inset .close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.modal-body h3 {
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #f2594b;
  text-align: center;
}
.modal-body p {
  padding-bottom: 20px;
}
.modal-body .ps {
  font-size: 12px;
  opacity: 0.3;
}

#fo4li7 div {
  width: 95% !important;
}

.confirm h2 {
  font-family: inherit;
  color: #fff;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@-webkit-keyframes Page {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Page {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes Contact {
  0% {
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes Contact {
  0% {
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swell {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes swell {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*::::::::::::::::END MODAL::::::::::::::::::::::::*/

/* 10-10-19 */
div#wrapper {
  padding: 0;
}
body {
  margin-top: 0;
}
.estimate {
  background-color: #ff0003 !important;
}
.estimate a {
  background: #fff;
  color: #000 !important;
}

/* 21-10-19 */
section.sliders_img_wrp {
  background: #000;
  background-image: url("_assets/img/slides/special-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}

.sliders_img_wrp {
  margin-top: 50px;
}
.sliders_img_wrp .slide_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section.sliders_img_wrp img {
  max-width: 100%;
}
.img_wraper .content {
  position: absolute;
  left: 0;
  border: 4px solid #fff;
  background-color: rgba(255, 255, 255, 0.61);
  text-align: center;
  min-height: 500px;
  padding: 26px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img_wraper .content .title {
  margin-bottom: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #aa0303;
  font-size: 2.4vw;
}
.img_wraper .content .subtitle {
  font-size: 24px;
  line-height: 26px;
}

.img_wraper .content hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px;
  min-height: 2px;
  border-top: 2px solid #aa0303;
}

.img_wraper .content .middle-text {
  color: #000;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}
.img_wraper .content .bottom-text {
  font-size: 18px;
  line-height: 22px;
}
.img_wraper .content .bottom-text strong {
  color: #aa0303;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
.img_wraper .content .btn-primary {
  border: 1px solid #aa0303;
  background-color: #aa0303;
  color: #fff;
  padding: 1.125em 1.75em;
  font-weight: 900;
  border-radius: 0;
}
.img_wraper {
  position: relative;
}

.img_wraper figure {
  margin: 0;
}
.img_wraper .content .subtitle strong {
  font-weight: 900;
}
.img_wraper .content .btn-primary:hover {
  background: #000000 !important;
  border-color: #000000;
}
.img_wraper .content .bottom-text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 668px) {
  .testimonials {
    column-count: 1;
  }
  .benefits div {
    width: 100%;
    padding-right: 0px;
  }
  .benefits div h3 {
    text-align: center;
    font-size: 24px;
  }
  .types svg {
    width: 100%;
    padding-bottom: 0px;
  }
  .types h2 {
    text-align: center;
  }

  .logo,
  .info {
    float: none;
    margin-bottom: 0px;
  }
  .obox {
    width: 300px;
    max-width: 300px;
  }
  .obox p {
    font-size: 13px;
  }

  .modal-frame {
    left: -345px;
  }
  .modal-inset {
    top: 0px !important;
    padding: 10px !important;
  }

  .footer div {
    width: 100%;
  }

  /*--new css--*/

  .obox h2 {
    font-size: 20px;
  }

  .obox a {
    padding: 14px 20px; 
  }

  .obox p {
   line-height:1.4;
  }

  .imageoffer span{
    font-size:15px!important;
  }

  h2 {
      font-size: 21px;
  }

   .copy h1, .fa-2x, h2 {
    color: #b31a1c;
    padding: 0px 15px;
    font-size: 22px;
  }

.copy p {
    font-size: 15px;
    padding: 0px 15px;
    text-align: justify;
  }

  .colum-3 .container-fluid .row{
    display:flex;
    flex-direction: column;
  }

  .colum-3 .container-fluid .row .service-col-1{
    width:100% !important;
  }

  .colum-3 .container-fluid .row .service-col-1 .design_data{

    padding: 10px !important;
  }

  .copy .container .row .col-md-8{
    width:100%!important;
  }

  .copy .container .row .col-md-4{
    width:100%!important;
    text-align: center;

  }

  .copy .container .row .col-md-5{
    width:100%!important;
  }

  .copy .container .row .col-md-5 img{
    width:100%!important;
  }

  .copy .container .row .col-md-7{
    width:100%!important;
  }

  .footer p{
    margin:0px!important;
  }

  .design_data {
    border-bottom: 7px solid #fff;
}

.benefits p, .benefits ul li{
  text-align:justify;
  padding: 10px 15px;
}

.img_wraper .content {
  min-height: 145px;
  
  }

  .types div p {
    overflow: hidden;
    padding: 0px 15px;
    text-align: justify;
}

}

/* footer { background:#f5f5f5; padding: 20px; } */
