p {
  line-height: 24px;
  text-align: justify;
}
a,
.home-products-box,
.inner-team-bg .in-team-box,
.inner-team-bg .in-team-box img,
.home-products-bg .home-product-box a span,
.home-testimonials.owl-theme .owl-nav .owl-next,
.home-testimonials.owl-theme .owl-nav .owl-prev {
  outline: 0 !important;
  color: #000000;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #f31c24;
}
.pad0 {
  padding: 0;
}
strong {
  font-weight: 600 !important;
}
.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}
.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}
.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}
.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

/* Carousel Animation delays */
.slider {
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  margin-top: 100px;
}
#carousel-sub .carousel-item:before {
  display: none;
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}
.slide1 .carousel-caption,
.slide2 .carousel-caption,
.slide3 .carousel-caption,
.slide4 .carousel-caption,
.slide5 .carousel-caption,
.slide6 .carousel-caption {
  left: 45%;
  right: 0;
  top: 25%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 45%;
  text-align: right !important;
  background: rgba(0, 0, 0, 0);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  animation-delay: 1s;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
#carousel .carousel-indicators {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
}
#carousel .carousel-indicators > li {
  width: 200px;
  height: 133px;
  margin: 0 1px;
  opacity: 1;
  position: relative;
  z-index: 0;
  border: 0;
}
#carousel .carousel-indicators > li a {
  display: block;
  background: #000;
  opacity: 1;
}
#carousel .carousel-indicators li a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
#carousel .carousel-indicators li.active a:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
#carousel .carousel-indicators li a img {
  display: block;
  opacity: 1;
  background: #000;
}
#carousel .carousel-indicators li a.active img {
  opacity: 1;
}
#carousel .carousel-indicators li a:hover img {
  opacity: 0.4;
}
#carousel .carousel-indicators li.list-inline-item a img {
  max-height: 133px !important;
  min-height: 133px !important;
  min-width: 100%;
  object-fit: cover;
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px 12px 30px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 0px;
}
.btn-one {
  border: 2px solid #000000;
  color: #000000;
}
.btn-one:hover {
  background: #000000;
  color: #fff;
}
.btn-one-full {
  border: 2px solid #000000;
  color: #fff;
  background: #000000;
}
.btn-one-full:hover {
  border: 2px solid #000000;
  background: none;
  color: #000000;
}
.btn-two {
  border: 2px solid #f31c24;
  color: #f31c24 !important;
}
.btn-two:hover {
  background: #f31c24;
  color: #fff !important;
}
.btn-two-full {
  border: 2px solid #f31c24;
  background: #f31c24;
  color: #fff;
}
.btn-two-full:hover {
  border: 2px solid #f31c24;
  color: #f31c24;
  background: none;
}
.btn-three {
  border: 2px solid #fff;
  color: #fff;
}
.btn-three:hover {
  background: #fff;
  color: #9a090c;
}
.btn-three-full {
  border: 2px solid #fff;
  background: #fff;
  color: #9a090c;
}
.btn-three-full:hover {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.2),
    transparent
  );
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
hr.short {
  margin: 11px 0 11px 0;
}
hr.tall {
  margin: 44px 0 44px 0;
}
hr.taller {
  margin: 66px 0 66px 0;
}
hr.light {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}
hr.invisible {
  background: none;
}

/* Divider Line */
.text-casenone {
  text-transform: none !important;
}
ul.list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}
ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
ul.list li a {
  color: #000000;
}
ul.list li a:hover {
  color: #f31c24;
}
ul.list li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  left: -7px;
  position: absolute;
  top: 0;
  font-weight: 900;
  color: #f31c24;
}
ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}
ul.list li.head::before {
  display: none;
}
ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}
ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}
ol.ol-list li a {
  color: #000000;
}
ol.ol-list li a:hover {
  color: #f31c24;
}
.head-main {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: dashed 2px #f31c24;
  display: block;
  width: 100%;
  padding: 0 50px 10px 0;
  margin-bottom: 15px;
}
.head-one {
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
  background: #000000;
  color: #fff;
  width: 100%;
}
.head-two {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  width: 100%;
  line-height: 25px;
}
.head-three {
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
  background: #f31c24;
  color: #000000;
  width: 100%;
}
.head-four {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f31c24;
  color: #000000;
  width: 100%;
}
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image {
  background-attachment: fixed;
  background-position: 50% 0;
}

