.gray-bg,
.primary-color {
  color: var(--primary)
}

.social-media,
.what-we {
  display: inline-block;
  border-radius: 50%
}

.call-btn,
a {
  text-decoration: none
}

.call-btn,
.social-media,
.what-we {
  display: inline-block
}

.about-us-bot h2,
.about-us-bot h3 {
  font-weight: 700;
  text-transform: uppercase
}

:root {
  --primary: #162a55;
  --secondary: #bf6311;
  --gray_bg: #dbe3e9
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400
}

a {
  outline: 0
}

.bg-style1 {
  background-color: var(--secondary)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600
}

.primary-bg,
.what-we-offer-inner-pro {
  background-color: var(--primary)
}

.gray-bg {
  background-color: var(--gray_bg)
}

.secondary-bg,
.social-media {
  background-color: var(--secondary)
}

/* .secondary-bg {
  clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 14% 100%, 0% 50%)
} */

.polygon-clip-path{
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 14% 100%, 0% 50%)
}
.secondary-color {
  color: var(--secondary)
}

.logo {
  width: 80%
}

.info-add i {
  font-size: 35px;
  margin-right: 10px
}

.social-media {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px
}

.social-icon,
.social-icon li {
  list-style: none;
  margin: 0
}

.info-add {
  margin: 0
}

.menu {
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  background-color: #162a55
}

.footer .heading_title,
.third-color.align-self-center {
  color: #fff
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase
}

.quote-get {
  background-color: var(--primary);
  padding: 5px 25px;
  color: #fff !important
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem
}

.text-jussica {
  text-align: justify;
  word-break: break-all
}

.towing {
  border-left: 4px solid var(--primary)
}

.cbs-wrapper {
  background: url(img/map.webp) top center/cover no-repeat
}

.service-section {
  background: url(img/map-pattern.webp) top center/cover fixed;
  height: auto
}

.ser-bg {
  background-color: rgba(0, 0, 0, .6);
  inset: 0;
  padding-top: 20px
}

.what-we-offer-inner {
  background-color: #fff;
  transition: .5s
}

.call-btn {
  padding: 10px 30px
}

.what-we {
  background-color: var(--secondary);
  padding: 25px;
  border: 5px solid #60330b
}

.bbts {
  background: url(img/cta2.webp) center center/cover no-repeat
}

.ccbts {
  background-color: rgba(0, 0, 0, .7);
  background-attachment: fixed
}

.footer-tit {
  background-color: #162a55
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 5%;
  color: #fff;
  top: 30%;
  background: rgba(0, 0, 0, .7);
  text-align: left;
  padding: 1% 2%
}

.active,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffef07
}

.gallery-image {
  height: 250px;
  width: 100%;
  object-fit: cover
}

.mid-op-image {
  background-color: var(--secondary);
  padding: 14px;
  border-radius: 50%;
  width: 90px;
  height: 90px
}

.moscow {
  border-radius: 50%;
  width: auto;
  height: 100%;
  margin: 0 auto
}

.moscow-title {
  position: absolute;
  top: 34%;
  padding: 5px 15px;
  left: 33%;
  z-index: -1;
  font-size: 18px;
  width: 75%
}

.email-size {
  font-size: 15px
}

.mobile-icon,
.mobile-icon .email {
  display: block
}

#cd-top,
.back-to-top,
.mobile-icon .mobile {
  display: none
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 0;
  text-align: center;
  max-width: 320px;
  z-index: 999999999999
}

.mobile-icon1 .material-button-anim {
  position: fixed;
  bottom: 3%;
  left: 36px;
  padding: 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: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: 0
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: 1s infinite alternate action
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px
}

@keyframes bounce {

  0%,
  100% {
    margin-top: 0
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0) scale(1) skew(0);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(1.25) skew(0);
    opacity: .25
  }

  100% {
    transform: rotate(0) scale(1.5) skew(0);
    opacity: 0
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s infinite bounce !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: 1.2s ease-in-out infinite roket-roket-circle-anim !important;
  -moz-animation: 1.2s ease-in-out infinite roket-roket-circle-anim !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: 1.2s ease-in-out infinite roket-roket-circle-anim !important;
  animation: 1.2s ease-in-out infinite roket-roket-circle-anim !important;
  -webkit-transition: .5s !important;
  -moz-transition: .5s !important;
  -o-transition: .5s !important;
  transition: .5s !important
}

