body {
  padding: 0;
  margin: 0;
  background: #400495;
  font: 300 18px iranyekan; }

@keyframes io {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05); } }
.headimg {
  position: relative;
  min-height: 500px;
  height: 60vh;
  overflow: hidden; }
  .headimg .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #000;
    background: url(../img/bg2.jpg) 30% center no-repeat;
    background-size: cover;
    animation-name: io;
    animation-duration: 10s;
    animation-iteration-count: infinite; }

.dlbox {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 30px 30px 20px 20px;
  -moz-border-radius: 30px 30px 20px 20px;
  border-radius: 30px 30px 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  margin: -60px auto 40px;
  width: 1100px;
  max-width: 90%;
  padding: 40px 30px;
  border: 5px solid rgba(0, 0, 0, 0.1); }
  .dlbox .dllinks .dlsection {
    border: 1px solid #aaa;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px; }
    .dlbox .dllinks .dlsection:last-of-type {
      margin-bottom: 0; }
    .dlbox .dllinks .dlsection > .title {
      position: absolute;
      background: #fff;
      color: #6c6c6c;
      font-size: 12px;
      font-weight: bold;
      left: 15px;
      padding: 0px 10px;
      top: -8px; }
    .dlbox .dllinks .dlsection .btn:last-of-type {
      margin-bottom: 0; }
  .dlbox .dllinks small {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    line-height: 1.3;
    display: block; }
  .dlbox .dllinks .btn {
    display: block;
    margin-bottom: 15px;
    background: #19931f;
    color: #fff;
    text-align: right;
    position: relative;
    font-weight: 600;
    padding: 12px 60px 12px 40px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .dlbox .dllinks .btn:hover {
      background: #400495; }
    .dlbox .dllinks .btn:focus {
      background: #ff9900; }
    .dlbox .dllinks .btn.dis {
      background: #777;
      cursor: initial; }
    .dlbox .dllinks .btn.dis:hover {
      background: #888; }
    .dlbox .dllinks .btn strong {
      display: block; }
    .dlbox .dllinks .btn span {
      font-size: 14px;
      font-weight: 300;
      opacity: 0.9; }
    .dlbox .dllinks .btn i.icon {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px;
      vertical-align: middle;
      font-size: 24px; }
    .dlbox .dllinks .btn i.arrowi {
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -12px;
      line-height: 24px;
      font-size: 22px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.4); }
  .dlbox .dllinks .svgbtn {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .dlbox .dllinks .svgbtn img {
      min-width: 100%;
      max-width: 400px; }
    .dlbox .dllinks .svgbtn:hover {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04); }
    .dlbox .dllinks .svgbtn.dis {
      opacity: 0.6; }
      .dlbox .dllinks .svgbtn.dis:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .dlbox .dllinks .svgbtn.dis:hover {
      opacity: 0.7; }

.conbox {
  border: 2px solid #400495;
  padding: 30px 30px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .conbox h1 {
    font-size: 22px;
    margin: 0 0 30px;
    padding-left: 20px;
    position: relative;
    cursor: pointer; }
    .conbox h1 span {
      color: #400495; }
      .conbox h1 span small {
        color: #400495; }
    .conbox h1 i {
      color: #400495;
      font-size: 26px;
      line-height: 24px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px; }
  .conbox .inner {
    padding-top: 30px;
    border-top: 3px dotted #400495;
    padding-bottom: 30px; }

.features {
  font-size: 18px; }
  .features i {
    margin-left: 10px;
    color: #400495;
    vertical-align: middle; }

@media only screen and (max-width: 760px) {
  body {
    background: #fff; }

  .conbox {
    margin-bottom: 20px;
    border: 2px solid #400495;
    padding: 15px 15px 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 16px; }
    .conbox .features {
      font-size: 16px; }
    .conbox .inner {
      display: none; }
    .conbox h1 {
      font-size: 14px;
      margin: 0 0 15px;
      padding-left: 20px;
      position: relative;
      cursor: pointer;
      line-height: 1.6; }

  .headimg {
    position: relative;
    min-height: 260px;
    height: 35vh;
    overflow: hidden; }

  .dlbox {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    box-shadow: none;
    margin: -10px auto 0;
    max-width: 100%;
    padding: 10px;
    border: none; } }

/*# sourceMappingURL=main.css.map */
