﻿h1, h2, h3, h4, h5, h6, a, b, i, div, td, th, p, strong {
    font-family: IRANSans;
}

.headindex {
    border-bottom: 1px solid rgb(118, 115, 115);
    background-color: rgba(44, 43, 43, 0.70);
}

    .headindex li {
        margin: 1px;
        color: #25e54c
    }

header {
    padding: 0;
}

.banner-title {
    color: white;
    text-shadow: 1px 1px #282828;
}

.phonefarsi a, .callphone a {
    color: white;
    font-family: BNazanin;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    margin: 2px;
    margin-right: 8px;
    font-style: normal;
    float: right;
}

.phonefarsi a:hover {
    background-color: transparent !important;
    color: #25e54c;
    text-decoration: none;
}
    .phonefarsi i {
        font-size: 18px;
    }
.callphone a {
    color: white;
    text-decoration:none;
}
    .callphone a:hover {
        color: #25e54c;
    }
.navbar-nav {
    margin: 0
}

.navbar-default {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    padding-top: 10px;
    padding-bottom: 6px;
    
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus{
        color: #25e54c;
        background-color: transparent !important;
        border-bottom: 4px solid #25e54c;
    }

.headindexmenu {
    background-color: rgba(44, 43, 43, 0.70);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.75);
}

.app {
    margin-bottom: 1px
}
.btn-download {
    width:250px;
}
@media screen and (max-width: 500px) {
    .headindex, .headindexmenu {
        background-color: rgb(44, 43, 43);
    }
    .lg-logo, .banner-title {
        font-size: 18px !important;
        margin-bottom:10px;
        line-height:25px;
    }
    .banner-carousel h2{
        margin-top:125px;
        margin-bottom:0px;
    }
    #background-carousel .item-no1, #background-carousel .item-no2, #background-carousel .item-no3 {
        background-position: center center;
    }
    .btn-download {
        background-color:rgba(38, 73, 121, 0.65) !important;
    }
}