@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.copytightdiv-containers {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  
  .div-footer-internal {
    height: 100%;
    width: 100%;
  }
  
  .footer {
    background: #1b1b1a;
    border: 1px groove #aaa;
    bottom: 0;
    clear: both;
    color: #fff;
    height: 220px;
    line-height: normal;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
  }

  .footer-icons {
    background-color: #fff;
    border: 1px solid #c8ced7;
    border-radius: 4px;
    color: #272727;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 0 4px;
    text-align: center;
    width: 20px;
  }
  
  .footer-row-divs {
    height: 100%;
    position: relative;
    width: 100%;
  }
  
  .footer-text-divs {
    display: grid;
    grid-template-rows: 20% 80%;
    height: 100%;
    overflow: hidden;
    padding-right: 16px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
  }
  
  .footer-text-heading {
    color: gold;
    padding-top: 16px;
    text-align: left;
  }
  
  .footer-text-paragraph {
    color: #7e7c7b;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
  }
  
  .navigation-clean-button {
    background: #222;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #f2f5f8;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .navigation-clean-button .action-button,
  .navigation-clean-search .action-button,
  .navigation-clean-button .navbar-brand:hover {
    background: #56c6c6;
    border-radius: 20px;
    box-shadow: none;
    color: #fff !important;
    font-size: inherit;
    text-shadow: none;
  }
  
  .navigation-clean-button .navbar-brand {
    color: inherit;
    font-weight: 700;
  }
  
  .navigation-clean-button .navbar-collapse,
  .navigation-clean-button .navbar-form {
    border-top-color: #ddd;
  }
  
  .navigation-clean-button.navbar .navbar-nav>li>a {
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .navigation-clean-button .navbar-nav>li>.dropdown-menu {
    background-color: #222;
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: -5px;
  }
  
  .navigation-clean-button .actions,
  .navigation-clean-button .actions .login {
    margin-bottom: 0;
    margin-top: 7px;
  }
  
  .navigation-clean-button .action-button:active,
  .navigation-clean-button .action-button {
    background: 0 0;
    border: 1px solid #e04c40;
    border-radius: 0;
    box-shadow: none;
    color: #e04c40;
    padding: 10px 22px;
    text-shadow: none;
    transition: background-color 0.25s;
  }
  
  .navigation-clean-button .navbar-brand:hover {
    color: #1485ee;
  }
  .action-button:hover {
    background: #e04c40;
    border: 1px solid #df4c40;
    color: #fff;
    font-weight: 400;
  }
  
  .navbar {
    margin-bottom: 0;
  }
  
  .btn {
    border-radius: 0;
    font-family: iranyekan ,roboto ,Arial !important;
    font-weight: 400;
  }
  
  .btn:focus,
  .btn:hover,
  .btn.focus {
    background-color: #1485ee;
    border: none;
    color: #fff;
    text-decoration: none;
  }
  
  .container .col {
    background-color: #f2f2f2;
    border-radius: 16px;
    display: table;
    height: auto;
    margin: auto;
    max-width: 700px;
    padding: 20px;
  }
  
  input[type=text],
  select,
  textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-table;
    height: 30px;
    margin-bottom: 16px;
    margin-top: 6px;
    outline: 0;
    padding: 12px;
    resize: vertical;
    transition: 0.3s;
    width: 100%;
  }
  
  input[type=submit],
  input[type=text]:focus,
  textarea:focus {
    background: #00a7bd;
    border: none;
    border-color: #1e90ff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 #1e90ff;
    color: #fff;
    cursor: pointer;
    float: right;
    margin: auto;
    outline: 0;
    padding: 4px 20px;
  }
  
  input[type=submit]:hover {
    background: #00626f;
    background: linear-gradient(180deg, #00626f 0, #004858 100%);
  }
  
  .inputWithIcon {
    position: relative;
  }
  
  .inputWithIcon input[type=text] {
    padding-left: 35px;
  }
  
  .inputWithIcon i {
    color: #ccc;
    left: 0;
    padding: 0 8px;
    position: absolute;
    top: 13px;
  }
  
  #footer {
    text-align: center;
  }
  
  .footericons {
    font-size: 28px;
    margin-top: 10px;
  }
  
  .footerheadings {
    font-size: 15px;
    margin-top: 4px;
  }
  
  .socialnetworkicons {
    font-size: 50px;
  }
  
  .socialnetworklinks {
    margin: 30px;
  }
  
  @media (min-width: 768px) {
    .socialnetworklinks {
      margin: 80px;
    }
  }
  
  #copyrightheading {
    font-size: 13px;
    margin-top: 20px;
  }
  
  .row {
    margin: 0 auto;
  }
  
  footer {
    display: block;
    height: 190px;
    margin: 0 auto;
  }
  
  @media (max-width: 800px) {
    footer {
      margin-top: 280px;
    }
  }
  
  @media (max-width: 600px) {
    footer {
      margin-top: 350px;
    }
  }
  
  @media (max-width: 400px) {
    footer {
      margin-top: 350px;
      text-align: center;
    }
  }
  
  #footerinfo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
  }
  
  @media (max-width: 576px) {
    #footerinfo {
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }
  }
  
  #ignicionlogo {
    background-image: url("../../assets/img/Logo%20Ignicion%20TMb.png");
    margin-top: -40px;
    width: 59px;
  }
  
  a:hover {
    color: #1e1e1e;
    text-decoration: underline;
  }
  
  #direction-f {
    font-family: iranyekan ,roboto ,Arial !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 28px;
  }
  
  .bs-icon {
    --bs-icon-size: 0.75rem;
    align-items: center;
    color: var(--bs-primary);
    display: flex;
    font-size: var(--bs-icon-size);
    height: calc(var(--bs-icon-size) * 2);
    justify-content: center;
    width: calc(var(--bs-icon-size) * 2);
  }
  
  .bs-icon-xs {
    --bs-icon-size: 1rem;
    height: calc(var(--bs-icon-size) * 1.5);
    width: calc(var(--bs-icon-size) * 1.5);
  }
