@font-face {
    font-family: "Iransans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans-web.eot');
    src: url("../fonts/IRANSans-web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSans-web.woff2") format("woff2"),
    url("../fonts/IRANSans-web.woff") format("woff"),
    url("../fonts/IRANSans-web.ttf") format("truetype");
}

@font-face {
    font-family: "IransansBold";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans-Medium-web.eot');
    src: url("../fonts/IRANSans-Medium-web?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSans-Medium-web.woff2") format("woff2"),
    url("../fonts/IRANSans-Medium-web.woff") format("woff"),
    url("../fonts/IRANSans-Medium-web.ttf") format("truetype");
}
body {
    font-family: 'Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    background-color: #fff;
    line-height: 2.5;
    direction: rtl;
    /*min-height: 3000px;*/
    height: 100%;
}
.navbar-brand {
    height: 85px;
    line-height: 55px;
}
.navbar-brand img{
    max-width: 85px;
}
.navbar{
    min-height: 85px;
    margin-bottom: 30px;
}
.navbar-toggle {
    margin-top: 18px;
    border: 0;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.nav{
    direction: rtl;
}
.nav .divider{
    display: inline-block;
    width: 2px;
    height: 25px;
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    float: right;
}
.nav > li > a {
    padding: 10px 5px;
    margin: 0 20px;
}
.navbar-default {
     background-color: transparent;
     border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.header{
    text-align: center;
    background-color: #0d6aad;
    padding-top: 30px;
    padding-bottom: 70px;
    background-image: url("../img/head-bg1.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: cover;
    background-position: center;
    position: relative;

    -webkit-box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 18px -6px rgba(0, 0, 0, .15);
    margin-bottom: 50px;
}
.header .logo{
    margin-bottom: 20px;
}
.header .logo img{
    max-width: 100px;
}
.header .text-logo{
    margin-bottom: 20px;
}
.header .text-logo img{
    max-width: 100px;
}
.header > h1{
    font-family: 'IransansBold','Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    padding-bottom: 0;
    font-size: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 0;
}
.header > .row{
    margin: 0;
}
.header p{
    color: #fff;
    font-size: 13px;
}

.header p span.free{
    background-color: #fff;
    border-radius: 30px;
    padding: 4px 11px 5px;
    color: #000;
    white-space: nowrap;
}
.header p:last-child{
    margin-bottom: 30px;
}
.header a.btn{
    position: relative;
    z-index: 1;
}
.header span.btn{
    margin-bottom: 20px;
}
.btn{
    direction: rtl;
}
.particles-js-canvas-el{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.section{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.section  h2{
    font-family: 'IransansBold','Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 30px;
}
.section .content .box.has-top-border{
    border-top: 10px solid #ccc;
}
.section .content .box .box-body{
    padding: 20px;
}
.section .content .box{
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.15);
    box-shadow: 0 6px 15px rgba(0,0,0,.15);
}
.section .content i.icon{
    font-size: 70px;
}
.section .content h3.title{
    font-family: 'IransansBold','Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 5px;
}
.section .content .screenshot{
    width: 100%;
}
.prices .box-header{
    font-size: 20px;
    font-family: 'IransansBold', 'Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0 10px;
    background-color: #777;
    color: #fff;
}
.prices .box-body p{
    margin: 0;
    text-align: center;
}
.prices .price{
    font-size: 30px;
    background-color: #4CAF50;
    font-family: 'IransansBold','Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
}
.prices .price small{
    font-family: 'Iransans',Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    position: relative;
    right: -8px;
}
.prices .footer{
    padding: 10px;
    text-align: center;
}
.prices .footer .btn{
    display: block;
}
.contact .contact-item{
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.contact .contact-item .icon{
    border: 6px solid #e3ff00;
    display: inline-block;
    padding: 0px 15px;
    font-size: 20px;
    position: relative;
    border-radius: 50%;
    background-color: #333;
}
.contact .contact-item .icon i{
    color: #fff;
}
.contact .contact-item label{
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding: 0 7px;
    font-size: 11px;
    right: 62px;
}
.contact .contact-item .value{
    border: 7px solid #e3ff00;
    display: inline-block;
    /* height: 60px; */
    line-height: 46px;
    border-radius: 50px;
    padding: 2px 52px 0 15px;
    margin-right: -55px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}
.form-control{
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.site-footer{
    background-color: #333;
}
.site-footer p{
    margin-bottom: 0;
    padding: 15px 0;
    color: #fff;
}

.no-select {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-phen {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 8px 17px 9px;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

.btn-phen-lime {
    background-color: #e3ff00;
    color: #000;
}

.btn-phen-lime:hover, .btn-phen-lime:focus {
    background-color: #d5ec06;
}

.btn-phen-default {
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
}

.btn-phen-default:hover, .btn-phen-default:focus {
    background-color: #eee;
}

.btn-phen-green {
    background-color: #2ecc71;
    color: #fff;
}

.btn-phen-green:hover, .btn-phen-green:focus {
    background-color: #0abe57;
    color: #fff;
}

.btn-phen-red {
    background-color: #f44336;
    color: #fff;
}

.btn-phen-red:hover, .btn-phen-red:focus {
    background-color: #e53935;
    color: #fff;
}

.btn-phen-blue {
    background-color: #2196F3;
    color: #fff;
}

.btn-phen-blue:hover, .btn-phen-blue:focus {
    background-color: #1E88E5;
    color: #fff;
}

.link-phen-black {
    color: #000;
}

.link-phen-black:hover, .link-phen-black:focus {
    color: #777;
}

.dropdown-menu {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    border: 1px solid #ddd;
}

.box {
    background-color: #fefefe;
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    border-top: 0;
    margin-bottom: 20px;
}

.box-body {
    padding: 30px;
    background-color: #fff;
}

.modal-content {
    border-radius: 5px;
}

.modal-header .close {
    color: #fff;
    background-color: #426575 !important;
    padding: 2px 6px 0 !important;
    border-radius: 50%;
    font-weight: normal;
    opacity: 1;
    text-shadow: none;
}

.modal-header .close:hover,
.modal-header .close:active,
.modal-header .close:focus {
    color: #fff;
    opacity: 1;
}

.modal-header {
    background-color: #222d32;
    color: #fff;
    padding: 13px;
}

.alert-danger .close,
.alert-success .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.3) !important;
    padding: 2px 6px 0 !important;
    border-radius: 50%;
}

.alert-danger .close:hover,
.alert-danger .close:active,
.alert-danger .close:focus,
.alert-success .close:hover,
.alert-success .close:active,
.alert-success .close:focus {
    color: #fff;
    opacity: 1;
}

.alert .title {
    font-weight: normal;
    font-size: 13px;
    font-family: 'IransansBold', 'Iransans', tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-top: -3px;
}

.alert p.alert-content {
    font-size: 11px;
}

button:focus,
input[type=submit],
input[type=button] {
    outline: none !important;
}

.status-running {
    border: 4px solid #00A65A;
    background-color: rgba(0, 255, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    top: 5px;
    position: relative;
}

.status-stop {
    border: 4px solid red;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    top: 5px;
    position: relative;
}

@-webkit-keyframes blink /* Safari and Chrome */
{
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}

@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}

.blink {
    -webkit-animation: blink 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
    -moz-animation: blink 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
    -ms-animation: blink 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
    -o-animation: blink 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
    animation: blink 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) infinite alternate;
}

.box-header {
    padding: 7px 10px;
    background-color: #f8f9fa;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.box-header .box-title {
    font-size: 11px;
}

.box-header a {
    color: #000;

}

.box-header a:hover,
.box-header a:active,
.box-header a:focus {
    color: #000;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}


.dropdown-menu {
    padding: 0;
    z-index: 1001;
}

.dropdown-menu > li > a {
    padding: 10px;
}

.dropdown-menu .divider {
    margin: 0;
}

.makeswal {
    font-size: 1.5rem;
    color: darkgray;
    cursor: help;
    display: inline-block;
    padding: 10px;
    position: relative;
    margin:-10px;
    top:2px;
}

.iransans {
    font-family: 'Iransans', Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
}

.iransans-bold {
    font-family: 'IransansBold', Tahoma, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
}

.btn.with-icon {
    font-size: 11px;
    padding: 4px 17px 9px !important;
}

.btn.with-icon i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 17px;
}

.btn.search.with-icon {
    font-size: 11px;
    padding: 7px 17px 9px !important;
}

.btn.search.with-icon i {
    top: 2px;
    font-size: 13px;
}



@media (min-width: 767px) {
    .navbar-nav > li > a {
        padding-top: 33px;
    }
}

@media (max-width: 767px) {

    .box-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    .box-body > .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .header .col-xs-12{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header > h1{
        font-size: 25px;
    }
    .navbar{
        margin-bottom: 0;
    }
    .section .content{
        text-align: center;
    }

}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}