.material-anim.two {
  border: 2px solid #649831 !important;
  opacity: .1 !important;
  background: 0 0 !important;
  -webkit-animation: 1.9s ease-in-out infinite roket-roket-circle-anim !important;
  -moz-animation: 1.9s ease-in-out infinite roket-roket-circle-anim !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: 1.9s ease-in-out infinite roket-roket-circle-anim !important;
  animation: 1.9s ease-in-out infinite roket-roket-circle-anim !important;
  -webkit-transition: .5s !important;
  -moz-transition: .5s !important;
  -o-transition: .5s !important;
  transition: .5s !important
}

.about-us-bot h3::before,
.rtx::before {
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0
}

iframe {
  width: 100%
}

.banner-cover-wrapper {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)) 0 0/cover, url(img/banner-5.webp) 0 0/cover, top center/cover no-repeat fixed;
  padding: 5% 0;
  text-transform: uppercase;
  color: #fff
}

.banner-cover-wrapper h2 {
  font-size: 3rem
}

.about-us-bot h2 {
  position: absolute;
  left: -8px;
  top: 10px;
  font-size: 65px;
  line-height: 1;
  margin: 0;
  opacity: .1
}

.about-us-bot h3 {
  float: left;
  width: 100%;
  font-size: 30px;
  position: relative;
  margin: 22px 0 11px
}

.about-us-bot h3::before {
  left: 0
}

.rtx::before {
  left: 47%;
  margin-top: 10px
}

ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

.about-us-bot .what-we {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 0
}

.abt-amt {
  gap: 5px
}

.abt-colla {
  width: 100%;
  height: 181px;
  margin-bottom: 0;
  object-fit: cover
}

.call-us-now {
  background: url(img/iron-img1.webp) right top no-repeat, var(--primary)
}

.gallery-wrapper {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)) 0 0/cover, url(img/banner-2.webp) 0 0/cover, top center/cover no-repeat fixed
}

.contact-us ul,
.open-time {
  border: 1px solid var(--primary);
  padding: 15px
}

.open-time p span:first-child {
  float: left;
  width: 135px
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b9b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 4px
}

.submit-btn {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 8px 25px;
  margin-bottom: 10px
}

.contact-us li {
  border-bottom: 1px solid #f0f8ff;
  padding: 5px 0
}

.social-tft {
  gap: 15px
}

.i4ewOd-pzNkMb-haAclf.QUIbkc {
  display: none !important
}

.i4ewOd-pzNkMb-haAclf {
  background-color: #2e312f;
  display: none
}

.testimonials-wrapper {
  background: url(img/bg-dots.webp) #fff;
  z-index: 19
}

.map-op {
  height: 384px;
  top: -70px;
  z-index: -9
}

.vic-map {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 450px;
  width: 100%;
  top: -73px
}

@media (max-width:768px) {
  .mobile-icon .mobile {
    display: block
  }
.polygon-clip-path{
  clip-path: none!important;
}
  .hide-me,
  .mobile-icon .email {
    display: none
  }

  .logo {
    margin: 0 auto;
    width: 65%
  }

  .call-us {
    font-size: 19px;
    padding: 10px 0
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    width: 109%;
    background-color: var(--primary);
    margin: 0 -17px -13px -13px
  }

  .navbar-nav {
    margin-top: 25px
  }

  .about-us-bot h2 {
    font-size: 45px
  }

  .call-us-now {
    background: url(img/iron-img1.webp) right top no-repeat, var(--primary);
    background-image: none
  }

  .moscow-title {
    left: 22%
  }

  .banner-cover-wrapper {
    padding: 12% 0
  }
}

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* semi-transparent black */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #3498db;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}