* {
  margin: 0;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #828282;
}

.img-ad {
  width: 100%;
}

.servicebox-2 .service-icon {
  width: 124px;
  height: 124px;
  overflow: hidden;
}

.service-content {
  height: 180px;
}

.service-content .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: url(../images/icons/sprite.png);
}

.service-content .icon1 {
  background-position: 0px 0px;
}

.service-content .icon2 {
  background-position: -125px 0px;
}

.service-content .icon2 {
  background-position: -125px 0px;
}

.service-content .icon3 {
  background-position: -250px 0px;
}

.service-content .icon4 {
  background-position: -375px 0px;
}

.service-content .icon5 {
  background-position: -500px 0px;
}

.service-content .icon6 {
  background-position: -625px 0px;
}

.service-content .icon7 {
  background-position: -750px 0px;
}

.service-content .icon8 {
  background-position: -875px 0px;
}

.service-content:hover .icon {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.service-content:hover .icon1 {
  background-position: 0px -125px;
}

.service-content:hover .icon2 {
  background-position: -125px -125px;
}

.service-content:hover .icon3 {
  background-position: -250px -125px;
}

.service-content:hover .icon4 {
  background-position: -375px -125px;
}

.service-content:hover .icon5 {
  background-position: -500px -125px;
}

.service-content:hover .icon6 {
  background-position: -625px -125px;
}

.service-content:hover .icon7 {
  background-position: -750px -125px;
}

.service-content:hover .icon8 {
  background-position: -875px -125px;
}

.repair_a {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 30px;
  color: #000;
}

.repair_a:hover {
  border: 1px solid #ea0918;
  border-radius: 50px;
  padding: 10px 30px;
  color: #000;
  background: #ea0918;
}

.reapir-2 {
  text-align: center;
  border-radius: 25px;
  position: relative;
  /* border: 1px solid #08000114; */
  background: #fff;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  padding: 40px 16px 15px;
}

.servicebox-2 .service-content:hover {
  -webkit-box-shadow: 0 0 20px -5px #000000ad;
          box-shadow: 0 0 20px -5px #000000ad;
}

.repair-icon img {
  width: 100%;
}

.repair-icon {
  width: 60px;
  height: 70px;
  text-align: center;
  margin: 0px auto;
}

.reapir-2servic {
  text-align: center;
  padding: 0px 15px;
  text-align: center;
  padding: 30px 15px;
  background: #fff;
  margin: 13px 0px;
  border: 1px solid #ccc;
  border-radius: 30px;
}


.reapir-2servic .title a {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin: 10 0 15px 0;
  line-height: 35px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.reapir-2servic .title a:hover {
  color: #ea0918;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.reapir-2servic .text {
  height: 50px;
  overflow: hidden;
}

.reapir-2servic .text:hover {
  color: #ea0918;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.reapir-2servic .hvr-bounce-to-right:hover {
  background-color: #ea0918;
}

.howwework-2 {
  position: relative;
  background-size: cover;
  padding: 90px 0 60px;
  background-color: #fff;
}

.howwework .how_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.howwework .how_inn img {
  width: 100%;
}

.howwework .how_inn .title a {
  margin: 10px 0px;
  color: black;
}

.howwework .how-icon {
  width: 150px;
  height: 150px;
  padding: 23px 20px 0px 0px;
}

.phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phone-list .phone {
  text-align: center;
  margin-bottom: 40px;
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  padding: 20px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 16px #f2f2f2;
          box-shadow: 0 0 16px #f2f2f2;
  background: #f2f2f2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.phone-list .phone a {
  color: #000;
}

.phone-list .phone:hover {
  -webkit-box-shadow: 0 0 16px #afafaf;
          box-shadow: 0 0 16px #afafaf;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.phone-list h3.phone-name {
  font-size: 2rem;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../images/24-hour.jpg);
}

.cta p {
  color: #fff;
  font-size: 22px;
  padding: 20px;
}

.cta a {
  color: #000;
  font-size: 18px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 50px;
}

.sidebar-temaplte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-temaplte .repair-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.sidebar-temaplte .repair-list .repair-item {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  padding: 20px 10px 30px 10px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 16px #f2f2f2;
          box-shadow: 0 0 16px #f2f2f2;
  background: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sidebar-temaplte .repair-list .repair-item:hover {
  -webkit-box-shadow: 0 0 16px #afafaf;
          box-shadow: 0 0 16px #afafaf;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sidebar-temaplte .repair-list .repair-item h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.sidebar-temaplte .repair-list .repair-item .repair-image {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 19px auto;
}

.sidebar-temaplte .sidebar {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.call-back-form {
  background-color: #ea0918;
  margin: 20px 0px;
  text-align: center;
  padding: 20px 0px;
  padding-top: 50px;
}

.call-back-form .section-title h3 {
  margin: 15px 0px;
  display: inline-block;
  color: #fff;
  padding: 20px 0px;
}

.call-back-form .section-title h2 {
  padding-left: 20px;
}

.call-back-form span {
  color: #fff;
}

.about_re {
  margin: 50px 0px;
}

.call-back-form input, textarea {
  border: 1px solid #ccc;
  margin: 20px;
  width: 88%;
  padding: 10px;
  border-radius: 5px;
}

.side_we {
  margin-top: 50px;
  background-image: url(../images/b2.png);
  padding: 50px 0px;
}

.phone-list-repair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phone-list-repair .phone {
  text-align: center;
  margin-bottom: 40px;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 20px 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 16px #f2f2f2;
          box-shadow: 0 0 16px #f2f2f2;
  background: #f2f2f2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.phone-list-repair .phone a {
  color: #fff;
  margin: 20px 0px;
}

.phone-list-repair .phone a:hover {
  color: #000;
  overflow: hidden;
}

.phone-list-repair .phone:hover {
  -webkit-box-shadow: 0 0 16px #afafaf;
          box-shadow: 0 0 16px #afafaf;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #000;
}

.phone-list-repair h3.phone-name {
  font-size: 2rem;
  margin: 10px 0px;
}

.phone-list-repair p {
  margin: 10px 0px;
}

.home .section-title h2 {
  text-align: center !important;
}
/*# sourceMappingURL=custom.css.map */