/* Bootstrap framework */
@import url(../css/bootstrap-3.3.7/css/bootstrap.min.css);
/* Google fonts */
@import url("https://fonts.googleapis.com/css?family=Domine:400,700|Poppins:300,400,500,600");
/* Icon fonts */
@import url(../icons/material/material-design.min.css);
/* Animate.css */
@import url(../css/animate.css);
/* Slick carousel */
@import url(../css/slick/slick.css);
@import url(../css/slick/slick-theme.css);

.header-logo {
  display: none;
  background: #ffffff;
}

@media only screen and (min-width:0px) and (max-width:767px) {
  .header-logo {
    display: block;
  }
  .header-logo img {
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .slick-arrow {
      display: none !important;
  }
}

.slick-prev:before, .slick-next:before {
  color: #bf1e2e;
}

.bg-light{
  background: #dddddd !important;
}
.bg-white {
  background: white !important;
}

.bg-primary {
  background: #bf1e2e !important;
  background: -webkit-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -moz-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -o-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: linear-gradient(250deg, #bf1e2e, #ff1e2e) !important;
}

.bg-primary.lighten-1 {
  background: #ff1e2e !important;
}

.bg-primary.lighten-2 {
  background: #4fffe8 !important;
}

.bg-primary.lighten-3 {
  background: #6dffff !important;
}

.bg-primary.lighten-4 {
  background: #8bffff !important;
}

.bg-primary.lighten-5 {
  background: #a9ffff !important;
}

.bg-primary.darken-1 {
  background: #00c98e !important;
}

.bg-primary.darken-2 {
  background: #00ab70 !important;
}

.bg-primary.darken-3 {
  background: #008d52 !important;
}

.bg-primary.darken-4 {
  background: #006f34 !important;
}

.bg-primary.darken-5 {
  background: #005116 !important;
}

.bg-grey {
  background: #9e9e9e !important;
}

.bg-grey.lighten-1 {
  background: #bcbcbc !important;
}

.bg-grey.lighten-2 {
  background: #dadada !important;
}

.bg-grey.lighten-3 {
  background: #f8f8f8 !important;
}

.bg-grey.lighten-4 {
  background: white !important;
}

.bg-grey.lighten-5 {
  background: white !important;
}

.bg-grey.darken-1 {
  background: #d62518 !important;
}

.bg-grey.darken-2 {
  background: #b80700 !important;
}

.bg-grey.darken-3 {
  background: #9a0000 !important;
}

.bg-grey.darken-4 {
  background: #7c0000 !important;
}

.bg-grey.darken-5 {
  background: #5e0000 !important;
}

.bg-blue {
  background: #03a9f4;
}

.bg-blue.lighten-1 {
  background: #21c7ff !important;
}

.bg-blue.lighten-2 {
  background: #3fe5ff !important;
}

.bg-blue.lighten-3 {
  background: #5dffff !important;
}

.bg-blue.lighten-4 {
  background: #7bffff !important;
}

.bg-blue.lighten-5 {
  background: #99ffff !important;
}

.bg-blue.darken-1 {
  background: #008bd6 !important;
}

.bg-blue.darken-2 {
  background: #006db8 !important;
}

.bg-blue.darken-3 {
  background: #004f9a !important;
}

.bg-blue.darken-4 {
  background: #00317c !important;
}

.bg-blue.darken-5 {
  background: #00135e !important;
}

.bg-green {
  background: #4caf50 !important;
}

.bg-green.lighten-1 {
  background: #6acd6e !important;
}

.bg-green.lighten-2 {
  background: #88eb8c !important;
}

.bg-green.lighten-3 {
  background: #a6ffaa !important;
}

.bg-green.lighten-4 {
  background: #c4ffc8 !important;
}

.bg-green.lighten-5 {
  background: #e2ffe6 !important;
}

.bg-green.darken-1 {
  background: #2e9132 !important;
}

.bg-green.darken-2 {
  background: #107314 !important;
}

.bg-green.darken-3 {
  background: #005500 !important;
}

.bg-green.darken-4 {
  background: #003700 !important;
}

.bg-green.darken-5 {
  background: #001900 !important;
}

.bg-orange {
  background: #ff9800 !important;
}

.bg-orange.lighten-1 {
  background: #ffb61e !important;
}

.bg-orange.lighten-2 {
  background: #ffd43c !important;
}

.bg-orange.lighten-3 {
  background: #fff25a !important;
}

.bg-orange.lighten-4 {
  background: #ffff78 !important;
}

.bg-orange.lighten-5 {
  background: #ffff96 !important;
}

.bg-orange.darken-1 {
  background: #e17a00 !important;
}

.bg-orange.darken-2 {
  background: #c35c00 !important;
}

.bg-orange.darken-3 {
  background: #a53e00 !important;
}

.bg-orange.darken-4 {
  background: #872000 !important;
}

.bg-orange.darken-5 {
  background: #690200 !important;
}

.bg-red {
  background: #f44336 !important;
}

.bg-red.lighten-1 {
  background: #ff6154 !important;
}

.bg-red.lighten-2 {
  background: #ff7f72 !important;
}

.bg-red.lighten-3 {
  background: #ff9d90 !important;
}

.bg-red.lighten-4 {
  background: #ffbbae !important;
}

.bg-red.lighten-5 {
  background: #ffd9cc !important;
}

.bg-red.darken-1 {
  background: #d62518 !important;
}

.bg-red.darken-2 {
  background: #b80700 !important;
}

.bg-red.darken-3 {
  background: #9a0000 !important;
}

.bg-red.darken-4 {
  background: #7c0000 !important;
}

.bg-red.darken-5 {
  background: #5e0000 !important;
}

.text-white {
  color: white !important;
}

.text-primary {
  color: #bf1e2e;
}

.text-primary.lighten-1 {
  color: #ff1e2e !important;
}

.text-primary.lighten-2 {
  color: #4fffe8 !important;
}

.text-primary.lighten-3 {
  color: #6dffff !important;
}

.text-primary.lighten-4 {
  color: #8bffff !important;
}

.text-primary.lighten-5 {
  color: #a9ffff !important;
}

.text-primary.darken-1 {
  color: #00c98e !important;
}

.text-primary.darken-2 {
  color: #00ab70 !important;
}

.text-primary.darken-3 {
  color: #008d52 !important;
}

.text-primary.darken-4 {
  color: #006f34 !important;
}

.text-primary.darken-5 {
  color: #005116 !important;
}

.text-blue {
  color: #03a9f4 !important;
}

.text-grey {
  color: #9e9e9e !important;
}

.text-red {
  color: #f44336 !important;
}

.text-green {
  color: #4caf50 !important;
}

.text-orange {
  color: #ff9800 !important;
}

/* utility.scss */
/* margin (0px - 100px) */
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

/* margin-top (0px - 100px) */
.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

/* margin-bottom (0px - 100px) */
.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

/* margin-left (0px - 100px) */
.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

/* margin-right (0px - 100px) */
.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

/* margin-top & margin-bottom (0px - 100px) */
.m-t-b-0 {
  margin: 0px 0 !important;
}

.m-t-b-5 {
  margin: 5px 0 !important;
}

.m-t-b-10 {
  margin: 10px 0 !important;
}

.m-t-b-15 {
  margin: 15px 0 !important;
}

.m-t-b-20 {
  margin: 20px 0 !important;
}

.m-t-b-25 {
  margin: 25px 0 !important;
}

.m-t-b-30 {
  margin: 30px 0 !important;
}

.m-t-b-35 {
  margin: 35px 0 !important;
}

.m-t-b-40 {
  margin: 40px 0 !important;
}

.m-t-b-45 {
  margin: 45px 0 !important;
}

.m-t-b-50 {
  margin: 50px 0 !important;
}

.m-t-b-55 {
  margin: 55px 0 !important;
}

.m-t-b-60 {
  margin: 60px 0 !important;
}

.m-t-b-65 {
  margin: 65px 0 !important;
}

.m-t-b-70 {
  margin: 70px 0 !important;
}

.m-t-b-75 {
  margin: 75px 0 !important;
}

.m-t-b-80 {
  margin: 80px 0 !important;
}

.m-t-b-85 {
  margin: 85px 0 !important;
}

.m-t-b-90 {
  margin: 90px 0 !important;
}

.m-t-b-95 {
  margin: 95px 0 !important;
}

.m-t-b-100 {
  margin: 100px 0 !important;
}

/* margin-left & margin-right (0px - 100px) */
.m-l-r-0 {
  margin: 0 0px !important;
}

.m-l-r-5 {
  margin: 0 5px !important;
}

.m-l-r-10 {
  margin: 0 10px !important;
}

.m-l-r-15 {
  margin: 0 15px !important;
}

.m-l-r-20 {
  margin: 0 20px !important;
}

.m-l-r-25 {
  margin: 0 25px !important;
}

.m-l-r-30 {
  margin: 0 30px !important;
}

.m-l-r-35 {
  margin: 0 35px !important;
}

.m-l-r-40 {
  margin: 0 40px !important;
}

.m-l-r-45 {
  margin: 0 45px !important;
}

.m-l-r-50 {
  margin: 0 50px !important;
}

.m-l-r-55 {
  margin: 0 55px !important;
}

.m-l-r-60 {
  margin: 0 60px !important;
}

.m-l-r-65 {
  margin: 0 65px !important;
}

.m-l-r-70 {
  margin: 0 70px !important;
}

.m-l-r-75 {
  margin: 0 75px !important;
}

.m-l-r-80 {
  margin: 0 80px !important;
}

.m-l-r-85 {
  margin: 0 85px !important;
}

.m-l-r-90 {
  margin: 0 90px !important;
}

.m-l-r-95 {
  margin: 0 95px !important;
}

.m-l-r-100 {
  margin: 0 100px !important;
}

/* padding (0px - 100px) */
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

/* padding-top (0px - 100px) */
.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

/* padding-bottom (0px - 100px) */
.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

/* padding-left (0px - 100px) */
.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

/* padding-right (0px - 100px) */
.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/* padding-top & padding-bottom (0px - 100px) */
.p-t-b-0 {
  padding: 0px 0 !important;
}

.p-t-b-5 {
  padding: 5px 0 !important;
}

.p-t-b-10 {
  padding: 10px 0 !important;
}

.p-t-b-15 {
  padding: 15px 0 !important;
}

.p-t-b-20 {
  padding: 20px 0 !important;
}

.p-t-b-25 {
  padding: 25px 0 !important;
}

.p-t-b-30 {
  padding: 30px 0 !important;
}

.p-t-b-35 {
  padding: 35px 0 !important;
}

.p-t-b-40 {
  padding: 40px 0 !important;
}

.p-t-b-45 {
  padding: 45px 0 !important;
}

.p-t-b-50 {
  padding: 50px 0 !important;
}

.p-t-b-55 {
  padding: 55px 0 !important;
}

.p-t-b-60 {
  padding: 60px 0 !important;
}

.p-t-b-65 {
  padding: 65px 0 !important;
}

.p-t-b-70 {
  padding: 70px 0 !important;
}

.p-t-b-75 {
  padding: 75px 0 !important;
}

.p-t-b-80 {
  padding: 80px 0 !important;
}

.p-t-b-85 {
  padding: 85px 0 !important;
}

.p-t-b-90 {
  padding: 90px 0 !important;
}

.p-t-b-95 {
  padding: 95px 0 !important;
}

.p-t-b-100 {
  padding: 100px 0 !important;
}

/* padding-left & padding-right (0px - 100px) */
.p-l-r-0 {
  padding: 0 0px !important;
}

.p-l-r-5 {
  padding: 0 5px !important;
}

.p-l-r-10 {
  padding: 0 10px !important;
}

.p-l-r-15 {
  padding: 0 15px !important;
}

.p-l-r-20 {
  padding: 0 20px !important;
}

.p-l-r-25 {
  padding: 0 25px !important;
}

.p-l-r-30 {
  padding: 0 30px !important;
}

.p-l-r-35 {
  padding: 0 35px !important;
}

.p-l-r-40 {
  padding: 0 40px !important;
}

.p-l-r-45 {
  padding: 0 45px !important;
}

.p-l-r-50 {
  padding: 0 50px !important;
}

.p-l-r-55 {
  padding: 0 55px !important;
}

.p-l-r-60 {
  padding: 0 60px !important;
}

.p-l-r-65 {
  padding: 0 65px !important;
}

.p-l-r-70 {
  padding: 0 70px !important;
}

.p-l-r-75 {
  padding: 0 75px !important;
}

.p-l-r-80 {
  padding: 0 80px !important;
}

.p-l-r-85 {
  padding: 0 85px !important;
}

.p-l-r-90 {
  padding: 0 90px !important;
}

.p-l-r-95 {
  padding: 0 95px !important;
}

.p-l-r-100 {
  padding: 0 100px !important;
}

/* height (50px - 500px) */
.h-50 {
  height: 50px !important;
}

.h-100 {
  height: 100px !important;
}

.h-150 {
  height: 150px !important;
}

.h-200 {
  height: 200px !important;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

/* height (50px - 200px) */
.w-20 {
  width: 20px !important;
  display: inline-block;
}

.w-40 {
  width: 40px !important;
  display: inline-block;
}

.w-60 {
  width: 60px !important;
  display: inline-block;
}

.w-80 {
  width: 80px !important;
  display: inline-block;
}

.w-100 {
  width: 100px !important;
  display: inline-block;
}

/* font-size (10px - 50px) */
.f-s-10 {
  font-size: 10px !important;
}

.f-s-11 {
  font-size: 11px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-15 {
  font-size: 15px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-17 {
  font-size: 17px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-19 {
  font-size: 19px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-21 {
  font-size: 21px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-23 {
  font-size: 23px !important;
}

.f-s-24 {
  font-size: 24px !important;
}

.f-s-25 {
  font-size: 25px !important;
}

.f-s-26 {
  font-size: 26px !important;
}

.f-s-27 {
  font-size: 27px !important;
}

.f-s-28 {
  font-size: 28px !important;
}

.f-s-29 {
  font-size: 29px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.f-s-31 {
  font-size: 31px !important;
}

.f-s-32 {
  font-size: 32px !important;
}

.f-s-33 {
  font-size: 33px !important;
}

.f-s-34 {
  font-size: 34px !important;
}

.f-s-35 {
  font-size: 35px !important;
}

.f-s-36 {
  font-size: 36px !important;
}

.f-s-37 {
  font-size: 37px !important;
}

.f-s-38 {
  font-size: 38px !important;
}

.f-s-39 {
  font-size: 39px !important;
}

.f-s-40 {
  font-size: 40px !important;
}

.f-s-41 {
  font-size: 41px !important;
}

.f-s-42 {
  font-size: 42px !important;
}

.f-s-43 {
  font-size: 43px !important;
}

.f-s-44 {
  font-size: 44px !important;
}

.f-s-45 {
  font-size: 45px !important;
}

.f-s-46 {
  font-size: 46px !important;
}

.f-s-47 {
  font-size: 47px !important;
}

.f-s-48 {
  font-size: 48px !important;
}

.f-s-49 {
  font-size: 49px !important;
}

.f-s-50 {
  font-size: 50px !important;
}

.hover-effect {
  position: relative;
  overflow: hidden;
}

.hover-effect .hover-effect-item {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  padding: 40px;
  color: #a9ffff;
}

.hover-effect .hover-effect-item h5 {
  margin: 0;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: uppercase;
}

.hover-effect:hover .hover-effect-item {
  bottom: 0;
  opacity: 1;
}

.hover-effect:hover:before {
  -webkit-transform: scale(100, 100);
     -moz-transform: scale(100, 100);
      -ms-transform: scale(100, 100);
       -o-transform: scale(100, 100);
          transform: scale(100, 100);
  left: 50%;
  top: 50%;
}

.hover-effect:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  left: -10px;
  background: #bf1e2e !important;
  background: rgba(19, 231, 172, 0.9) !important;
  position: absolute;
  top: -10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
     animation: blink 0.7s infinite;
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.effectHidden {
  visibility: hidden;
}

body.left-sidebar {
  padding-top: 0;
  padding-left: 250px;
}

body.left-sidebar nav.navbar {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  overflow: auto;
}

body.left-sidebar nav.navbar .container {
  display: block;
  width: 100%;
}

body.left-sidebar nav.navbar .navbar-brand {
  float: none;
  display: block;
  text-align: center;
  margin-top: 20px !important;
}

body.left-sidebar nav.navbar ul.nav.navbar-nav {
  margin: 0;
  padding: 15px 0;
  float: none;
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li {
  display: inherit;
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li a {
  height: auto;
  line-height: inherit;
  padding: 10px 30px;
  text-align: center;
}

body.left-sidebar nav.navbar.open {
  left: 0;
}

body.right-sidebar {
  padding-top: 0;
  padding-right: 250px;
}

body.right-sidebar nav.navbar {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 250px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  overflow: auto;
}

body.right-sidebar nav.navbar .container {
  display: block;
  width: 100%;
}

body.right-sidebar nav.navbar .navbar-brand {
  float: none;
  display: block;
  text-align: center;
  margin-top: 20px !important;
}

body.right-sidebar nav.navbar ul.nav.navbar-nav {
  margin: 0;
  padding: 15px 0;
  float: none;
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li {
  display: inherit;
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li a {
  height: auto;
  line-height: inherit;
  padding: 10px 30px;
  text-align: center;
}

body.right-sidebar nav.navbar.open {
  right: 0;
}

body.right-sidebar a.responsive-button {
  left: 30px;
}

.loader {
  background: white;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}

.loader .loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader .loader__figure {
  height: 0;
  width: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #bf1e2e;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
     animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background: #bf1e2e;
  }
  29% {
    background: #bf1e2e;
  }
  30% {
    height: 2em;
    width: 2em;
    background: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background: transparent;
  }
}

@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background: #bf1e2e;
  }
  29% {
    background: #bf1e2e;
  }
  30% {
    height: 2em;
    width: 2em;
    background: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background: transparent;
  }
}

@-o-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background: #bf1e2e;
  }
  29% {
    background: #bf1e2e;
  }
  30% {
    height: 2em;
    width: 2em;
    background: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background: transparent;
  }
}

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background: #bf1e2e;
  }
  29% {
    background: #bf1e2e;
  }
  30% {
    height: 2em;
    width: 2em;
    background: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background: transparent;
  }
}

html, body {
  height: 100% !important;
}

body {
  background: #eeeeee;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
  padding-top: 58px;
  overflow-x: hidden;
  color: #404040;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #999999;
  font-weight: 400;
  cursor: pointer;
}

.form-group .form-control {
  font-size: 14px;
  border: none;
  background: none;
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #dddddd;
  height: 45px;
  padding-left: 0;
  padding-top: 0;
}

.form-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  border-color: #bf1e2e;
}

textarea.form-control {
  resize: none;
  overflow: hidden;
  min-height: 80px;
}

a {
  color: #bf1e2e;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #ff1e2e;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

blockquote {
  border: none;
  margin: 0;
  padding-bottom: 0;
  color: #414141;
}

blockquote:before {
  content: '\201C';
  margin-right: 8px;
}

blockquote:after {
  content: '\201D';
  margin-left: 8px;
}

blockquote:before, blockquote:after {
  color: #bf1e2e;
  font-size: 30px;
  vertical-align: top;
  font-family: monospace;
}

.icon {
  font-size: 35px;
  margin-bottom: 20px;
}

.icon.lg {
  font-size: 45px;
}

.icon.sm {
  font-size: 25px;
}

.icon.circle-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -moz-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -o-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: linear-gradient(250deg, #bf1e2e, #ff1e2e) !important;
  color: white;
}

.icon.circle-icon.lg {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.icon.circle-icon.sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

ul.simple, ul.table, .post-sidebar ul {
  padding: 0;
}

ul.simple li, ul.table li, .post-sidebar ul li {
  padding: 1px 0;
  list-style-type: none;
}

ul.table {
  margin-bottom: 20px !important;
}

ul.table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #a7a9ac;
}

ul.table li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.table li span {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
     -moz-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

ul.table li span:last-child {
  color: #878787;
}

ul.table:after {
  content: '';
  display: block;
  clear: both;
}

ul.star {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

ul.star li {
  display: inline-block;
  padding: 0 5px;
}

ul.star li:first-child {
  padding-left: 0;
}

ul.star li:last-child {
  padding-right: 0;
}

ul.star li.disabled:before {
  content: '\f27c';
}

ul.star li:before {
  content: '\f27d';
  font-family: Material-Design-Iconic-Font;
  color: #ff9800;
  font-size: 18px;
}

ul.check-list {
  padding: 0;
}

ul.check-list li {
  list-style-type: none;
  padding: 1px 0;
}

ul.check-list li:before {
  content: '\f26b';
  margin-right: 8px;
  font-family: Material-Design-Iconic-Font;
}

ul.pagination {
  border: none;
}

ul.pagination li a {
  margin: 0 2px;
  border: none;
  background: none;
  color: #404040;
  padding: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

ul.pagination li.active a {
  background: #dddddd;
  color: #404040;
  font-weight: 500;
}

ul.pagination li.active a:hover, ul.pagination li.active a:focus {
  background: #dddddd;
  color: #404040;
}

.italic {
  font-style: italic;
}

img:not(.media-object) {
  max-width: 100%;
}

.media .media-left {
  padding-right: 20px;
}

.media .media-left img.media-object {
  width: 100px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.btn {
  border: none;
}

.slick-slide:focus {
  outline: none;
}

span[data-effect] {
  display: inline-block;
}

figure {
  margin-bottom: 30px;
}

.content-row {
  margin-bottom: 30px;
}

ul.nav.nav-tabs li {
  float: none;
  display: inline-block;
}

ul.nav.nav-tabs li.active a {
  color: #bf1e2e;
  border-bottom: 1px solid #bf1e2e;
}

ul.nav.nav-tabs li.active a:hover {
  background: none;
  border: none;
  border-bottom: 1px solid #bf1e2e;
}

ul.nav.nav-tabs li.active a:focus {
  border-bottom: 1px solid #bf1e2e;
}

ul.nav.nav-tabs li a {
  background: none;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  color: #404040;
  padding: 15px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  margin: 0;
}

ul.nav.nav-tabs li a:hover {
  color: #bf1e2e;
  border-bottom-color: #bf1e2e;
}

ul.nav.nav-tabs li a:focus {
  background: none;
  border: none;
  color: #bf1e2e;
  border-bottom: 1px solid #bf1e2e;
}

.tab-content {
  padding: 10px 0;
}

.accordion-group {
  border: 1px solid #eeeeee;
  border-bottom: none;
}

.accordion-group .accordion {
  background: white;
}

.accordion-group .accordion.active a.accordion-title:before {
  content: '\f273';
  font-family: Material-Design-Iconic-Font;
}

.accordion-group .accordion.active .accordion-body {
  display: inherit;
}

.accordion-group .accordion:last-child:not(.active) .accordion-body {
  border: none;
}

.accordion-group .accordion a.accordion-title {
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #eeeeee;
  color: #777777;
}

.accordion-group .accordion a.accordion-title:hover {
  color: #333333;
}

.accordion-group .accordion a.accordion-title:before {
  content: '\f278';
  font-family: Material-Design-Iconic-Font;
  margin-right: 10px;
}

.accordion-group .accordion .accordion-body {
  border-bottom: 1px solid #eeeeee;
  display: none;
  padding: 15px 20px;
}

.btn {
  background: #bf1e2e;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.btn:focus {
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  color: white;
  outline: none !important;
}

.btn:hover {
  color: white;
  background: #ff1e2e;
}

.btn.btn-sm {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}

.btn.btn-lg {
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
}

.btn.btn-outline {
  background: none;
  border: 1px solid #bf1e2e;
  color: #bf1e2e;
}

.btn.btn-outline:hover, .btn.btn-outline:active {
  background: #bf1e2e;
  color: white;
}

ul.social-buttons {
  margin: 0;
  padding: 0;
}

ul.social-buttons li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

ul.social-buttons li:last-child {
  margin-right: 0;
}

ul.social-buttons li:first-child {
  margin-left: 0;
}

ul.social-buttons li a {
  color: white;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: -webkit-border-radius .3s;
  transition: -webkit-border-radius .3s;
  -o-transition: border-radius .3s;
  -moz-transition: border-radius .3s, -moz-border-radius .3s;
  transition: border-radius .3s;
  transition: border-radius .3s, -webkit-border-radius .3s, -moz-border-radius .3s;
  font-size: 16px;
}

ul.social-buttons li a.facebook {
  background: #3b5999;
  color: white;
}

ul.social-buttons li a.twitter {
  background: #55acee;
  color: white;
}

ul.social-buttons li a.google {
  background: #dd4b39;
  color: white;
}

ul.social-buttons li a.skype {
  background: #00AFF0;
  color: white;
}

ul.social-buttons li a.youtube {
  background: #cd201f;
  color: white;
}

ul.social-buttons li a.flickr {
  background: #ff0084;
  color: white;
}

ul.social-buttons li a.linkedin {
  background: #0077B5;
  color: white;
}

ul.social-buttons li a.whatsapp {
  background: #25D366;
  color: white;
}

ul.social-buttons.sm li {
  margin: 0 3px;
}

ul.social-buttons.sm li:last-child {
  margin-right: 0;
}

ul.social-buttons.sm li:first-child {
  margin-left: 0;
}

ul.social-buttons.sm li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 13px;
}

.responsive-button, .scrollTop-button {
  cursor: pointer;
  position: fixed;
  display: inline-block;
  background: #bf1e2e;
  color: white;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
  opacity: 0;
}

.responsive-button:before, .scrollTop-button:before {
  font-family: Material-Design-Iconic-Font;
}

.responsive-button:hover, .responsive-button:focus, .scrollTop-button:hover, .scrollTop-button:focus {
  color: white;
  -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  background: #ff1e2e;
}

.responsive-button {
  top: 30px;
}

.responsive-button:before {
  content: '\f197';
}

.scrollTop-button {
  bottom: -30px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.scrollTop-button:before {
  content: '\f303';
}

.scrollTop-button.visible {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.counter {
  text-align: center;
}

.counter h3 {
  margin-bottom: 10px;
  font-weight: 500;
}

.counter .counter-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.counter .counter-title:after {
  content: '';
  border-bottom: 1px solid #cdcdcd;
  display: table;
  margin: auto;
  width: 50px;
  margin-top: 15px;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s;
}

.counter.text-white .counter-title:after {
  border-color: white;
}

.counter.text-center .counter-title:after {
  margin-right: auto;
  margin-left: auto;
}

.counter.text-right .counter-title:after {
  margin-left: auto;
}

.counter:hover .counter-title::after {
  width: 80%;
  border-bottom-color: #bf1e2e;
}

.portfolio nav.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}

.portfolio nav.portfolio-filter ul {
  padding: 0;
  margin: 0;
}

.portfolio nav.portfolio-filter ul li {
  list-style-type: none;
  display: inline-block;
}

.portfolio nav.portfolio-filter ul li a {
  padding: 5px 15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #404040;
  font-size: 13px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}

.portfolio nav.portfolio-filter ul li a:hover, .portfolio nav.portfolio-filter ul li a:active, .portfolio nav.portfolio-filter ul li a:focus {
  color: #bf1e2e;
  outline: none;
  text-decoration: none;
}

.portfolio .portfolio-gallery .portfolio-item {
  width: 33.33333%;
}

.portfolio .portfolio-gallery .portfolio-item-width-2 {
  width: 50%;
}

.references {
  text-align: center;
}

.references .references-img {
  width: 100px;
  display: inline;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 20px;
}

a .post {
  color: #404040;
}

a .post h5, a .post h6 {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  color: #232323;
}

a .post:hover {
  text-decoration: none !important;
}

.post h5, .post h6 {
  margin: 0;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  color: #232323;
}

.post h5 {
  line-height: 28px;
  font-weight: 500;
}

.post img {
  width: 100%;
}

.post.card .post-body, article.post-detail .post.post-content.card .post-body, section.section-price .post.price-box .post-body {
  padding: 20px;
}

.post .post-body {
  padding: 20px 0;
}

.post-sidebar ul {
  margin: 0;
}

.post-sidebar ul.tag-list li {
  float: left;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-sidebar ul.tag-list li a {
  border: 1px solid #cccccc;
  padding: 5px 8px;
}

.post-sidebar ul.tag-list:after {
  content: '';
  display: block;
  clear: both;
}

.post-sidebar a {
  color: #404040;
}

.post-sidebar a:hover {
  text-decoration: underline;
}

article.post-detail header {
  margin-bottom: 10px;
}

article.post-detail header h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

article.post-detail header ul {
  margin: 0;
  color: #9b9b9b;
}

article.post-detail .post-autor img {
  width: 150px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 15px;
}

article.post-detail .post-autor a {
  display: block;
}

article.post-detail .post-autor h5 {
  margin: 0;
}

article.post-detail .media.post-autor p {
  margin-bottom: 0px;
  line-height: 22px;
}

article.post-detail .post-content.card, article.post-detail section.section-price .post-content.price-box, section.section-price article.post-detail .post-content.price-box {
  padding: 30px;
}

article.post-detail .post-content.card h1, article.post-detail section.section-price .post-content.price-box h1, section.section-price article.post-detail .post-content.price-box h1, article.post-detail .post-content.card h2, article.post-detail section.section-price .post-content.price-box h2, section.section-price article.post-detail .post-content.price-box h2, article.post-detail .post-content.card h3, article.post-detail section.section-price .post-content.price-box h3, section.section-price article.post-detail .post-content.price-box h3, article.post-detail .post-content.card h4, article.post-detail section.section-price .post-content.price-box h4, section.section-price article.post-detail .post-content.price-box h4, article.post-detail .post-content.card h5, article.post-detail section.section-price .post-content.price-box h5, section.section-price article.post-detail .post-content.price-box h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.comments {
  margin: 30px 0 50px;
}

.comments .comment-reply {
  margin-left: 120px;
}

.timeline {
  position: relative;
}

.timeline .timeline-item {
  width: 46.5%;
  position: relative;
}

.timeline .timeline-item:last-child .timeline-item-body {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-item-body {
  border: 1px solid #dddddd;
  padding: 20px;
  background: white;
}

.timeline .timeline-item .timeline-item-body .timeline-item-date, .timeline .timeline-item .timeline-item-body .timeline-item-title {
  margin-bottom: 10px;
}

.timeline .timeline-item .timeline-item-body .timeline-item-date:before {
  content: '\f332';
  font-family: Material-Design-Iconic-Font;
  margin-right: 10px;
  color: #999999;
}

.timeline .timeline-item .timeline-item-body .timeline-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.timeline .timeline-item .timeline-item-body p {
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-item-body:before {
  content: '';
  display: inline-block;
  border: 1px solid #dddddd;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -10px;
  background: white;
  position: absolute;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.timeline .timeline-item .timeline-item-body.card, .timeline .timeline-item section.section-price .timeline-item-body.price-box, section.section-price .timeline .timeline-item .timeline-item-body.price-box {
  border: none;
}

.timeline .timeline-item .timeline-item-body.card::before, .timeline .timeline-item section.section-price .timeline-item-body.price-box::before, section.section-price .timeline .timeline-item .timeline-item-body.price-box::before {
  border: none;
}

.timeline .timeline-item:nth-child(even) {
  float: right;
  clear: right;
}

.timeline .timeline-item:nth-child(even) .timeline-item-body:before {
  left: -10px;
  border-right: none;
  border-bottom: none;
}

.timeline .timeline-item:nth-child(even):before {
  left: -45px;
}

.timeline .timeline-item:nth-child(odd) {
  float: left;
  clear: left;
}

.timeline .timeline-item:nth-child(odd) .timeline-item-body:before {
  border-left: none;
  border-top: none;
}

.timeline .timeline-item:nth-child(odd):before {
  right: -47px;
}

.timeline .timeline-item:nth-child(2) {
  margin-top: 7em;
}

.timeline .timeline-item:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #bf1e2e;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 0;
}

.timeline:before {
  content: '';
  width: 3px;
  background: #bf1e2e;
  position: absolute;
  bottom: 30px;
  top: 8px;
  left: 50%;
  margin-left: -1px;
}

.timeline:after {
  content: '';
  display: block;
  clear: both;
}

section.section-price .price-box {
  text-align: center;
  margin-bottom: 0;
}

section.section-price .price-box header.price-box-header {
  background: #22f6bb;
  color: white;
}

section.section-price .price-box header.price-box-header .title {
  padding: 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0 5px -2px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0 5px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 5px -2px rgba(0, 0, 0, 0.25);
  position: relative;
  background: white;
  color: #646464;
}

section.section-price .price-box header.price-box-header .price {
  padding: 30px;
  background: #bf1e2e;
  background: -webkit-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -moz-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -o-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: linear-gradient(250deg, #bf1e2e, #ff1e2e) !important;
}

section.section-price .price-box header.price-box-header .price span {
  display: block;
  font-size: 35px;
  font-weight: 600;
}

section.section-price .price-box header.price-box-header .price span sup {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

section.section-price .price-box header.price-box-header .price p:last-child {
  margin-bottom: 0;
}

section.section-price .price-box .price-box-body {
  padding: 30px;
}

section.section-price .price-box .price-box-body ul {
  margin-bottom: 20px;
  padding: 0;
}

section.section-price .price-box .price-box-body ul li {
  list-style-type: none;
  padding: 5px 0;
}

section.section-price .price-box .price-box-body ul li del {
  color: #999999;
}

section.section-price .price-box .price-box-body ul li:first-child {
  padding-top: 0;
}

section.section-price .price-box .price-box-body ul li:last-child {
  padding-bottom: 0;
}

section.section-price .price-box.price-box-2 {
  background: none !important;
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
}

section.section-price .price-box.price-box-2 .price-box-header {
  border-right: 1px solid #eeeeee;
  min-height: 170px;
  background: none;
  color: #333333;
}

section.section-price .price-box.price-box-2 .price-box-header .title {
  color: #999999;
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  background: none !important;
}

section.section-price .price-box.price-box-2 .price-box-header .price {
  background: none !important;
}

section.section-price .price-box.price-box-2 .price-box-body {
  padding: 0;
  padding-bottom: 20px;
}

section.section-price .price-box.price-box-2 ul li {
  padding: 15px 0 !important;
  margin: 0;
}

section.section-price .price-box.price-box-2 ul li p {
  margin: 0;
}

section.section-price .price-box.price-box-2 ul li:nth-child(odd) {
  background: #eeeeee;
}

.cross-mark, .check-mark {
  color: white;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.cross-mark {
  background: #ff7f72;
  text-align: center;
}

.cross-mark:before {
  content: '\f136';
  font-family: Material-Design-Iconic-Font;
}

.check-mark {
  background: #88eb8c;
  text-align: center;
}

.check-mark:before {
  content: '\f26b';
  font-family: Material-Design-Iconic-Font;
}

.service {
  text-align: center;
  margin-bottom: 30px;
}

.service h5 {
  font-weight: 500;
}

.service p {
  margin-bottom: 0;
}

.service p + a.btn {
  margin-top: 20px;
}

.progress-col-2 .progress {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  float: left;
}

.progress-col-2 .progress:nth-child(odd) {
  margin-right: 15px;
}

.progress-col-2 .progress:nth-child(even) {
  margin-left: 15px;
}

.progress-col-2:after {
  content: '';
  display: block;
  clear: both;
}

.progress-col-3 .progress {
  width: -webkit-calc(33.3% - 20px);
  width: -moz-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

.progress-col-3 .progress:first-child {
  margin-left: 0;
}

.progress-col-3 .progress:last-child {
  margin-right: 0;
}

.progress-col-3 .progress:nth-child(3n) {
  margin-right: 0;
}

.progress-col-3 .progress:nth-child(3n + 1) {
  margin-left: 0;
}

.progress-col-3:after {
  content: '';
  display: block;
  clear: both;
}

.progress {
  background: none;
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  height: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-bottom: 30px;
}

.progress .progress-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.progress .progress-text span {
  padding-left: 15px;
}

.progress .progress-item {
  height: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #eeeeee;
  overflow: hidden;
}

.progress .progress-item .progress-bar {
  height: 100%;
  background: -webkit-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -moz-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -o-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: linear-gradient(250deg, #bf1e2e, #ff1e2e) !important;
  -webkit-box-shadow: 0 0 0 0 white;
     -moz-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
  -webkit-transition: width 1.5s;
  -o-transition: width 1.5s;
  -moz-transition: width 1.5s;
  transition: width 1.5s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.progress.progress-vertical {
  height: 300px;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.progress.progress-vertical .progress-text {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
     -moz-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
       -o-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  position: absolute;
  bottom: 0;
  left: 30px;
  margin-bottom: 0;
  width: 100vh;
}

.progress.progress-vertical .progress-item {
  height: 100%;
  width: 5px;
  position: relative;
}

.progress.progress-vertical .progress-item .progress-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 1.5s;
  -o-transition: height 1.5s;
  -moz-transition: height 1.5s;
  transition: height 1.5s;
}

nav.navbar {
  border: none;
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0;
  z-index: 998;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

nav.navbar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.navbar .navbar-brand {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  color: #7e7e7e;
  text-align: center;
}

nav.navbar .navbar-brand img {
  display: inline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

nav.navbar .navbar-brand:hover img {
  opacity: .8;
}

nav.navbar ul.navbar-nav.nav {
  margin-left: auto;
}

nav.navbar ul.navbar-nav.nav li {
  display: inline-block;
  float: none;
  position: relative;
}

nav.navbar ul.navbar-nav.nav li.active a {
  color: #bf1e2e;
  font-weight: 600;
}

nav.navbar ul.navbar-nav.nav li a {
  color: #404040;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}

nav.navbar ul.navbar-nav.nav li a:hover, nav.navbar ul.navbar-nav.nav li a:active, nav.navbar ul.navbar-nav.nav li a:focus {
  color: #bf1e2e;
  background: none;
  outline: none;
}

.card, .post.card, article.post-detail .post-content.card, section.section-price .price-box, .about.card {
  background: white;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
     -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  -o-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s, -moz-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s, -moz-box-shadow .5s;
}

.card .card-title, article.post-detail .post-content.card .card-title, section.section-price .price-box .card-title {
  padding: 15px 25px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
}

.card .card-body, article.post-detail .post-content.card .card-body, section.section-price .price-box .card-body {
  padding: 25px;
}

.card:hover, article.post-detail .post-content.card:hover, section.section-price .price-box:hover, .card:focus, article.post-detail .post-content.card:focus, section.section-price .price-box:focus {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
}

.about {
  margin: 0;
}

article.post-detail .about.post-content.card, section.section-price .about.price-box, .about.card {
  padding: 15px;
}

.about .about-photo {
  padding: 0;
}

.about .about-photo img {
  width: 100%;
}

.about .about-body {
  padding: 10px 30px;
}

section {
  padding: 90px 0;
}

section.hero {
  height: 60%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

section.hero.hero-full-height {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.hero div[class^="container"] {
  text-align: center;
  color: white;
}

section.hero div[class^="container"] h1, section.hero div[class^="container"] h2, section.hero div[class^="container"] h3, section.hero div[class^="container"] h4, section.hero div[class^="container"] h4, section.hero div[class^="container"] h5 {
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.hero div[class^="container"] p {
  font-size: 16px;
  margin-bottom: 40px;
}

section.hero div[class^="container"] img {
  width: 200px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 20px;
}

section.hero div[class^="container"] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

section.hero div[class^="container"] ul li {
  padding: 0 10px;
  list-style-type: none;
}

section.hero .hero-video {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

section.hero .hero-video iframe {
  width: 100%;
  height: 100%;
}

section.hero .hero-slide {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

section.hero .hero-slide .item {
  height: 100vh;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  background-position: center !important;
}

section header.section-header {
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 1px;
}

section header.section-header h4 {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 700;
  color: #646464;
  text-shadow: 0px 0px 4px #bf1e2e;
}

section header.section-header h4 + p {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #828282;
}

section header.section-header h6 {
  color: #777777;
}

section[data-image-src] {
  background-repeat: no-repeat !important;
  background-position: center 50% !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

section[data-image-src] .btn {
  text-shadow: inherit;
  -webkit-box-shadow: 0px 0px 25px -10px black;
     -moz-box-shadow: 0px 0px 25px -10px black;
          box-shadow: 0px 0px 25px -10px black;
}

section[data-image-src].image-fixed {
  background-attachment: fixed !important;
}

section.overlay {
  position: relative;
}

section.overlay > [class^="container"] {
  position: relative;
  z-index: 1;
}

section.overlay:after {
  content: '';
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

section.overlay.darken-1:after {
  background: black !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

section.overlay.darken-2:after {
  background: black !important;
  background: rgba(0, 0, 0, 0.4) !important;
}

section.overlay.darken-3:after {
  background: black !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

section.overlay.darken-4:after {
  background: black !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

section.section-map {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 400px;
}

section.section-map #map {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

section.section-map .card, section.section-map article.post-detail .post-content.card, article.post-detail section.section-map .post-content.card, section.section-map section.section-price .price-box, section.section-price section.section-map .price-box {
  margin-bottom: 0;
}

section.help-block {
  margin-top: 0;
  margin-bottom: 0;
  background: -webkit-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -moz-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: -o-linear-gradient(200deg, #bf1e2e, #ff1e2e) !important;
  background: linear-gradient(250deg, #bf1e2e, #ff1e2e) !important;
  color: white;
}

section.help-block .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.help-block .container > *:last-child {
  margin-left: auto;
  text-align: right;
}

section.help-block .help-block-body .help-block-title {
  font-weight: 600;
}

section.help-block .help-block-body p {
  margin-bottom: 0;
}

section.map-contact {
  background: white;
  padding: 0;
  margin-top: -131.5px;
}

section.map-contact .card, section.map-contact article.post-detail .post-content.card, article.post-detail section.map-contact .post-content.card, section.map-contact section.section-price .price-box, section.section-price section.map-contact .price-box {
  margin-bottom: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

section.section-about .about-photo {
  height: 420px;
  background-repeat: no-repeat !important;
  -moz-background-size: cover !important;
    -o-background-size: cover !important;
       background-size: cover !important;
}

section.section-about .about-photo img {
  display: none;
  width: 100%;
}

footer {
  padding: 40px 0;
  color: #878787;
  text-align: center;
  font-size: 13px;
  background: #ffffff;
}

footer a.footer-logo {
  display: table;
  margin: auto;
  color: #5a5a5a;
  font-size: 35px;
  margin-bottom: 15px;
}

footer a.footer-logo:hover {
  color: #323232;
}

footer p {
  margin-bottom: 10px;
}

footer ul.social-buttons {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .timeline .timeline-item {
    width: 43%;
  }
  .timeline .timeline-item:nth-child(odd):before {
    right: -57px;
  }
  .timeline .timeline-item:nth-child(even):before {
    left: -56px;
  }
  .hero-caption .hero-text h2.hero-main-title {
    font-size: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .timeline .timeline-item {
    width: 45%;
  }
  .timeline .timeline-item:nth-child(odd):before {
    right: -54px;
  }
  .timeline .timeline-item:nth-child(even):before {
    left: -53px;
  }
  .hero-caption .hero-text h2.hero-main-title {
    font-size: 40px !important;
  }
}

@media (max-width: 1440px) {
  body.right-sidebar {
    padding: 0;
  }
  body.right-sidebar nav.navbar {
    right: -250px;
  }
  body.right-sidebar.open {
    right: 250px;
  }
  body.left-sidebar {
    padding: 0;
  }
  body.left-sidebar nav.navbar {
    left: -250px;
  }
  body.left-sidebar.open {
    left: 250px;
  }
  body a.responsive-button {
    visibility: visible;
    opacity: 1;
  }
  body:not(.right-sidebar):not(left-sidebar) {
    padding-top: 0;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: -250px;
    bottom: 0;
    top: 0;
    width: 250px;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    overflow: auto;
    padding: 10px 0;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav {
    margin: 0;
    padding: 15px 0;
    float: none;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li {
    display: inherit;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li a {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
    text-align: center;
  }
  body:not(.right-sidebar):not(left-sidebar) nav.navbar.open {
    left: 0;
  }
}

@media (max-width: 1200px) {
  .service, .counter {
    margin-bottom: 30px;
  }
  .portfolio-gallery .portfolio-item {
    width: 50% !important;
  }
}

@media (max-width: 992px) {
  .hero-caption .hero-text {
    text-align: center !important;
  }
  .hero-caption .hero-text img {
    float: none !important;
    margin-bottom: 30px;
    width: 150px !important;
  }
  .counter {
    text-align: center;
  }
  .counter .counter-title:after {
    margin-right: auto;
    margin-left: auto;
  }
  section.map-contact {
    margin-top: -50px;
  }
  section.help-block {
    text-align: center;
  }
  section.help-block .container {
    display: block;
  }
  section.help-block .container > *:last-child {
    margin-top: 20px;
  }
  section.help-block .help-block-body {
    text-align: center !important;
  }
  section.hero div[class^="container"] {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.hero div[class^="container"] h1, section.hero div[class^="container"] h2, section.hero div[class^="container"] h3, section.hero div[class^="container"] h4, section.hero div[class^="container"] h5, section.hero div[class^="container"] h6 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  section.hero div[class^="container"] img {
    width: 150px;
    margin-bottom: 20px;
  }
  section.hero div[class^="container"] > *:last-child {
    padding: 0;
  }
  section.hero div[class^="container"] > *:last-child ul {
    margin-top: 20px;
    display: block;
  }
  section.hero div[class^="container"] > *:last-child ul li {
    margin: 0;
    margin-bottom: 10px;
  }
  section.hero div[class^="container"] > *:last-child ul li a {
    width: 100%;
  }
  .progress-col-2 .progress, .progress-col-3 .progress {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 0 !important;
  }
  .about .about-photo img {
    width: 100% !important;
  }
  .portfolio-gallery .portfolio-item {
    width: 100% !important;
  }
  .timeline .timeline-item {
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }
  .timeline .timeline-item .timeline-item-body:before {
    display: none;
  }
  .timeline .timeline-item:before {
    display: none;
  }
  .timeline .timeline-item:last-child .card, .timeline .timeline-item:last-child section.section-price .price-box, section.section-price .timeline .timeline-item:last-child .price-box {
    margin-bottom: 0;
  }
  .hover-effect .hover-effect-item {
    text-align: center;
  }
  section {
    padding: 50px 0;
  }
  section header.section-header {
    margin-bottom: 50px;
  }
  section header.section-header h4 {
    font-size: 30px;
    line-height: 40px;
  }
  section header.section-header h4 + p {
    margin-top: 10px;
  }
  section.hero div[class^="container"] h2 {
    font-size: 30px !important;
  }
  .post {
    text-align: center;
  }
  .price-box {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 30px !important;
  }
  .price-box.price-box-2 .price-box-header {
    border: none !important;
    min-height: 120px !important;
  }
  .price-box.price-box-2 .price-box-header .price {
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  .about {
    padding: 0 !important;
  }
  .about .about-body {
    text-align: center;
  }
  .about .about-body ul.table li {
    display: block;
    padding: 15px 0;
    margin: 0;
  }
  .about .about-body ul.table li span {
    display: block;
    padding: 0 10px;
  }
  .about ul.social-buttons li {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  form .form-control {
    text-align: center;
  }
  form button {
    width: 100%;
  }
  article.post-detail header h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .comments .media .media-left img.media-object {
    width: 50px;
  }
  .comments .comment-reply {
    margin-left: 0px;
  }
  section.page-detail {
    padding: 15px 0;
  }
  section.page-detail .card, section.page-detail article.post-detail .post-content.card, article.post-detail section.page-detail .post-content.card, section.page-detail section.section-price .price-box, section.section-price section.page-detail .price-box {
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  section.hero p {
    padding: 0 20px;
  }
  section.hero ul {
    display: block !important;
  }
  section.hero ul li {
    margin-bottom: 20px;
    padding: 0 !important;
  }
  section.hero ul li a {
    width: 100%;
  }
}