/* Icon sizes */
.bs-icon-sm {
    --bs-icon-size: 1rem;
  }
  
  .bs-icon-md {
    --bs-icon-size: 1.5rem;
  }
  
  .bs-icon-lg {
    --bs-icon-size: 2rem;
  }
  
  .bs-icon-xl {
    --bs-icon-size: 2.5rem;
  }
  
  /* Icon styles */
  .bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
  }
  
  .bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
  }
  
  .bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
  }
  
  .bs-icon.bs-icon-rounded {
    border-radius: .5rem;
  }
  
  .bs-icon.bs-icon-circle {
    border-radius: 50%;
  }
  
  /* Footer styles */
  .footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d;
  }
  
  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  .footer-basic li {
    padding: 0 10px;
  }
  
  .footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8;
  }
  
  .contact-clean form .btn:hover,
  .footer-basic ul a:hover {
    opacity: 1;
  }
  
  .footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
  }
  
  .footer-basic .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: .75;
  }
  
  .footer-basic .social>a:hover {
    opacity: .9;
  }
  
  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
  }
  
  /* MDL styles */
  .mdl-accordion,
  .mdl-button,
  .mdl-card,
  .mdl-checkbox,
  .mdl-dropdown-menu,
  .mdl-icon-toggle,
  .mdl-item,
  .mdl-radio,
  .mdl-slider,
  .mdl-switch,
  .mdl-tabs__tab,
  a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0;
  }
  
  h6,
  p {
    font-weight: 400;
    line-height: 24px;
  }
  
  p {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 16px;
  }
  
  a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #ffab40;
    font-weight: 500;
  }
  
  .tab {
    display: none;
  }
  
  /* General styles */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body a {
    color: inherit;
    text-decoration: none;
  }
  
  /* Multisteps form styles */
  .multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .multisteps-form__progress-btn {
    transition: .15s linear;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, .7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: 0!important;
    cursor: pointer;
  }
  
  @media (min-width: 500px) {
    .multisteps-form__progress-btn {
      text-indent: 0;
    }
  }
  
  .multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    transform: translateX(-50%);
    transition: .15s linear, transform .15s cubic-bezier(.05, 1.09, .16, 1.4), -webkit-transform .15s cubic-bezier(.05, 1.09, .16, 1.4);
    border: 2px solid currentColor;

    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3;
  }
  
  .multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition: .15s linear;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
  }
  :root {
    --background_color: rgb(251, 247, 255);
    --headfoot_color: rgb(30, 30, 60);
    --headfoot_hover_color: rgb(12, 12, 24);
    --headfoot_text_color: rgb(255, 255, 0);
    --headfoot_text_hover_color: rgb(255, 255, 255);
    --headfoot_shadow: rgb(12, 12, 40);
  }
  
  /* Multisteps form styles */
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  
  .multisteps-form__progress-btn.js-active {
    color: #f89eeb;
  }
  
  .multisteps-form__progress-btn.js-active:before {
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }
  
  /* Form styles */
  #regForm {
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    background: #fefefe;
    height: 386px;
  }
  
  /* Footer styles */
  footer {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff;
  }
  
  .footer-navigation h3 {
    margin: 0 0 20px;
    font: 36px Cookie, cursive;
    color: #fff;
  }
  
  .footer-navigation h3 a {
    text-decoration: none;
    color: #fff;
  }
  
  .footer-navigation h3 span {
    color: #5383d3;
  }
  
  .footer-navigation p.links a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
  
  .footer-contacts p {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
  }
  
  .footer-contacts p a {
    color: #5383d3;
    text-decoration: none;
  }
  
  .fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0;
  }
  
  span.new-line-span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
  }
  
  .footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
  }
  
  div.social-links {
    margin-top: 20px;
    color: #fff;
  }
  
  .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .contact-clean form .form-control {
    border: 1px solid #d4d4d4;
    color: inherit;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px;
  }
  
  .contact-clean form .form-control-feedback {
    height: 42px;
    line-height: 42px;
  }
  
  .contact-clean form .help-block {
    margin-top: 8px;
    font-size: 13px;
  }
  
  #formdiv {
    padding-bottom: 5%;
    margin-left: 14%;
    margin-right: 14%;
    border-radius: 10.2px;
    box-shadow: 0 0 16px #51cbee;
  }
  
  .footer {

  :root {
    --background_color: rgb(251, 247, 255);
    --headfoot_color: rgb(30, 30, 60);
    --headfoot_hover_color: rgb(12, 12, 24);
    --headfoot_text_color: rgb(255, 255, 0);
    --headfoot_text_hover_color: rgb(255, 255, 255);
    --headfoot_shadow: rgb(12, 12, 40);
  }
  
  /* Multisteps form styles */
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  
  .multisteps-form__progress-btn.js-active {
    color: #f89eeb;
  }
  
  .multisteps-form__progress-btn.js-active:before {
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }
  
  /* Form styles */
  #regForm {
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    background: #fefefe;
    height: 386px;
  }
  
  /* Footer styles */
  footer {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
    bottom: 0;
    color: #fff;
  }
  
  .footer-navigation h3 {
    margin: 0 0 20px;
    font: 36px Cookie, cursive;
    color: #fff;
  }
  
  .footer-navigation h3 a {
    text-decoration: none;
    color: #fff;
  }
  
  .footer-navigation h3 span {
    color: #5383d3;
  }
  
  .footer-navigation p.links a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }
  
  .footer-contacts p {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
  }
  
  .footer-contacts p a {
    color: #5383d3;
    text-decoration: none;
  }
  
  .fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0;
  }
  
  span.new-line-span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
  }
  
  .footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
  }
  
  div.social-links {
    margin-top: 20px;
    color: #fff;
  }
  
  .social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  
  .contact-clean form .form-control {
    border: 1px solid #d4d4d4;
    color: inherit;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px;
  }
  
  .contact-clean form .form-control-feedback {
    height: 42px;
    line-height: 42px;
  }
  
  .contact-clean form .help-block {
    margin-top: 8px;
    font-size: 13px;
  }
  
  #formdiv {
    padding-bottom: 5%;
    margin-left: 14%;
    margin-right: 14%;
    border-radius: 10.2px;
    box-shadow: 0 0 16px #51cbee;
  }
  
  .footer {
    box-shadow: 0;
}

