@charset "utf-8";
/* CSS Document */
/* ---------------------------------- 
  		BASE Css
------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ol,
ul {
  padding-left: 0rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  font-style: normal;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
h4 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a,
button {
  color: #ab0102;
  outline: medium none;
  text-decoration: underline;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
.overflow-hidden {
  overflow: hidden !important;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #111;
}
.style_none {
  list-style: none;
  margin-bottom: 0;
}
ul.tick {
  list-style: none;
}
ul.tick li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  flex-basis: 50%;
}
ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #ab0102;
}
ul.tick li {
  margin-bottom: 10px;
}
.clearfix {
  clear: both;
}
.style_none {
  list-style: none;
}
.read-more a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 60%);
  display: inline-block;
  background: #ab0102;
  padding: 10px 31px;
  border-radius: 0;
  font-weight: 600;
}
.read-more a:hover {
  background: #000;
  color: #fff;
}

.section-title {
  position: relative;
  margin-bottom: 45px;
}
.section-title h2 {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: #010000;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title h2 span {
  color: #ab0102;
}
.section-title p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ab0102;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.section-title .text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  font-weight: normal;
  text-transform: initial;
}

.container {
  max-width: 1170px;
}
@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 990px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* ---------------------------------- 
  		Header slider Css
------------------------------------- */

.header-wrap {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  height: 135px;
  background: url(../img/bg_header_repeatx.jpg) top repeat-x;
}

.header-wrap .header_logo {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand {
  display: none;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 70px 40px 12px 40px;
  z-index: 1000;
  background-color: #111;
  border-left: 2px solid rgb(255 255 255 / 15%);
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #fff;
  background: #ab0102;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover {
  border-color: rgb(255 255 255 / 5%);
}
.navbar-light .navbar-nav li:last-child .nav-link {
  position: relative;
  border-right: 2px solid rgb(255 255 255 / 15%);
}
.caret {
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 18px;
  color: #fff !important;
  padding-left: 4px;
}
.navbar li span {
  display: block;
  text-align: center;
  font-size: 24px;
}
.header-wrap .dropdown a {
  border-radius: 6px;
  position: relative;
  z-index: 1000;
}
.header-wrap .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  z-index: 1000;
  top: -10px;
}
.navbar li a {
  position: relative;
}
.navbar li:last-child a:after {
  border-radius: 30px;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
  background: #ab0102;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.tp-bannertimer {
  display: none;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link .caret,
.navbar-light .navbar-nav .nav-link:hover .caret {
  color: #fff !important;
}
.close-toggler {
  display: none;
}
.navbar-nav li {
  position: relative;
  padding: 0 0 17px 0;
  background: transparent;
}
.navbar-light .navbar-nav li.active:before,
.navbar-light .navbar-nav li:hover:before {
  box-shadow: 4px 5px 10px -6px rgb(0 0 0 / 80%);
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 17px;
  background: #DDE5D8;
}

.header-wrap .navbar-expand-lg {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}

.bannerWrap {
  position: relative;
  background: #dcdddd;
  padding: 30px 0 120px 0;
}
.bannerWrap h1 {
  display: block;
  font-size: 2em;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.bannerWrap h1 a {
  color: #ac0202;
  text-decoration: none;
}
.bannerWrap h1 a:hover {
  color: #ac0202;
  text-decoration: underline;
}
.bannerWrap .spacer {
  height: 25px;
}
.bannerWrap img {
  margin-top: -70px;
  float: right;
}

.bannerWrap p {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #222;
}
.bannerWrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: decimal;
  padding-left: 20px;
}
.bannerWrap ul li {
  width: 50%;
}
.bannerWrap ul li p {
  margin-bottom: 0px;
}
.bannerWrap .read-more {
  margin-top: 35px;
}
.bannerWrap .read-more a {
  background-color: #ab0102;
  color: #fff;
}

/* ---------------------------------- 
  		qualityWrap Css
------------------------------------- */

.qualityWrap {
  position: relative;
  background-color: #171717;
  z-index: 10;
}
.qualityWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #ac0203;
  height: 80px;
  top: 0px;
  z-index: 1;
}
.qualityWrap::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #ac0203;
  height: 80px;
  bottom: 60px;
  z-index: 1;
}
.qualityWrapwhite {
  width: 100%;
  background: #e2e2e2;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 60px;
  z-index: 9;
}
.qualityBox {
  position: relative;
}
.qualityBox .qualityHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}
.qualityBox .qualityHead h3 {
  font-size: 45px;
  height: 86px;
  font-weight: 700;
  width: 86px;
  line-height: 86px;
  top: -3px;
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 0;
  font-weight: bold;
  font-style: italic;
  background: #fff;
  position: relative;
}
.qualityBox .qualityHead h3::before {
  display: inline-block;
  width: 0;
  position: absolute;
  height: 0;
  top: -6px;
  left: -5px;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid black;
  border-left: 5px solid transparent;
}
.qualityBox .qualityHead h3::after {
  display: inline-block;
  width: 0;
  position: absolute;
  height: 0;
  top: -6px;
  right: -5px;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 5px solid transparent;
  border-left: 0;
  border-bottom: 5px solid black;
  border-right: 5px solid transparent;
}

