

body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #fafafa;
  color: gray; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1089ff; }
  a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  color: #000; }

.bg-primary {
  background: #1089ff !important; }

.ftco-section {
  padding: 7rem 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #fff; }



.heading-section-damage {
  font-size: 28px;
  color: #f6921e;
  text-shadow: 0.5rem 1.1rem 0.7rem #000000;
  font-weight: bold;
  opacity: 1;
}  

.bg-hero {
  position: relative;
  max-width: 100%;
  z-index: 0; }
  .bg-hero:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000116;
    opacity: 0.5;
    z-index: -1; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*reasons text*/

.padding-left {
  padding-left: 1rem;
}



.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important; }
  .form-control:focus, .form-control:active {
    border-color: rgba(0, 0, 0, 0.1); }

textarea.form-control {
  height: inherit !important; }

.wrapper {
  width: 100%; }

.contact-wrap {
  background: #fff;
  border-radius: 10px; }

.info-wrap h3 {
  color: #fff; }

.info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px; }
  .info-wrap .dbox:last-child {
    margin-bottom: 0; }
  .info-wrap .dbox p {
    margin-bottom: 0; }
    .info-wrap .dbox p span {
      font-weight: bold;
      color: #ffffff;
      font-size: 1.4rem;
      display: block;
      text-transform: uppercase; }
    .info-wrap .dbox p a {
      color: rgba(255, 255, 255, 0.7); }
  .info-wrap .dbox .icon {
    margin-top: 10px;
    font-size: 2rem; }
    .info-wrap .dbox .icon span {
      font-size: 24px;
      color: #fff; }
  .info-wrap .dbox .text {
    width: 100%; }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #1089ff !important;
    border-color: #1089ff !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #006fdc !important;
      background: #006fdc !important; }

.form-heading {
  font-size: 1.7rem;
  font-weight: bold;
}      

#contactForm-damage .error {
  color: red;
  font-size: 15px;
  border: 1px solid red }

#contactForm-damage .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500; }

@media (max-width: 768px) {
  .heading-box {
    width: 100%;
  }

  .heading-section-damage {
    font-size: 24px;
  }

  .dbox {
    border-bottom: 0.1rem solid #f6921e;
    padding-bottom: 1rem;
  }

  .last-dbox {
    border-bottom: none;
  }

  .contact-wrap {
    margin-top: 2rem;
  }
}    

@media (min-width: 970px) {
    .storm-padding {
      padding-top: 5rem;
    }
}    



@media (min-width: 1200px) {
  .storm-padding {
    padding-top: 8rem;
  }
}  

