/*
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
*/


.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: ltr;
}

.testimonial-filter > li a:hover, #testimonial .testimonial-filter > li a.active {
  background: #47b7bd;
  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: left;
  display: block;
}


.services-filter {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: inline-block;
  direction: ltr;
}

.services-filter > li a:hover, #services .services-filter > li a.active {
  background: #47b7bd;
  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*/


.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: #5F6873;
  color: white;
  font-size: 24px;
  padding: 5px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.subjectPro
{
  position: relative;
  font-size: 22px;
  text-align: left;
  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: ltr;
  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;
  text-align: center;
}

.serviceItemHeight {
  height: 250px;
}
/*pages css end*/


.top10px {
  margin-top : 10px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.ltr {
  direction: ltr;
  text-align: left;
}