﻿/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
@font-face {
    font-family: "BNazanin";
    src: url("../../Fonts/BNazanin.eot");
    src: local("☺"), url("../../Fonts/BNazanin.woff") format("woff"), url("../../Fonts/BNazanin.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BYekan";
    src: url("../../Fonts/BYekan.eot");
    src: local("☺"), url("../../Fonts/BYekan.woff") format("woff"), url("../../Fonts/BYekan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BTitrBold";
    src: url("../../Fonts/BTitrBold.eot");
    src: local("☺"), url("../../Fonts/BTitrBold.woff") format("woff"), url("../../Fonts/BTitrBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BKoodakBold";
    src: url("../../Fonts/BKoodakBold.eot");
    src: local("☺"), url("../../Fonts/BKoodakBold.woff") format("woff"), url("../../Fonts/BKoodakBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
body {
    background: url('images/1t.png') repeat fixed;
    background-size: auto;
    font-family: 'Lato', sans-serif;
    text-align: center;
    background-color: #ddd;
}
/*--header--*/
.header-w3l {
    margin: 2% auto;
}

    .header-w3l h1 {
        font-size: 3em;
        color: white;
        font-weight: 400;
        text-transform: uppercase;
    }
/*--//header--*/

/*--main--*/
.main-agileits {
    margin: 2% auto;
    background: #6a3da3;
    width: 32%;
    font-family: 'BYekan', sans-serif;
    box-shadow: 10px 10px 5px #888888;
}

.sub-head {
    font-size: 38px;
    padding: 42px;
    color: white;
    font-family:'BYekan';
}

.sub-main {
    position: relative;
    direction: rtl;
}
/*--icons--*/
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
    position: absolute;
    /*right: 81px;*/
    float:right;
    right:17%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.83);
    width: 22px;
    padding-top: 10px;
    margin-left:2px;
}

.icon1 {
    /*top: 12px;*/
}

.icon2 {
    /*top: 75px;*/
}

.icon3 {
    /*top: 138px;*/
}

.icon4 {
    /*top: 201px;*/
}

.icon5 {
    /*top: 264px;*/
}

.icon6 {
    /*top: 327px;*/
}
/*--//icons--*/

.sub-main input[type="text"], .sub-main input[type="password"] ,.sub-main select{
    outline: none;
    font-size: 1.1em;
    margin: 4px 0px 18px 1px;
    color: black;
    padding: 10px 38px;
    border: none;
    border-radius: 2px;
    width: 68%;
    font-family: 'Lato', sans-serif;
}

.sub-main input[type="submit"] {
    color: white;
    background: #5a981b;
    border: none;
    padding: 14px 30px;
    font-size: 22px;
    border-radius: 2px;
    margin: 17px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.register-btn {
    display:inline-block;
    color: white;
    background: #4e7eea;
    border: none;
    padding: 14px 30px;
    font-size: 22px;
    border-radius: 2px;
    margin: 17px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .sub-main input[type="submit"]:hover {
        background: #d9edf7;
        color: black;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

/*--//main--*/

/*--footer--*/
.footer-w3 p {
    font-size: .9em;
    color: black;
}

    .footer-w3 p a {
        color: #6a3da3;
    }

        .footer-w3 p a:hover {
            text-decoration: underline;
        }
/*--//footer--*/

/*--Responsive--*/
@media(max-width:1440px) {
    .main-agileits {
        width: 35%;
    }
}

@media(max-width:1366px) {
    .main-agileits {
        width: 36%;
    }
}

@media(max-width:1280px) {
    .main-agileits {
        width: 40%;
    }
}

@media(max-width:1024px) {
    .main-agileits {
        width: 50%;
    }
}

@media(max-width:991px) {
    .main-agileits {
        width: 52%;
    }
}

@media(max-width:800px) {
    .main-agileits {
        width: 64%;
    }
}

@media (max-width: 768px) {
    .main-agileits {
        width: 68%;
    }
}

@media (max-width: 736px) {
    .main-agileits {
        width: 70%;
    }

    .header-w3l h1 {
        font-size: 38px;
    }

    .sub-head {
        font-size: 35px;
    }
}

@media (max-width: 667px) {
    .main-agileits {
        width: 78%;
    }

    .header-w3l h1 {
        font-size: 39px;
    }
}

@media (max-width: 640px) {
    .main-agileits {
        width: 80%;
    }

    .header-w3l h1 {
        /*letter-spacing: 5px;*/
    }
}

@media (max-width: 600px) {
    .main-agileits {
        width: 84%;
    }

    .header-w3l h1 {
        /*letter-spacing: 4px;*/
    }
}

@media (max-width: 568px) {
    .main-agileits {
        width: 88%;
    }

    .header-w3l h1 {
 
    }
}

@media (max-width: 480px) {
    .main-agileits {
        width: 92%;
    }

    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
        /*right: 68px;*/
    }

    .header-w3l h1 {
        font-size: 2.8em;
        letter-spacing: 0px;
    }

    .sub-head {
        padding: 36px;
    }

    .footer-w3 p {
        font-size: 13px;
    }

    .footer-w3 {
        padding: 11px 0px 32px 0px;
    }
}

@media (max-width: 414px) {
    .main-agileits {
        width: 95%;
    }

    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
        /*right: 61px;*/
    }

    .header-w3l h1 {
        font-size: 34px;
    }

    .header-w3l {
        margin: 8% auto;
    }

    .sub-main input[type="submit"] {
        padding: 14px 70px;
        margin: 52px;
    }

    .sub-head {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
        /*right: 56px;*/
    }

    .header-w3l h1 {
        font-size: 32px;
    }

    .sub-head {
        font-size: 30px;
    }
}

@media (max-width: 384px) {
    .header-w3l h1 {
        font-size: 32px;
    }

    .sub-head {
        font-size: 28px;
    }

    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
        /*right: 55px;*/
    }

    .footer-w3 {
        line-height: 23px;
    }

    .sub-main input[type="submit"] {
        padding: 14px 70px;
        margin: 19px;
    }

    .sub-head {
        padding: 18px 0 10px 0;
    }
}

@media (max-width: 320px) {
    .header-w3l h1 {
        font-size: 34px;
    }

    .sub-head {
        font-size: 28px;
    }

    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6 {
        /*right: 48px;*/
    }

    .sub-main input[type="submit"] {
        padding: 14px 49px;
    }

    .footer-w3 {
        line-height: 23px;
    }
}
/*--//Responsive--*/