.home-welcome-bg {
  position: relative;
  z-index: 1;

}
.home-welcome-bg h1 {
  text-transform: uppercase;
  color: #f31c24;
  font-size: 32px;
  margin-bottom: 30px;
}
.home-welcome-bg .home-welcome-sec-1-box {
  padding: 50px 50px 100px 50px;
  background: #fff;
}
.home-welcome-bg:before {
  background: rgba(0, 0, 0, 1);
  content: "";
  width: 25%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.home-welcome-bg .home-welcome-sec-1-box .home-welcome-text {
  text-align: right;
}
.home-welcome-bg .home-welcome-sec-1-box .home-welcome-text p {
  line-height: 34px;
  font-size: 16px;
}


.head-icon {
  position: relative;
  background: url("../img/head-icon.png") no-repeat;
  background-position: left;
  padding-left: 60px;
  color: #f31c24;
  font-size: 32px;
  text-transform: uppercase;
}
.home-products-bg {
  position: relative;
  z-index: 0;
  padding: 100px 0 100px 0;
  min-height: 700px;
}
.home-products-bg:before {
  background: #f4f4f4;
  content: "";
  width: 50%;
  height: 70%;
  left: 0;
  right: 0;
  top: -60px;
  position: absolute;
  z-index: -1;
  margin: 0 auto;
}
.home-products-bg:after {
  background: #000;
  content: "";
  width: 55%;
  height: 45%;
  right: 0;
  bottom: 300px;
  position: absolute;
  z-index: -1;
}
.home-products-bg .home-product-box {
  margin: 100px 0 30px 0;
}
.home-products-bg .home-product-box a {
  padding: 15px 15px 30px 15px;
  background: #fff;
  display: block;
  text-align: center;
}
.home-products-bg .home-product-box a img {
  margin-top: -50px;
  margin-bottom: 20px;
}
.home-products-bg .home-product-box a h3 {
  color: #f31c24;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.home-products-bg .home-product-box a p {
  text-align: center;
  font-size: 13px;
}
.home-products-bg .home-product-box a span {
  border: 1px solid #f31c24;
  color: #f31c24;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 600;
}
.home-products-bg .home-product-box a:hover span {
  border: 1px solid #f31c24;
  color: #fff;
  background: #f31c24;
}
.home-products-bg .home-product-box a:hover p {
  color: #000;
}
.home-products-bg .btn-two-full {
  margin: 40px auto 0 auto;
}
.home-why-choose-bg {
  position: relative;
  z-index: 0;
  padding-top: 60px;
}
.home-why-choose-bg:before {
  background: url("../img/lines.png") no-repeat;
  content: "";
  width: 154px;
  height: 300px;
  right: 10px;
  top: 0px;
  position: absolute;
  z-index: -1;
}
.home-why-choose-bg:after {
  background: #000;
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
  z-index: -1;
}
.home-why-choose-bg .home-why-choose-text-box {
  position: relative;
  padding: 0 40px 40px 40px;
}
.home-why-choose-bg .home-why-choose-text-box .home-why-choose-list {
  margin: 170px 0 0 20px;
  padding: 0;
  color: #fff;
}
.home-why-choose-bg .home-why-choose-text-box .home-why-choose-list li {
  font-size: 16px;
  padding: 15px 0;
}

.home-stats-bg {
  background: url("../img/home-stats-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
.home-stats-bg:after {
  background: rgba(0, 0, 0, 0);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
  z-index: -1;
}
.home-stats-bg .home-stats-count-bg {
  padding: 30px;
  color: #fff;
}
.home-stats-bg .home-stats-count-bg .home-stats-count-box {
  text-align: center;
  padding: 30px;
}
.home-stats-bg .home-stats-count-bg .home-stats-count-box span {
  font-size: 82px;
}
.home-stats-bg .home-stats-count-bg .home-stats-count-box i {
  font-size: 52px;
}
.home-stats-bg .home-stats-count-bg .home-stats-count-box h3 {
  font-size: 18px;
}
.home-stats-bg .home-stats-quote-bg {
  padding: 50px 150px;
}
.home-stats-bg .home-stats-quote-bg .home-stats-quote-box {
  padding: 60px 30px;
  background: #f31c24;
  color: #fff;
  text-align: center;
}
.home-stats-bg .home-stats-quote-bg .home-stats-quote-box h2 {
  font-size: 42px;
  margin-bottom: 40px;
}
.home-stats-bg .home-stats-quote-bg .home-stats-quote-box p {
  text-align: center;
  margin-bottom: 30px;
}

.home-testimonials-bg {
  position: relative;
  z-index: 0;
  padding: 120px 0 80px 0;
}
.home-testimonials-bg:before {
  background: #f4f4f4;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  z-index: -1;
}
.home-testimonials-bg:after {
  background: url("../img/lines.png") no-repeat;
  content: "";
  width: 154px;
  height: 265px;
  left: 90px;
  top: 0px;
  position: absolute;
  z-index: -1;
}
.home-testimonials-bg h2 {
  text-align: center;
  color: #f31c24;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.home-testimonials-box {
  padding: 100px 100px 90px 100px;
  background: #fff;
}
.home-testimonials-box h3 {
  position: relative;
  z-index: 0;
  font-size: 24px;
}
.home-testimonials-box h3:after {
  background: url("../img/client-star.png") no-repeat;
  content: "";
  width: 162px;
  height: 18px;
  right: 0;
  top: 0px;
  position: absolute;
  z-index: -1;
}
.home-testimonials-box h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
.home-testimonials-box p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 28px;
}

.home-clients-bg {
  padding: 40px 0;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}
.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
  padding: 0 !important;
}
.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
footer {
  padding: 40px 0 0;
  min-height: 436px;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.footer-pad {
  padding: 0 0 40px;
}
.footer-list h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
}
.footer-list h3 div {
  border-bottom: 2px solid #f31c24;
  display: block;
  width: 20%;
  padding: 10px 0 0 0;
}
.footer-list ul {
  padding: 0;
  margin: 0;
}
.footer-list ul li {
  list-style: none;
  padding: 4px 0;
}
.footer-list ul li a {
  color: #fff;
  font-weight: 400;
}
.footer-list ul li a i {
  padding-right: 5px;
}
.footer-list ul li a:hover {
  color: #f31c24;
  padding-left: 2px;
}
footer address {
  font-weight: 400;
}
.copy {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
  text-align: center;
  line-height: 28px;
}
.copy a {
  color: #fff;
}
.copy a:hover {
  color: #f31c24;
}
.none {
  display: none;
}
.breadcrumb-bg {
  position: relative;
  margin-top: 110px;
  margin-bottom: 20px;
  min-height: 45px;
}
.breadcrumb-bg:before {
  background: #f31c24;
  content: "";
  width: 50%;
  height: 1px;
  top: 50%;
  bottom: 50%;
  right: 0;
  position: absolute;
  z-index: 0;
}
.breadcrumb-bg nav {
  position: absolute;
  left: 50%;
}
.breadcrumb-bg nav .breadcrumb {
  margin: 0;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb-bg nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.inner-project{ padding: 60px 0;}
.inner-project img:hover{ opacity: 0.7; -webkit-transition: .3s ease;}
.inner-project .col-md-4{ margin-bottom: 2%;}
.inner-project h1 {
  color: #f31c24;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3% 0;
}
.inner-project h3{font-size: 22px;
  margin-top: 9px;
  font-weight: 600;
  text-align: center;
  color: #f31c24;}
.service-box{padding: 30px; border-bottom: 1px solid #f31c24 ; margin-bottom: 30px; background: #fff4f4;}
.service-box h3{ font-size: 22px; color: #f31c24; font-weight: 500; padding-bottom: 3px;}
/* @media all and (max-width : 768px) { */
@media (min-width: 320px) and (max-width: 1080px) {
  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer address {
    padding: 20px;
    margin: 0;
  }
  .footer-list h3 div {
    margin: 0 auto;
  }
  .footer-list h3 {
    padding-left: 20px;
  }
  .footer-pad {
    padding-bottom: 20px;
  }
  .copy {
    text-align: center;
  }
  .copy .col-md-9 {
    padding-bottom: 5px;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .slider {
    margin-top: 55px;
  }
  ul.social-network {
    width: 100%;
    display: block;
    text-align: center;
  }
  .head-main {
    font-size: 24px;
  }
  .M-order-1 {
    order: 1;
    -webkit-order: 1;
  }
  .M-order-2 {
    order: 2;
    -webkit-order: 2;
  }
  .M-order-3 {
    order: 3;
    -webkit-order: 3;
  }
  .M-order-4 {
    order: 4;
    -webkit-order: 4;
  }
  .footerextra {
    text-align: center;
    margin: 30px 0 10px;
  }
  .footer-list-facilities {
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
  }
  .footer-list-facilities li {
    width: 100%;
  }
  #carousel .carousel-indicators {
    display: none;
  }
  .slider-box-bg h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .slider-box-bg h2 span {
    font-size: 32px;
  }
  ul.banner-social {
    position: relative;
    bottom: 0;
    left: 40px;
    right: 0;
  }
  .home-welcome-bg .home-welcome-sec-1-box {
    padding: 20px 20px 200px 20px;
  }
  .home-welcome-bg h1 {
    font-size: 26px;
  }
  .home-welcome-bg .home-welcome-sec-1-box .home-welcome-text {
    text-align: center;
  }
  .home-welcome-bg:after {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .home-welcome-bg:before,
  .home-products-bg:after,
  .home-testimonials-bg:after,
  .home-testimonials-box h3:after {
    display: none;
  }
  .home-why-choose-bg .home-why-choose-text-box {
    padding: 30px;
  }
  .home-why-choose-bg .home-why-choose-text-box .home-why-choose-list {
    margin: 20px 0 0 20px;
  }
  .home-stats-bg .home-stats-quote-bg {
    padding: 30px;
  }
  .home-stats-bg .home-stats-quote-bg .home-stats-quote-box h2 {
    font-size: 28px;
  }
  .home-stats-bg {
    padding: 0;
  }
  .home-testimonials-box {
    text-align: center;
  }
  .home-testimonials-bg {
    padding: 40px 0;
  }
  .home-testimonials-bg h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .home-testimonials-box {
    padding: 30px 40px 30px 40px;
  }
  .home-stats-bg .home-stats-count-bg .home-stats-count-box {
    padding: 15px;
  }
  .home-stats-bg .home-stats-count-bg .home-stats-count-box span {
    font-size: 52px;
  }
  .home-stats-bg .home-stats-count-bg .home-stats-count-box i {
    font-size: 30px;
  }
  .home-stats-bg .home-stats-count-bg .home-stats-count-box h3 {
    font-size: 16px;
  }
  .home-products-bg .home-product-box {
    margin: 50px 0 30px 0;
  }
  .home-products-bg:before {
    height: 100%;
  }
}
.inner-about-content h1 {
  color: #f31c24;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 3%;
}
.inner-about-content h3 {
  color: #f31c24;
  font-size: 18px;
}
.inner-about-content h4 {
  background-color: #be3922;
  color: #fff;
  padding: 10px;
}
.inner-table th {
  background-color: #f4f4f4;
  font-weight: normal;
}
.inner-about-content {
  padding-top: 10px;
}
.inner-side-img img {
  position: relative;
  bottom: 15%;
}
.right-img {
  margin-bottom: 20px;
}
.about-img-right {
  position: relative;
  bottom: 15%;
}
.imgborder{border: 10px solid #ffffff;}
.bottom-enquiry-section {
  padding: 60px 0px;
  
}
.bottom-enquiry {
  padding: 40px;
  background-color: #f31c24;
  margin-bottom: 40px;
  margin-top: 24px;
  border-radius :25px;
}
.bottom-enquiry h3 a{ color: #fff; font-size: 27px;
  font-weight: 600; }
  .bottom-enquiry h3 a:hover{ color: #000;}
.contactSec{
  margin-top: -13%;
    
}
.contactSecIn{padding: 59px 60px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  border-radius: 4px;
  margin-bottom: 5%;}
  @media (min-width: 320px) and (max-width: 1080px) {
    .contactSec{
      margin-top: 0%;
        
    }
    .inner-side-img img{bottom: 1%;}
  }
.padT30{ padding-top: 30px;}
.enquiry-area{text-align: center; padding: 50px 0 0;}
.enquiry-area h2{text-transform: uppercase; font-size: 16px;}
.enquiry-area-bg{ background: #f4f4f4; padding: 20px 40px 20px 40px; margin-bottom: 20px; position: relative;}
.enquiry-form input, .enquiry-form input.form-control:focus{height: 45px; border-radius: 0px; padding: 20px 10px 20px 0;font-size: 14px; background: transparent; border: 0; border-bottom: 1px solid #000;}
.enquiry-form label{color: #495057; font-size: 14px; padding-left: 5px;}
.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none;}



.enquiry-form1 input, .enquiry-form input.form-control:focus{height: 45px; border-radius: 0px; padding: 20px 10px 20px 0;font-size: 14px; background: transparent; border: 0; border-bottom: 1px solid rgb(236, 236, 236);}
.enquiry-form1 label{color: #495057; font-size: 14px; padding-left: 5px;}
.form-control:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none;}
.contactBox{
  background: #efefef;
  padding: 20px;
  margin-bottom: 5%;
}
.imgHover img {
  display: block;
  width: 100%;
  height: auto;
}

.imgHover .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.imgHover:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.imgHover .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}