*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
/*tab nav*/
.niche-part{
   padding: 0;
}
.niche-nav {
    margin-bottom:30px;
   }

   @media (max-width: 575px) {
    .niche-nav .nav-tabs li .nav-link {
     font-size:12px;
     line-height:18px;
     padding:10px 10px;
    }
   }
/*carousel*/
.carousel-item{
    height:350px;
}
@media all and (max-width:600px){
    .carousel-item{
    /* height:200px; */
    height: max-content;
}
}
   
/*tab1*/

/*firsttable start*/
#ratings .container .row {
    display: flex;
    flex-flow: wrap row;
   justify-content: space-between;
}
.logomoshatri .logo{
    width: 120pxpx;
  height:100px;
  margin:8px 35% 20px 0;
   background-color:transparent;
}
.firsttable{
    width:550px;
    display: flex;
    flex-flow: wrap ;
    justify-content: space-between;
    border: 1px solid gray;
    border-radius: 5px;
    background-color:  #eeecec9c;
    border: 1px solid rgb(218, 218, 218);
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px ;
   box-sizing: border-box;
}
.firsttable:hover{
    background:var(--white);
    -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
    box-shadow:-10px -10px 25px 0px rgba(0,0,0,0.1)
}

.firsttable .line1 h6,.firsttable h6{
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: bolder;
    color: rgb(37, 34, 34);
}
.firsttable .line1 h6{
    margin-top: 15px;
    padding-bottom: 10px;
    float: right;
    border-bottom: none;
}
.firsttable .line2{
    width:100%;
}
.firsttable .line2 h6{
    padding-bottom:10px;
    border-bottom: 1px solid rgb(218, 218, 218);
}
.firsttable .line1 h6 span,.firsttable h6 span{
    font-weight: lighter;
    margin-right: 20px;
}
.firsttable .line1 h6 span i{
    margin-right: 30px;
}
@media all and (max-width:700px){
    #ratings .container .row {
        display: flex;
        flex-flow: wrap column;
       justify-content: center;
    }
    .logomoshatri  .logo{
        margin: 20px;
       margin-right: 80%;
    }
    .firsttable{
        width: 100%;
       margin-bottom:40px;
    }
}
@media all and (max-width:1024px){
  .logomoshatri  .logo{
        margin: 0;
        margin-bottom:20px;
       margin-right: 40%;
    }
    .firsttable{
        width:100%;
       margin-bottom:40px;
    }
   
}
@media all and (max-width:600px) {
    #ratings .container .row {
        display: flex;
        flex-flow: wrap column;
       justify-content: center;
    }
  .logomoshatri  .logo{
      margin: 10px 30% 30px 0;
    }
    .firsttable{
        width: 90%;
        margin:0 auto;
        margin-bottom: 30px;
    }
   
}
/*firsttable finish*/
/*location start*/
.ad-details-location iframe {
    width: 100%;
    height: 334px;
    border: none;
}

.ad-details-card {
    box-sizing: border-box;
    width: 550px;
    height:450px;
    padding: 30px 30px;
    margin-bottom: 15px;
    margin-right:10px;
    background-color:  #eeecec9c;
    border: 1px solid rgb(218, 218, 218);
    border-radius: var(--card-radius);
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
.ad-details-card:hover{
    background:var(--white);
    -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
    box-shadow:-10px -10px 25px 0px rgba(0,0,0,0.1)
}
.ad-details-title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid var(--border);
}
.ad-details-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 0px;
    width: 50px;
    height: 2px;
    background: var(--primary);
}
.ad-details-title h5 {
    font-weight: 600;
    text-transform: uppercase;
}

  @media all and (max-width:1024px){
 .ad-details-card {
     width: 100%;
     padding: 20px 20px;
     margin-top:50px;
     margin-bottom: 40px;
          }
    }
     @media all and (max-width:992px){
 .ad-details-card {
     width: 90%;
     padding: 20px 20px;
     margin:0;
     margin-bottom: 40px;
          }
    }
     @media all and (max-width: 575px) {
        .ad-details-card {
            width: 100%;
            margin:0 auto;
            margin-bottom:30px;
            padding: 20px 20px;
        }
         
     }
/*location finish*/
/*secondtable start*/

