@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/woff/IRANSansX-Bold.woff') format('woff')
  /*url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');*/
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/woff/IRANSansX-Regular.woff') format('woff')
  /*url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');*/
}


/* END Regular */
body {
  background-color: #f0f0f0;
  background: radial-gradient(circle, rgba(255,255,255,1) -20%, rgba(245,245,245,1) 80%);
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 0 25px -5px rgba(0,0,0,0.08) inset;
}

.container.header-image {
  padding: 0;
}


.top-image {
  border-radius: none;
  overflow: hidden;
  text-align: center;
  background-image: url(car-ecu.webp);
  width: 100%;
  height: 220px;
  right: 0;
  top: 0;
  background-size: 100%;
}

.top-image img {
  max-width: 800px;
  display: none;
}

body > .main-container {
  padding: 0px 40px;
  font-family: IRANSansX, sans-serif;
  direction: rtl;
}

h1 {
  font-family: IRANSansX, sans-serif;
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0px;
}

.business-subheading {
  font-family: IRANSansX, sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.business-content {
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
  padding-bottom: 25px;
}

.section {
  font-size: 15px;
  line-height: 22px;
}

.contact-us {
  margin-top: 30px;
  text-align: center;
}

.contact-us svg {
  width: 50px;
}

.phone {
  text-align: center;
  margin: 30px auto;
  font-size: 16px;
  background-color: #e0e0e0;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: rgb(50,50,50);
  border: 1px rgba(200,200,200, 0.3) solid;
}

.phone a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.find-us #map {
  text-align: center;
  margin: 40px auto;
  overflow: hidden;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  font-size: 16px;
}

.frequent-questions {
  margin-bottom: 25px;
}

.contact-us p, .find-us a, .find-us p {
  font-size: 14px;
}

#map img {
  margin: 0px auto;
  max-width: 100%;
  width: 100%;
}

.map-link {
  background-color: #f0f0f0;
}
.map-link a {
  text-decoration: none;
  color: rgba(130,130,130);
  font-weight: normal;
}

.find-us p {
  text-align: center;
  margin: 10px auto;
}

#map a {
  text-decoration: none;
  color: cyan;
}

.map-link {
    cursor: pointer;
}
.map-link:hover {
  background-color: rgb(80,80,80);
  cursor: pointer;
  color: white;
}

.contact-us a {
  text-decoration: none !important;
}

