:root{
  --primary:#d81324;
  --secondary:#0b2154;
}

.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}

.secondary-bg{
  background-color: var(--secondary);
}

.secondary-color{
  color: var(--secondary);
}

ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}

body{
  font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nav-link{
  color:#000;
  text-transform: uppercase;
  font-size: 18px;
}

.nav-link.active{
  color: var(--primary);
}

.gop {
  border: 1px solid #0B2154;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.abt-image{
  border: 2px solid var(--primary);
}

.pass-light-wrapper {
  background: linear-gradient(rgba(09, 09, 09, 0.7), rgba(09, 09, 09, 0.9)), url(../images/rcm.webp) bottom center no-repeat;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  padding: 8% 0;
  background-attachment: fixed;
  background-size: cover;
}

.mib-bar-wrapper{
  background: url(../images/car-ac-repair.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

.pass-light {
  border-radius: 50%;
  max-width: 200px;
  transition: .3s all ease-in-out;
  border: 1px solid #fff;
}

.services-image{
  border: 2px solid var(--secondary);
}

.form-wrapper,.call-now{
  background-color: rgba(0,0,0,0.5);
  border: 2px solid #fff;
}

.call-now{
  border:2px solid #fff;
}

.gallery-wrapper,.faq-wrapper{
  background-color: #f2f2f2;
}

.gallery-image{
  border:8px solid #fff;
}

.facts {
  background: linear-gradient(rgba(09, 09, 09, 0.7), rgba(09, 09, 09, 0.7)), url(../images/mid-banner.webp) no-repeat;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  border-top: 2px solid #ef233c;
  border-bottom: 2px solid #ef233c;
  background-attachment: fixed;
  background-size: cover;
}

.about-mid-bar-wrapper {
  background: linear-gradient(rgba(09, 09, 09, 0.7), rgba(09, 09, 09, 0.7)), 
  url(../images/car-ac-repair.jpg) no-repeat;
  padding: 6% 0;
  background-attachment: fixed;
  background-size: cover;
}

.tebi {
  text-align: center;
  padding: 4% 0;
  border: 1px solid #fff;
}

.bg-sop {
  border:1px solid #fff;
}

.fa-star{
  color:orange
}

.logo-name {
  letter-spacing: 7px;
}

.google-map{
  border: 4px solid var(--secondary);
}

.foot-nav a, footer a{
   color: #fff;
}

.foot-nav li {
  margin-bottom: 10px;
  background: url('../images/bullet-listing.png') no-repeat left center;
  background-size: auto;
  background-size: 16px 16px;
  padding-left: 24px;
}

.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999;
}

.mobile-icon1 .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999999;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
  background: var(--secondary) !important;
  padding: 4px;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: var(--primary) !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

#cd-top {
  display: none;
}

.back-to-top {
  background-color: var(--secondary-color);
  border: 1px solid #fff;
}

.btn:hover {
  background-color: var(--secondary-color);
}

.banner-cover-wrapper {
  padding: 7% 0;
}

.about-cover-bg{
  background: url(../images/mid-banner.webp) center center/cover no-repeat;
}

.services-cover-bg {
  background: url(../images/services-cover-bg.jpg) center center/cover no-repeat;
}

.wel-abt-border{
  border: 10px solid #fff;
}

.services-inner{
  border:1px solid var(--primary);
}

.services-image-main{
  border:1px solid var(--primary);
}

.contact-form-wrapper{
  background-color: #d0e2f0;
}

.form-wrapper-content{
  background-color: #dddddd;
}

.services-listing{
    margin-left:25px;
}

.services-listing li{
    list-style:disc;
}

@media(max-width:768px){
  .hide-me{
    display:none !important;
  }

  .logo-name{
    text-align: center;
  }

  .navbar-toggler {
    background-color: var(--secondary);
    width: 100%;
  }

  .navbar-collapse, .slogan-title {
    text-align: center;
  }
  
 
}