.secondtable{
    width:550px;
    display: flex;
    flex-flow: wrap column;
    justify-content: space-between;
    border: 1px solid gray;
    border-radius: 5px;
    background-color:  #eeecec9c;
    border: 1px solid rgb(218, 218, 218);
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px ;
     margin-right:-15px;
   box-sizing: border-box;
}
.secondtable:hover{
    background:var(--white);
    -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
    box-shadow:-10px -10px 25px 0px rgba(0,0,0,0.1)
}

.secondtable .line1 h6,.secondtable h6{
    margin-right: 20px;
    margin-bottom: 15px;
    font-weight: bolder;
    color: rgb(37, 34, 34);
}
.secondtable .line1 h6{
    margin-top: 15px;
    padding-bottom: 10px;
    float: right;
    border-bottom: none;
}
.secondtable .line2 h6{
    padding-bottom:10px;
    border-bottom: 1px solid rgb(218, 218, 218);
}
.secondtable .line1 h6 span,.secondtable h6 span{
    font-weight: lighter;
   
}
.secondtable .line1 h6 span i{
    margin-right: 30px;
}
/*secondtable finish*/
/*third table start*/
.thirdtable{
    width:550px;
    display: flex;
    flex-flow: wrap column;
    justify-content: space-between;
    border: 1px solid gray;
    border-radius: 5px;
    background-color:  #eeecec9c;
    border: 1px solid rgb(218, 218, 218);
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-right:-15px;
   box-sizing: border-box;
}
.thirdtable:hover{
    background:var(--white);
    -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
    box-shadow:-10px -10px 25px 0px rgba(0,0,0,0.1)
}
.thirdtable h6{
    margin: 15px 20px 15px 0;
    font-weight: bolder;
    color: rgb(37, 34, 34);
}
.thirdtable p{
    margin: 0 15px 15px 15px;
}