.headfoot_icon {
    color: var(--headfoot_text_color);
}

.contact-clean {
    background: #f1f7fc;
    padding: 80px 0;
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit;
}

.contact-clean form {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .navigation-clean-button {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .footer-contacts {
        margin: 30px 0;
    }
    
    .contact-clean {
        padding: 20px 0;
    }
    
    .contact-clean form {
        padding: 30px;
    }
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}

.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}

.contact-clean form .btn {
    padding: 16px 32px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: 0!important;
}

.contact-clean form .btn:active {
    transform: translateY(1px);
}

.contact-clean form .btn-primary {
    background-color: #055ada!important;
    margin-top: 15px;
    color: #fff;
}
}
header {
    position: absolute;
    height: 200px;
    margin: 0;
    padding: 0;
    width: 100%;
    background: var(--bs-green);
    border-style: solid;
    border-color: #c14242;
    border-top-width: 2.4px;
    border-top-color: var(--bs-green);
    --bs-body-bg: #e02121;
    z-index: 1;
}
.main{
  height:auto;
  width:95%;
  background-color: #f9f9f9;
  position:relative;
  border-radius:10px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  flex-wrap: wrap;
  padding: 30px;
  gap: 30px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-end;
}
form{

  direction: rtl;
  width: 100%;
  height: 100%;
  position: relative;
}
.form{


  margin-top: 10px;
  margin-bottom: 25px;
  background-color:white;
  flex: 0 0 100%;
  border:2px solid #832e85;
  height:auto;
  width:100%;
  border-radius:10px;

}
.form p{
color: #2C3E50;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.my-form{
 color: #2C3E50;
  direction: rtl;
  margin:30px auto;
  background-color: white;
  display: flex;
  height: 40%;
  width: 90%;

  justify-content: center;
  align-items: center;

}
.my-form div{
  width: 100px;
  height: 50%;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}
.my-form div label{
    display: flex;
    align-items: center;
    margin: 0;
}

.my-form div label input[type="radio"] {
margin-right: 0px;
}
.my-form div label input[type="radio"] + span {

}
.button-19 {
  margin-top: 20px;
  background-color: #5a1872;
  border: 5px solid transparent;
  border-radius: 16px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: iranyekan ,roboto ,Arial !important;
  font-size: 15px;
  font-weight: 700;
  width: 200px;
  height: 70px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out , border .2s ease-in-out;
  direction: rtl;
    
}
.button-19:hover{
  background-color: transparent;
  color: #5a1872;
  border: 2px solid #5a1872;
}

/* .button-19:after {
  background-clip: padding-box;
  background-color: #5a1872;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
} */

.button-19:main,
.button-19:focus {
  user-select: auto;
}

.button-19:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}

.main-header{
  background-color:white;
  flex: 0 0 100%;
  align-items: center;
  text-align: center;
  height:130px;
  width:95%;
  border-radius:10px;
  margin-bottom: 20px auto;
}
.main-header h1{
  font-size: 35px;
}
.main-header h2{
  font-size: 25px;
}
.main-header img{
  height: 60px;
  width:50px;
  float: center;
}