@font-face {
    font-family: tanha;
    src: url("../fonts/IRANSansWeb_FaNum__Medium.eot")format("embedded-opentype");
    src: url("../fonts/IRANSansWeb_FaNum__Medium.ttf")format("truetype");
    src: url("../fonts/IRANSansWeb_FaNum__Medium.woff")format("woff");
    src: url("../fonts/IRANSansWeb_FaNum__Medium.woff2")format("woff2");
}

.view1{

}

div,ul,li,span,a,nav,section,pre{
    font-family: tanha;
    font-weight: 600;
}

.font_sm{
    font-size: 0.70rem;
}


.font_md{
    font-size: 0.92rem;
}


.font_lg{
    font-size: 1.12rem;
}

.w-95{
    width: 95%;
}

.bg-image1{
        background-image: url("../image/Group 191.jpg");
}


footer{
    background-color: #0C0B10;
}

.top_logo{
    right: -166px;
    top: -61px;
}


.bottom_nav{
    border-radius: 0 0 25px 25px;
    z-index: 5;
}

.mt-n5-6{
    margin-top: -3.6rem!important;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
}

.bg-light{
    background-color: #F8F8F8;
}

a:hover{
    color:#2C9C59 !important;
}

.navbar{
    z-index: 10;

}

.text_pink{
    color: #2C9C59 !important;
}

.text_pink_dark{
    color: #2C9C59 !important;
}

#navbarSupportedContent-555 li {
    border-color: #2C9C59 !important;
}

nav{
    background: transparent;
}

.pink_border{
    border-color: #2C9C59 !important;
}


.bg_pink{
    background: #2C9C59 !important;
}

.line-height{
    line-height: 42px;
}

.app img{
    cursor: pointer;
    box-shadow: 0 1px 3px black;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 992px){
    .border-left{
        border: none !important;
    }

    nav{
        background: #0C0B10 !important;
        text-align: right !important;
    }

    .view .img-fluid{
        max-width: 34% !important;
        margin: 0 auto;
    }

    .h3-responsive{
        font-size: 100% !important;
    }

    .line-height{
        line-height: 32px;
    }

}