@media all and (max-width:1024px){
    .thirdtable,.secondtable{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
}

@media all and (max-width:700px){
    #ratings .container .row .secondtable{
        display: flex;
        flex-flow: wrap column;
       justify-content: center;
    }
   .thirdtable,.secondtable{
        width: 100%;
        margin-top: 20px;
        margin-right:-10px;
    }
   
}
@media all and (max-width:600px){
   
    .thirdtable,.secondtable{
        width: 97%;
        margin:0 auto;
        margin-bottom:30px;
    }
     .feature-card{
      margin-right:0%;
    }
}
/*third table finish*/
/*دیگر محصولات*/
.product-card {
 border-radius:var(--card-radius);
 background:var(--light-white);
 border:1px solid var(--border);
 margin-bottom:30px;
 transition:all linear .3s;
 -webkit-transition:all linear .3s;
 -moz-transition:all linear .3s;
 -ms-transition:all linear .3s;
 -o-transition:all linear .3s
}
.product-card:hover {
 background:var(--white);
 -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
 box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1)
}
.product-card:hover .product-img::before {
 visibility:visible;
 opacity:1
}
.product-card:hover .product-meta {
 visibility:visible;
 opacity:1
}
.product-card.inline {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.product-card.inline .product-img {
 width:250px;
 height:100%;
 border-radius:0px 8px 8px 0px
}
.product-card.inline .product-img::before {
 border-radius:0px 8px 8px 0px
}
.product-card.inline .product-info {
 width:100%
}
.product-img {
 width:100%;
 height:200px;
 position:relative;
 border-top-right-radius:var(--card-radius);
 border-top-left-radius:var(--card-radius)
}
.product-img::before {
 position:absolute;
 content:"";
 top:0px;
 right:0px;
 width:100%;
 height:100%;
 border-top-right-radius:var(--card-radius);
 border-top-left-radius:var(--card-radius);
 background:-webkit-gradient(linear, right top, right bottom, color-stop(65%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.8)));
 background:linear-gradient(rgba(0,0,0,0) 65%, rgba(0,0,0,0.8) 90%);
 visibility:hidden;
 opacity:0;
 transition:all linear .3s;
 -webkit-transition:all linear .3s;
 -moz-transition:all linear .3s;
 -ms-transition:all linear .3s;
 -o-transition:all linear .3s
}
.shapegreen::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 245px;
    top: -10px;
    background-color: #156437;
    box-sizing: border-box;
}
@media all and (max-width:1024px){
    .shapegreen::before{
        right: 350px;
    }
   .feature-card{
       width:100%;
       margin-top:50px;
   }
}
@media all and (max-width:700px){
    .shapegreen::before{
        right:500px;
    }
}
@media all and (max-width:600px){
   .shapegreen::before{
       right: 200px;
   }
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
/*tab2*/
.videoparttext{
    text-align: center;
    margin-bottom: 30px;
}

.videoparttext span{
    color: goldenrod;
}

.tabvideo{
    width: 340px;
    margin-bottom: 30px;
}

  .banner{
        margin:20px 0 60px 0;
    }
@media all and (max-width:1024px){
    .tabvideo{
        width: 300px;
    }
}
@media all and (max-width:600px){
    .tabvideo{
        width: 400px;
    }
    .banner{
        width: 100%;
        margin:20px 0 25px 0;
    }
}
.blog-part{
    padding: 10px 0px;
}
.videoparttext{
    font-size: 0.5em;
}
/*tab3*/
/*فرصت های شغلی*/
.job{
    width: 98vw;
    margin: 0 auto;
    overflow: hidden;
     display:flex;
     flex-flow:wrap row-reverse;
     justify-content:center;
  }
  .job h2{
      color: rgb(37, 34, 34);
      text-align: center;
  
  }
  .job h2 span{
    color: #949c23;  
  }
  .agahi{
      width: 30%;
      box-sizing: border-box;
      float: right;
   margin-top: 20px;
   margin-right: 20px;
   border: 1px solid rgb(218, 218, 218);
   border-radius: 10px;
   background-color:  #eeecec9c;
   position:relative;
   
  }
  .agahi:hover{
          background:var(--white);
          -webkit-box-shadow:0px 10px 25px 0px rgba(0,0,0,0.1);
          box-shadow:-10px -10px 25px 0px rgba(0,0,0,0.1)
         
  }
  
  .agahi .logo{
      border-bottom: 1px solid rgb(218, 218, 218);
  }
  .agahi h6{
    margin-right: 70px;
      margin-top: 15px;
      margin-bottom:18px;
      font-size:1.5em;
  }
  .logosherkat{
      float: right;
      width: 45px;
      height: 45px;
      margin-left: 5px;
     margin-right: 10px;
  position: absolute;
  top:10px;
  }
  
  .agahi-location {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
      -ms-flex-align:center;
      align-items:center;
      -webkit-box-pack:center;
      -ms-flex-pack:center;
      justify-content:center;
      -webkit-box-pack:start;
      -ms-flex-pack:start;
      justify-content:flex-start;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
    float:left;
    float:right;
            border-bottom: 1px solid rgb(218, 218, 218);
     }
     .agahi-location li {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
      -ms-flex-align:center;
      align-items:center;
      -webkit-box-pack:center;
      -ms-flex-pack:center;
      justify-content:center;
      margin-left:15px;
      margin-top: 10px;
      margin-bottom: 5px;
         float:right;
     }
     .agahi-location li i {
      margin-right: 10px;
      margin-bottom: 20px;
   color:#999999;
   font-size:15px;
   float:right;
  }
  .agahi-location li p {
      font-size:13px;
      margin-right:5px;
     
     }
    .city p{
       margin-top: -20px;
    }
     
    .adress{
        width:270px;
        height:30px;
margin-top:-90px;
margin-right:70px;
         font-size:13px;
         float:right;
    }
    .adress p{
      
        margin-right:7px;
        float:right;
    }
   
     .purple .logopurple{
         width: 40px;
         height: 40px;
         background-color: white;
         margin-top: 10px;
         margin-right: 5px;
     float: right;
     }
     .purple h4{
      margin-top: 15px;
      margin-right: 10px;
         float: right;
         color: purple;
     }
     .jobbtn{
        margin-top:30px
    }
    @media only screen and (max-width:992px){
        .agahi{
            box-sizing: border-box;
            width:50%;
          margin-right: 160px;
        }
    }
    @media only screen and (max-width:600px){
.agahi{
    clear: both;
    width:95%;
    margin-right: 10px;
}
.agahi h6{
    margin:22px 80px 18px 0px;
}
.logosherkat{
    top:12px;
    right:10px;
}
.agahi .logo{
      border-bottom: 1px solid rgb(218, 218, 218);
   margin-right:0;
   margin-bottom:10px;
  }
    }

     /*فرصت های شغلی*/