.footer { 
  margin-top: 25px;
  border-top: 1px #c0c0c0 solid;
  padding-top: 15px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.footer p {
  margin: 0px;
  padding: 0px;
  color: rgb(50,50,50)
}

.nav-row {
  color: red !important;
  width: 100%;
  font-family: IRANSansX, sans-serif;
}
.container.nav-row {
  padding: 0;
}

.navigation {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.navigation li {
  display: block;
  float: right;
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px #e0e0e0 solid;
}

.navigation li.active {
  background-color: #838a53;
}

.navigation li.active a {
  color: white;
}

.navigation li a {
  display: block;
  color: rgb(50,50,50);
  margin: 0px;
  padding: 0px;
  font-size: 16px !important;
  text-decoration: none;
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
}

.navigation li a:hover {
  cursor: pointer;
}

.container.footer {
  padding: 20px 0;
  width: 100%;
  margin: 0;
}

.footer p {
  font-family: IRANSansX, sans-serif;
  color: rgb(100,100,100) !important;
}

.footer p a {
  text-decoration: none;
  color: rgb(100,100,100) !important;
}

.services-text {
  font-size: 14px;
  padding-bottom: 25px;
  line-height: 25px;
  margin-top: 25px;
}

.breadcrumbs {
  width: 100%;
  text-align: right;
  direction: rtl;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs .blink {
  font-size: 14px;
  color: rgb(0,0,0,0.7);
  text-decoration: none;
  padding: 0 7px;
}

.breadcrumbs .blink {
  color: rgb(0,0,0,0.6);
}

.breadcrumbs .spacer {
  font-size: 11px;
  color: black;
}
table.articles-info {
  font-size: 11px;
  margin-bottom: 25px;
}

table.content-table {
  font-size: 14px;
}
.important-link {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;  
}

.car-list {
  margin-top: 25px;
}
.car-list span {
  display: inline-block;
  padding: 3px;
  background-color: #ccc;
  margin: 2px;
  border-radius: 5px;
}
.phone span {
  font-weight: bold;
}

.car-list h3 a {
  text-decoration: none;
 font-size: 18px;
 color: black;
}

.car-list h3 {
 margin-top: 25px;
 border-top: 1px #f0f0f0 solid;
 padding-top: 10px;
}

.important-link a {
  font-size: 12px;
}

.car-anim {
  margin: 20px auto;
  text-align: center;
}

.car-anim img {
  border-radius: 20px;
  max-width: 300px;
  width: 100%;
  mix-blend-mode: multiply;
}

.find-us .hint1 {
  font-size: 15px;
}

.find-us .hint2 {
  color: #b0b0b0;
  font-weight: normal;
}


footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: right;
  
}

footer ul li {
  display:  block;
  width: 100%;
  text-align: center;
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 5px;
}

footer ul li a {
  text-decoration: none;
  color: rgba(0,0,0,0.65);
  font-family: IRANSansX;
  font-size: 10px;
  padding: 0px 5px;
}

.shipping-body {
  margin: 25px auto;
  font-size: 12px;
  line-height: 25px;
}

.shipping-body h3 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

.feature-box {
  margin: 25px auto;
}
.feature-box .feature {
  height: 200px;
  overflow: hidden;
}

.feature-box .feature-image {
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}


.feature-box .feature-image img {
  width: 100%;
  max-width: 100px;
}



.feature-box h2 {
  font-size: 16px;
  text-align: center;
  color: rgba(0,0,0,0.75);
}

.feature-box h2 a {
  text-decoration: none;
  color: rgba(0,0,0,0.75);
}

.keywords {
  margin: 25px 0;
}

.keywords span {
  margin: 5px;
  background-color: rgba(0,0,0,0.1);
  font-size: 13px;
  padding: 3px;
}

.home-services h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}
.home-services ul {
  padding: 0;
  margin: 0;
}

.home-services ul li {
  background-color: rgba(0,0,0,0.05);
  padding: 15px;
  margin-bottom: 10px;
}

.home-services ul li::marker {
  color: rgba(0,0,0,0.6)
}

.normal-list ul {
  padding: 0px;
  margin-top: 25px;
}
.normal-list h3 {
  font-size: 18px;
}

.normal-list li {
  list-style: none;
  margin-top: 20px;
}

.normal-list div {
  font-size: 15px;
}


header h1{
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

article .articles-info tr:last-child td {
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 15px;
}
  
article .articles-info {   
  margin-bottom: 15px;
}

article h2 {
  font-size: 18px;
  margin: 20px 0;
}

article section {
  font-size: 15px;
  border-bottom: 1px #f0f0f0 solid;
  padding: 15px 0;
  line-height: 30px;
}

article footer {
  padding: 25px 0;
  font-size: 14px;
}

article footer h3 {
  font-size: 14px;
}

.main-page-units-list {
  font-size: 14px;
  margin-top: 25px !important;
  list-style: none;
}

@media (min-width:1025px) {
  
  body .container .row {
    max-width: 800px !important;
  }
  
  .nav-row {
    width: 800px;
    margin-top:0px;
  }
  .navigation li {
     width: 20%;
  }
  .navigation li a {
    font-size: 16px; 
  }
  body > .main-container {
    font-size: 1.1em;
    max-width: 800px;
    padding: 0px;
  }
  
  .top-image {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-image: none;
    /*! position: relative; */
    height: auto;
    max-width: 800px;
    max-height: 300px;
   }
  
  .top-image img {
    display: inline;
    width: 800px;
  }
  
  .business-content {
    font-size: 1em;
  }

  h1 {
    font-size: 1.5em;
    margin: 20px;
  }

  .phone {
    font-size: 1em;
  }

  .contact-us, .find-us {
    font-size: 1em;
  }
  
  .container.footer {
    padding: 20px 0;
    width: 800px;
    margin: 0 auto;
  }

  .feature-box {
    height: 200px;
    text-align: center;
    margin-bottom: 0px;
  }
  
  .feature-box .feature {
    display: inline-block;
    width: 32%;
    overflow: hidden;
  }

  article h2 {
  font-size: 18px;
  margin: 20px 0;
}

article section {
  font-size: 15px;
  border-bottom: 1px #f0f0f0 solid;
  padding: 15px 0;
}

article footer {
  padding: 25px 0;
  font-size: 14px;
}

article footer h3 {
  font-size: 14px;
}

}