    .main {
    font-family: byekan;
    max-width: 700px;
    margin: auto;
    margin-bottom: 150px;
    clear: both;
    margin-top: 40px;
}

form div {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

form input,
form select,
form textarea {
    width: 100%;
    border: 2px solid #008697;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
    font-family: iransans;
    font-size: 12pt;
    font-weight: 600;
}

form input:valid,
form textarea:valid {
    background: white;
    text-align: left;
    padding: 10px;
}

form input:focus,
form textarea:focus {
    border-color: #f06d06;
}

form input:focus+label,
form textarea:focus+label {
    background: #B71817;
    color: white;
    font-size: 100%;
    padding: 1px 6px;
    z-index: 2;
    text-transform: uppercase;
}

form label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    padding: 7px 6px;
    box-sizing: border-box;
}

form textarea {
    display: block;
    resize: vertical;
    min-height: 100px;
}

form.go-top input,
form.go-top select,
form.go-top textarea {
    padding: 12px 12px 12px 12px;
    background: #ffffff;
}

form.go-top label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

form.go-top input:focus,
form.go-top textarea:focus {
    padding: 20px 6px 4px 6px;
}

form.go-top input:focus+label,
form.go-top textarea:focus+label {
    bottom: 100%;
    margin-bottom: -16px;
}

form.go-bottom input,
form.go-bottom textarea {
    padding: 12px 12px 12px 12px;
}

form.go-bottom label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

form.go-bottom input:focus,
form.go-bottom textarea:focus {
    padding: 4px 6px 20px 6px;
}

form.go-bottom input:focus+label,
form.go-bottom textarea:focus+label {
    top: 100%;
    margin-top: -16px;
}

form.go-right label {
    top: 2px;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: -3px;
}

form.go-right input:focus+label,
form.go-right textarea:focus+label {
    right: 0;
    margin-right: 0;
    width: 19%;
    padding-top: 11px;
    font-family: iransans;
    font-size: 10pt;
}

form.go-left label {
    top: 2px;
    font-size: 14pt;
    left: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: -3px;
}

form.go-left input:focus+label,
form.go-left textarea:focus+label {
    left: 2px;
    margin-left: 0;
    width: 20%;
    padding-top: 5px;
}

input[type=button],
input[type=reset],
input[type=submit] {
    width: auto;
    float: left;
    margin: 10px;
    background: #209DB7!important;
    color: white;
    border: 2px solid;
    border-radius: 10px;
}

fieldset {
    border: 4px solid rgb(32, 157, 183);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.42);
    background: url(/pic/form-back.png?) no-repeat #E8F5F9;
}

legend {
    width: auto;
    padding: 10px;
    color: #209DB7;
    border-bottom: 0px;
    font-weight: 600;
    margin-bottom: 0;
}

.rtl {
    text-align: right!important;
}

input:required,
select:required,
textarea:required {
    background-image: url('/pic/star-bg2.png?')!important;
    background-position: 01% 50%!important;
    background-repeat: no-repeat!important;
    background: white;
}

.head-back {
    z-index: 5;
    position: absolute;
    top: 0px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.head-in img:hover+.head-back {
    top: 100px!important;
}

.head-back h3 {
    font-weight: 600;
    text-align: center;
}

.message {
    font-family: iransans!important;
    font-size: 14pt;
    text-align: center;
    border: 1px solid #0093CC;
    border-top: 10px solid #0093CC;
    border-bottom: 10px solid #0093CC;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.54);
    padding: 40px;
    margin: 60px;
    line-height: 250%;
}

.rahgiri {
    border: 2px solid;
    width: 70%;
    margin: auto;
    margin-top: 40px;
    padding: 10px;
    font-size: 20pt;
    font-family: opensans!important;
    font-weight: 600;
}

a.rahgiri {
    display: block;
    background: #920000;
    color: #ffffff;
    font-family: iransans!important;
    font-size: 12pt;
    border: 2px solid #000000;
}

    .captcha-div {
        width: 50%;
        float: right;
    }
    .register {
        text-align: left;
        height: 34px;
        padding-top: 5px;
    }
    .register a {
        font-size: 12pt;
        font-weight: 600;
        /* border: 2px solid; */
        padding: 11px;
        background: rgba(255, 255, 255, 0.78);
        color: #E20000;
    }
    img.captcha {
        width: 30px;
        margin-right: 10px;
    }
    .register a {
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        background: #ffa461;
        padding: 10px;
        float: left;
        color: #ffffff;
    }
    .captcha-div {
        width: 50%;
        float: left;
    }
@media(max-width: 767px) {
    @media(max-width: 767px) {
        .message {
            font-family: iransans !important;
            font-size: 13pt;
            margin: 57px 0px;
            padding: 5px;
        }
        .rahgiri {
            border: 2px solid;
            width: 100%;
            margin: auto;
            margin-top: 40px;
            /* padding: 10px; */
            font-size: 20pt;
        }
    }
}
.news-item3 ul li{
   list-style: none;
   /* margin-bottom: 15px; */
   transition:all 0.2s ease-in-out;
   border-bottom: 1px solid #56b4cd;
   padding: 15px 0;
}
.news-item3 ul li:hover{
   list-style: none;
   /* margin-bottom: 15px; */
   background: #56b4cd;
}
.news-item3 ul li:hover a{
   color: #ffffff;
}
.news-item3 ul li:before{
   content: '\f192';
   display: inline-block;
   height: 12px;
   color: #7a4794;
   width: 13px;
   font-family: nie;
   background-size:cover;
}
.news-item3 ul li a{
    font-size: 11pt;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    color: #808080;
}

.news-item3 ul li a:hover {
    text-decoration: none;
}
.m-box1 h4,
.m-box2 h4,
.m-boxb h4 {
    background: #00cfa8;
    /* height: 39px; */
    color: #ffffff;
    font-size: 12pt;
    /* margin: -10px; */
    padding: 12px;
    margin-bottom: 10px;
}

.m-box1 {
    background: #ffffff;
}