.btn-modern-primary {
  background-color: #1067BF;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.btn-modern-primary:hover {
  color: white;
  background-color: #0a4178;
}

.btn-modern-outline-primary {
  border: 1px solid #1067BF;
  color: #1067BF;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-modern-outline-primary:hover {
  background-color: #e1effc;
}

.btn-modern-outline-white {
  border: 1px solid white;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-modern-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.164);
  color: white;
}

* {
  font-family: Vazir, sans-serif;
}

.main-logo {
  height: 70px;
}

.main-nav {
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  border-radius: 100px;
  padding: 10px 35px;
}

.main-nav .nav-link {
  padding: 4px 2px !important;
  border-bottom: 1px dashed white;
  margin: 0px 7px;
}

.main-nav .nav-link:hover {
  color: #1067BF !important;
  border-bottom: 1px dashed #1067BF;
}

.section-title {
  color: #1067BF;
  font-family: Vazir, sans-serif;
  font-size: 28px;
  padding-right: 10px;
  border-right: 5px solid #1067BF;
}

.zarinshahr-section {
  background-color: #1067BF;
  -webkit-box-shadow: 0px 0px 15px #1067BF;
          box-shadow: 0px 0px 15px #1067BF;
}

.article-card {
  margin: 25px 0px;
}

.article-card .article-card-img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.article-card .article-card-title {
  font-family: Vazir, sans-serif;
  font-size: 25px;
  color: #292A24;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.article-card .article-card-info {
  color: #44453c;
  display: block;
  margin-bottom: 5px;
}

.article-card:hover .article-card-img {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.425);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.425);
}

.article-card:hover .article-card-title {
  color: #1067BF;
}

.form-control-combination-modern {
  margin-bottom: 15px;
}

.form-control-combination-modern input, .form-control-combination-modern textarea {
  border: 1px dashed #1067BF;
  display: block;
  width: 100%;
  color: #1067BF;
  background-color: #F9F9F9;
  padding: 10px 15px;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-control-combination-modern input:focus, .form-control-combination-modern textarea:focus {
  outline: none;
}

.form-control-combination-modern label {
  color: #1067BF;
  padding: 5px 15px;
}

.contact-section-info {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: #1067BF;
}

.contact-section-info i {
  color: #1067BF;
}

.text-light {
  color: #c9c9c9 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Vazir, sans-serif;
}

@media only screen and (max-width: 500px) {
  .header-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=main.css.map */