/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 4, 2017, 11:40:53 AM
    Author     : hossein Roshan
*/

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/BYekan.eot?-wwn5ej');
    src: url('../fonts/BYekan.eot?#iefix-wwn5ej') format('embedded-opentype'),
        url('../fonts/BYekan.woff?-wwn5ej') format('woff'),
        url('../fonts/BYekan.ttf?-wwn5ej') format('truetype'),
        url('../fonts/BYekan.svg?-wwn5ej#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ecomiran';

    src: url('../fonts/ecomiranTitr.woff');
}

.map {
    height: 300px;
    width: 100%;
}


@media (max-width: 768px) {
    #bs-example-navbar-collapse-1 {
        margin-top: 26px;
        clear: both;
    }

    #intro.intro {
        padding: 27% 0 0 0;
    }
}

.navbar-toggle{
    z-index: 100;
}



.navbar-header {
    height: 100px;

}

.navbar-brand {
    min-height: 90px;
    text-align: center;
}

.navbar-brand img {
    max-height: 90px;
    max-width: 100%;
}

.testimonial-filter {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline-block;
    direction: rtl;
}

.testimonial-filter > li a:hover, #testimonial .testimonial-filter > li a.active {
    background: #67b0d1;
    color: #fff;
}

.testimonial-filter > li a {
    display: block;
    padding: 7px 15px;
    color: #2c2c2c;
    position: relative;
}
a:hover, a:focus {
    text-decoration: none;
    color: #ffc107;
}

.testimonial-filter > li {
    float: right;
    display: block;
}


.services-filter {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline-block;
    direction: rtl;
}

.services-filter > li a:hover, #services .services-filter > li a.active {
    background: #67b0d1;
    color: #fff;
}

.services-filter > li a {
    display: block;
    padding: 7px 15px;
    position: relative;
}

.services-filter > li {
    float: left;
    display: block;
}


.PIF {
    min-height: 200px;
    text-align: center;
    position: relative;
}

.PIF img {
    max-height: 200px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.SIF {
    min-height: 200px;
    text-align: center;
    position: relative;
}

.SIF img {
    max-height: 200px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.AIF {
    min-height: 200px;
    text-align: center;
    margin-bottom: 5px;
}
.AIF img{
    max-height: 200px;
    max-width: 100%;
}
.NIF {
    min-height: 200px;
    text-align: center;
    margin-bottom: 5px;
}
.NIF img{
    max-height: 200px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .NIF {
        position: relative;
    }

    .NIF img {
        display: block;
        position: absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
    }
    .AIF {
        position: relative;
    }
    .AIF img{
        display: block;
        position: absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
    }
}
.blog-item-img  {
    min-height: 300px;
    text-align: center;
}
.blog-item-img  img{
    max-height: 300px;
    max-width: 100%;
}

.productItem{
    background-color: white;
    margin-bottom: 1%;
    text-align: center;
    min-height: 230px;
    position: relative;
}

.productItem img {
    max-height: 230px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.productItemText {
    text-align: center;
}



/*news css*/

.btn--block {
    display: block;
    width: 100%;
}
.cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    width: 100%;
}
@media (min-width: 40rem) {
    .cards__item {
        width: 50%;
    }
}
@media (min-width: 56rem) {
    .cards__item {
        width: 33.3333%;
    }
}
.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.card:hover .card__image {
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
}
.card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
}
.card__image {
    min-height: 300px;
    text-align: center;
    position: relative;
}
.card__image img {
    max-height: 300px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

}
.card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (min-width: 40rem) {
    .card__image::before {
        padding-top: 66.6%;
    }
}

.card__title {
    color: #696969;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.card__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}



/*news css end*/

.owl-carousel {
    direction: ltr;
}

.top-nav-collapse #bs-example-navbar-collapse-1 {
    margin-top:26px;
}

.owl-carousel .item {
    min-height: 350px;
}

.owl-stage-outer {
    max-height: 350px;
}



/*pages css*/

.top2
{
    position: relative;
    clear: both;
    margin-top: 40px;
    margin-bottom: 10px;
}

.subjectMain {
    background-color: #D1BA6E;
    color: white;
    font-size: 24px;
    padding: 5px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.subjectPro
{
    position: relative;
    font-size: 22px;
    text-align: right;
    margin-bottom: 45px;
}
.centerBtn
{
    position: relative;
    text-align: center;
}

.decfdoc

{
    font-family: "Yekan";
    font-size: 18px;
    padding-right: 30px;
    position: relative;
}

ul.tab li a:focus, .active {
    background-color: #ccc;
    margin-right: 2px;
}

#producttab a {
    background-color: #e1e1e1;
}

.tabcontent {

    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.topDecTab {
    position: relative;
    clear: both;
    direction: rtl;
    margin-top: 60px;
    right: 11px;
}

.decPro, .subjectPro, .decfdoc {
    color: black;
    line-height: 35px;
}
.decPro {
    font-size: 17px;
    line-height: 2.2;
    padding-left: 35px;
    padding-right: 24px;
    text-align: justify;
}



.top120px {
    margin-top: 150px;
}
@media (max-width: 1200px) {
    .top120px {
        margin-top: 160px;
    }
}
@media (max-width: 770px) {
    .top120px {
        margin-top: 110px;
    }
}

.down2p {
    margin-bottom: 2%;
}

.productItemHeight {
    height: 320px;
}

.serviceItemHeight {
    height: 250px;
}
/*pages css end*/

.top10px {
    margin-top : 10px;
}

.show {
    display: block;
}

.hide {
    display: none;
}














.MIGF {
    min-height: 200px;
    text-align: center;
    margin-bottom: 10px;
    /*  width: 300px;*/
    position: relative;
}
.MIGF img{
    max-height: 500px;
    max-width: 300%;
    width:600px;
    height:auto;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.IGF {
    height: 110px;
    text-align: center;
    float: left;
}
.IGF img{
    height: 100px;
    width: 110px;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

#lightgallery {
    margin: 0px auto;
    float: none;
}

.lg {
    direction: ltr;
}

.zoom {
    margin: 0px auto;
    margin-bottom: 5px;
    cursor: pointer;
}

/*zoooooom*/
/*zoooooom*/
#zoom {
    width: 100%;
    height: auto;

}

.jsZoomTouch:before {
    content: "\f00e";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    /*top: 20px;
    right: 20px;*/
    top: 10px;
    right: 28px;
}

.jsZoomTouch:after {
    content: "\f065";
    font: normal normal normal 27px/1 FontAwesome;
    position: absolute;
    top: 18px;
    right: 15px;
}

.jsZoomTouch.jsZoomTouchZoomed:before {
    content: '\f010';
    font-size: 27px;
}

.jsZoomTouch.jsZoomTouchZoomed:after {
    content: '';
}


#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}
.jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
}
.jquery-script-center a {
    text-decoration:none;
}
.jquery-script-ads {
    width: 728px;
    height:90px;
    float:right;
}
.jquery-script-clear {
    clear:both;
    height:0;
}

.contactbut{
    font-size: 18px;
    border: 2px solid #646a71;
    border-radius: 5px;
    width: 200px;
    height: 55px; background-image: url(http://www.namabazaar.com/themes/fa/images/but2.png);
    background-color: #5F6873;
    cursor:pointer;
}

.inqbut{
    font-size: 18px;
    border: 2px solid #646a71;
    border-radius: 5px;
    width: 200px;
    height: 50px; background-image: url(http://www.namabazaar.com/themes/fa/images/but.png);
    background-color:#5F6873;
    cursor:pointer;
    margin-bottom: 10px;
}

/*zoooooom*/
/*zoooooom*/