.qualityBox .qualityHead .dott {
  position: relative;
}
.qualityBox .qualityHead .dott::before {
  display: inline-block;
  width: 0;
  position: absolute;
  height: 0;
  bottom: -4px;
  left: -5px;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-bottom: 5px solid transparent;
  border-right: 0;
  border-top: 5px solid black;
  border-left: 5px solid transparent;
}
.qualityBox .qualityHead .dott::after {
  display: inline-block;
  width: 0;
  position: absolute;
  height: 0;
  bottom: -4px;
  right: -5px;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-bottom: 5px solid transparent;
  border-left: 0;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
}
.qualityBox .qualityHead .title {
  font-size: 16px;
  color: #fff;
  width: 70%;
  font-weight: 600;
  text-transform: uppercase;
}
.qualityBox p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  box-shadow: 10px -8px 20px -1px rgb(0 0 0 / 38%);
  padding: 50px 35px 50px 60px;
  margin-bottom: 0;
}
.bgg-sh img {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  position: relative;
  z-index: 100;
}
.qualityWrap .col-lg-4:nth-child(3) .qualityBox p {
  box-shadow: none;
}
.qualityBtm {
  background-color: #e2e2e2;
  position: relative;
  padding: 65px;
  z-index: 999;
}
.qualityBtm .Btm-title {
  color: #666;
  padding-bottom: 25px;
  font-size: 20px;
}
.qualityBtm p {
  padding-bottom: 15px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 18px;
  color: #333;
}
.qualityBtm ul {
  padding-left: 16px;
  color: #ac0202;
  margin-bottom: 0;
  list-style: disc;
}
.qualityBtm ul li {
  padding-bottom: 5px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
.qualityBtm img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.qualityBtm .read-more {
  margin-top: 20px;
}
.qualityBtm .read-more a {
  font-size: 10px;
  box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 60%);
  padding: 5px 15px;
}
.qualityBtm .col-lg-4 {
  padding-right: 30px;
}
.qualityBtm .col-lg-4:last-child {
  padding-right: 0;
}
/* ---------------------------------- 
  		footerWrap Css
------------------------------------- */
.footerWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-top: 180px;
  margin-top: -180px;
  background: #e2e2e2;
  padding-bottom: 15px;
}
.footerLinks {
  padding-left: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 20px 0 20px 0;
}
.footerLinks li {
  display: inline;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.footerLinks li a {
  color: #000;
  text-decoration: none;
}
.footerLinks li a:hover {
  color: #ab0102;
}

.copyright p {
  font-size: 10px;
  color: #666;
  padding-bottom: 15px;
  margin-bottom: 0;
  line-height: 1;
}
.copyright p a {
  color: #666;
  text-decoration: none;
}
.copyright p a:hover {
  color: #ab0102;
}

/* ---------------------------------- 
  			Copyright Css
------------------------------------- */

.contentWrapper {
  width: 100%;
  min-height: 700px;
  background: url(../img/bg_content2_repeatx.jpg) bottom repeat-x;
  margin-top: 25px;
}
.contentBox {
  background-color: #dddddd;
}

.contentTextt {
  position: relative;
  background-color: #e8e7e7;
  padding: 65px;
}
.contentTextt .image-box {
  overflow: hidden;
  position: relative;
  border: 7px solid rgb(220, 220, 222);
}
.contentTextt .image-box figure {
  margin: 0;
}
.contentTextt .image-box img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.contentTextt .image-box:hover img {
  transform: scale(1.1);
}
.contentTextt .abouttext {
  padding-left: 40px;
}
.contentTextt h3 {
  color: #ac0202;
  padding-bottom: 25px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 21px;
  text-transform: uppercase;
}
.contentTextt .abouttext p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.servicesPage p {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.servicesPage .test_link {
  font-size: 15px;
  line-height: 20px;
  color: #ab0102;
  text-decoration: underline;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.servicesPage .test_link a:hover {
  color: #000;
  text-decoration: underline;
}

.servcheck {
  position: relative;
  list-style: decimal;
  padding-left: 22px;
  font-size: 14px;
  margin-bottom: 0;
}
.servcheck li {
  padding-bottom: 5px;
}
.servcheck li p {
  padding-bottom: 0;
}

.contentTextt.servicesPage .testiBox ul {
  margin-bottom: 0px;
}

.listServ {
  position: relative;
}

.listServ ul.gears {
  padding-left: 16px;
  color: #ac0202;
  margin-bottom: 0;
  list-style-image: url(../img/gears.jpg);
}
.listServ ul.gears li {
  margin-left: 7px;
  color: #333;
  padding-bottom: 7px;
  line-height: 16px;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

.galleryBox {
  position: relative;
}
.galleryBox .mediaBox {
  overflow: hidden;
  position: relative;
  border: 5px solid #d2d2d2;
}
.galleryBox .col-lg-3 {
  padding: 8px;
}

.galleryBox .mediaBox img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.galleryBox .mediaBox:hover img {
  transform: scale(1.1);
}
.contentTextt .card {
  width: 100% !important;
  display: flex;
  background-color: transparent;
  flex-direction: row;
  margin: 12px 0;
  border: none;
}
.contentTextt .card .imgbox {
  width: 30%;
  height: auto;
  border: 7px solid #dcdcde;
}
.contentTextt .card .imgbox img {
  width: 100%;
  object-fit: cover;
  height: 120px;
}
.contentTextt .card .card-body {
  flex: 1 1 auto;
  padding: 0rem 1.5rem;
  width: 70%;
  background-color: transparent;
}
.contentTextt .card .card-body .card-title {
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 14px;
  min-height: 45px;
  line-height: 20px;
  font-weight: 700;
}
.contentTextt .card .card-body .card-text {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contentTextt .testiBox {
  position: relative;
}
.contentTextt .testiBox ul {
  list-style: none;
  display: block;
}
.contentTextt .testiBox ul li {
  position: relative;
  padding-bottom: 40px;
  padding-left: 5px;
}
.contentTextt .testiBox ul li p,
.contentTextt .testiBox ul li .author {
  position: relative;
  font-style: italic;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
  z-index: 11;
}
.contentTextt .testiBox ul li:before {
  content: "\f10d";
  color: #cacaca;
  font-size: 38px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: -28px;
  left: 0px;
}
.contentTextt .bottom_text {
  position: relative;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
}
.contentTextt .bottom_text a {
  display: block;
  color: #ac0202;
  text-decoration: underline;
}
.contentTextt .contactMap {
  position: relative;
  width: 100%;
}

.contentTextt .contactMap iframe {
  position: relative;
  width: 100%;
  height: 380px;
}
.contentTextt .contactMap small {
  font-size: smaller;
  font-family: Helvetica, Arial, sans-serif;
}
.contentTextt .contactMap small a {
  color: #0000ff;
  text-align: left;
}
.locationPage {
  position: relative;
}
.locationPage h3 {
  position: relative;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.locationPage p {
  position: relative;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 12px;
  color: #000;
}
.locationPage p a {
  text-decoration: none;
}
.locationPage p a:hover {
  color: #141414;
  text-decoration: none;
}
.locationPage .imgowner {
  float: right;
  padding: 0 0 20px 20px;
}
.footerWrapse {
  padding-top: 8px;
  margin-top: -8px;
}
.main__form {
  margin: 0px;
  max-width: 350px;
}
.main__form .form-label {
  margin-bottom: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.main__form .form-control {
  padding: 4px;
  border: 1px solid #cccccc;
  height: 30px;
  font-size: 12px;
}
.main__form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.main__form textarea.form-control {
  height: 115px;
}
.main__form .btn {
  margin-top: 10px;
  display: block;
  border: 1px solid #000000;
  width: 150px;
  height: 30px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 4px;
  line-height: 15px;
  background-color: #efefef;
}
.main__form .btn:active:focus {
  box-shadow: none;
  outline: none;
}
.main__form .btn:hover {
  color: #fff;
  border: 1px solid #ac0202;
  background: #ac0202;
}
/* ---------------------------------- 
  			Copyright Css
------------------------------------- */

/* scrollUp */
#scrollUp {
  background: #ab0102;
  height: 45px;
  width: 45px;
  right: 45px;
  bottom: 45px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 3px 4px 25px #0000001a;
  font-size: 24px;
  line-height: 45px;
  transition: 0.3s;
}
#scrollUp:hover {
  color: #fff;
  background: #002e5b;
}

/* ---------------------------------- 
   Media Screen Css
------------------------------------- */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 70px 22px 12px;
  }
  .bannerWrap img {
    margin-top: -40px;
  }
  .contentTextt h3 {
    font-size: 18px;
  }
  .locationPage h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .copyright,
  .credits {
    text-align: center;
  }
  .navbar-nav {
    clear: both;
  }
  .navbar {
    float: none;
  }
  .navbar-light .navbar-nav li:last-child .nav-link {
    border-right: none;
  }
  .contentTextt {
    padding: 30px;
  }
  .contentTextt .abouttext {
    padding-left: 0;
  }
  .contentTextt h3 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .locationPage h3 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .contentTextt .abouttext p {
    font-size: 14px;
  }
  .contentTextt .card .card-body .card-title {
    font-size: 15px;
    min-height: auto;
  }

  .navbar-toggler {
    position: absolute;
    top: 32px;
    right: 10px;
    border: 1px solid #eee;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 75%;
    padding: 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgb(0 0 0 / 95%);
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  }
  .navbar-nav > li > ul {
    width: 100%;
    position: static;
    display: none;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .close-toggler {
    color: #fff;
    padding: 0;
    border: none;
    font-size: 18px;
    margin-bottom: 25px;
    height: 60px;
    border-radius: 50px;
    float: right;
    display: block;
    background: #ab0102;
    width: 60px;
  }
  .navbar-light .navbar-nav .nav-item:hover .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar-nav li a + i {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    width: 100%;
    padding: 20px;
    color: #fff;
    border: none;
    border-top: 1px solid #dfe2e9 !important;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.5;
  }
  .navbar-light .navbar-nav .nav-link {
    background-color: #333;
  }
  .navbar-light .navbar-nav li:first-child .nav-link {
    border-top: none !important;
  }
  .navbar-light .navbar-nav li.active .nav-link:before,
  .navbar-light .navbar-nav li .nav-link:hover:before {
    display: none !important;
  }
  .navbar li {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
  }
  .navbar li span {
    display: inline-block;
    width: 30px;
    padding-right: 10px;
  }
  .navbar-nav > li > ul > li > a:hover {
    background: #ab0102;
  }
  .caret {
    display: none !important;
  }
  .topbar-wrap .header-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgb(255 255 255);
  }
  .bannerWrap img {
    margin-top: 0;
  }
  .bannerWrap h1 br {
    display: none;
  }
  .bannerWrap ul li {
    width: 100%;
  }
  .bannerWrap {
    padding: 30px 0 80px 0;
  }

  .qualityWrap::before {
    height: 64px;
  }
  .qualityBox .qualityHead h3 {
    font-size: 45px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    top: -3px;
  }
  .qualityBox .qualityHead .title {
    font-size: 12px;
    width: 64%;
  }
  .qualityBox p {
    font-size: 12px;
    line-height: 16px;
    padding: 30px 22px 50px 30px;
  }
  .qualityBtm {
    padding: 40px;
  }
  .qualityBtm .col-lg-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .footerLinks li {
    padding: 0 10px;
  }
  .bannerWrap p {
    font-size: 14px;
  }
  .bannerWrap .read-more a {
    text-decoration: none;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .bannerWrap {
    text-align: center;
  }
  .bannerWrap img {
    float: none;
    text-align: center;
    margin: 20px auto 0;

    height: auto;
  }
  .locationPage .imgowner {
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 auto 15px;
  }

  .contentTextt h3 {
    margin-top: 20px;
  }
  .locationPage h3 {
    margin-top: 30px;
  }
  .contentTextt .abouttext p {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .bannerWrap h1 {
    display: block;
    font-size: 28px;
    text-align: left;
  }
  .bannerWrap p {
    text-align: left;
  }
  .bannerWrap {
    padding: 30px 0 70px 0;
  }
  .qualityWrap::before {
    display: none;
  }
  .qualityBox .qualityHead {
    background-color: #ac0203;
  }
  .qualityBox .qualityHead h3 {
    top: 0px;
  }
  .qualityBox .qualityHead .title {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .qualityWrap .qualityBox p {
    box-shadow: 0px 0px 20px -1px rgb(0 0 0 / 38%) !important;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 16px;
    padding: 30px 25px;
  }
  .qualityBox .qualityHead .dott::after,
  .qualityBox .qualityHead .dott::before {
    bottom: -10px;
  }
  .qualityBox .qualityHead h3::before {
    top: -10px;
  }
  .qualityBox .qualityHead h3::after {
    top: -10px;
  }
  .qualityWrap {
    padding-top: 40px;
  }
  .qualityWrap::after {
    height: 60px;
  }
  .qualityBtm .Btm-title {
    color: #666;
    padding-bottom: 10px;
    font-size: 22px;
    margin-top: 20px;
  }
  .qualityBtm .read-more {
    margin-top: 10px;
  }
  .qualityBtm p {
    font-size: 13px;
  }
  .footerLinks li {
    padding: 0 5px;
  }
  .servcheck {
    margin-bottom: 20px;
  }

  .contentTextt.servicesPage .testiBox ul li {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .bannerWrap h1 {
    display: block;
    font-size: 24px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 14px;
  }
  .bannerWrap {
    padding: 30px 0 40px 0;
  }
  .qualityBtm {
    padding: 25px;
  }

  .contentTextt {
    padding: 25px;
  }
  .galleryBox .col-12 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .contentTextt .card {
    width: 100% !important;
    display: flex;
    background-color: transparent;
    flex-direction: column;
    margin: 12px 0;
    border: none;
    align-items: center;
  }
  .contentTextt .card .imgbox img {
    height: 100%;
  }
  .contentTextt .card .imgbox {
    width: 70%;
    height: auto;
    border: 7px solid #dcdcde;
  }
  .contentTextt .card .card-body {
    padding: 1rem;
    width: 80%;
  }
  .contentTextt .abouttext p {
    font-size: 13px;
    line-height: 18px;
  }
  .servicesPage p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .contentTextt .card .card-body {
    width: 100%;
  }
  .contentTextt .card .imgbox {
    width: 100%;
  }
}
