
/*

Theme Name: MojrianWeb

Theme URI: http://mojrianweb.com



Author URI: https://mojrianweb.com

*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel {
  position: absolute;
  z-index: -10;
  right: 50%;
  width: 100%;
  transform: translateX(50%);
}

@font-face {
  font-family: "IranSans";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/IRANSansWeb_Bold.eot");
  src: url("fonts/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/IRANSansWeb_Bold.woff2") format("woff2"), url("fonts/IRANSansWeb_Bold.woff") format("woff"), url("fonts/IRANSansWeb_Bold.ttf") format("truetype")
}

@font-face {
  font-family: "IranSans";
  font-weight: 300px;
  font-style: normal;
  src: url("/fonts/IRANSansWeb_Light.eot");
  src: url("fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("fonts/IRANSansWeb_Light.woff2") format("woff2"), url("fonts/IRANSansWeb_Light.woff") format("woff"), url("fonts/IRANSansWeb_Light.ttf") format("truetype")
}

html, body {
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tj {
  text-align: justify;
}

.dl {
  direction: ltr;
}

.mb5 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mt100 {
  margin-top: 100px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.sbi img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sbi .alignright {
  margin-left: 10px
}

.sbi .alignleft {
  margin-right: 10px
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0;
}

img.alignnone {
  display: inline;
  background: #eee;
  margin: 0 0 10px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  display: inline;
  background: #eee;
  margin: 5px 0 10px 10px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignleft {
  display: inline;
  background: #eee;
  margin: 10px 15px 10px 0;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.wp-caption {
  border: 1px solid #D1D1D1;
  text-align: center;
  background-color: #F1F1F1;
  padding: 4px 0;
  line-height: 1.4;
}

blockquote {
  color: #333;
  font-style: italic;
  padding: 2px 8px;
  border-right: 3px solid #c0c0c0;
  margin: 10px;
}

pre, code {
  font-size: 13px;
  padding: 10px;
  direction: ltr;
  background: #eee;
  display: block;
  border: 2px solid #c0c0c0;
  margin-bottom: 25px;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content ul {
  padding-left: 15px;
}

.content li {
  position: relative;
  font-weight: normal;
  padding-left: 28px;
}

.content li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #609006;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

a {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #000;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  color: #E3010F;
  text-decoration: none;
}

.cs {
  color: #E3010F;
}

.hiddenn {
  opacity: 0;
}

.visiblee {
  opacity: 1;
}

.pdr {
  padding-right: 20px;
}

.pdl {
  padding-left: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto
}

body {
  color: #1f1f21;
  line-height: 1.6;
  font-size: 17px;
  direction: rtl;
  font-family: "IranSans", tahoma, Arial;
  background: #FFF;
  min-height: 100%;
  overflow-x: hidden;
}

#menu .col-sm-3 img {
  max-height: 120px;
}

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99;
}

.sf-menu>li {
  float: right;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
  font-size: 13px;
  color: #f1f1f1;
  font-weight: bold;
}

.sf-menu ul ul {
  top: 0;
  right: 100%;
}

.sf-menu>li {
  position: relative;
  float: right;
}

.sf-menu>li.current-menu-item, .sf-menu>li:hover, .sf-menu>li.sfHover {
  background: #b9c8ce
}

.sf-menu>li>a {
  font-size: 15px;
  padding: 11px 36px;
  height: 46px
}

.sf-menu>li>a:hover, .sf-menu>li.sfHover>a, .sf-menu>li>a:focus {
  background: url(img/menuHover.png) repeat-x;
}

.sf-menu ul {
  margin-right: 0px;
  background-color: #808C93;
  width: 160px;
  padding: 10px 0;
  z-index: 99999 !important;
  -webkit-box-shadow: 7px 9px 21px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 7px 9px 21px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 7px 9px 21px 0px rgba(0, 0, 0, 0.33);
}

.sf-menu ul ul {
  margin-right: 0;
  margin-top: 2px;
}

#amneu>li:hover, #amneu>li.current-menu-item, #amneu>li.sfHover {
  background: url(img/art.png) top center no-repeat;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
  display: block;
}

.sf-menu ul li {
  text-align: right;
  transition: 0.5s all ease;
}

.sf-menu ul li a {
  font-size: 14px;
  border-bottom: 1px solid gray;
  padding: 8px 15px 9px 5px;
}

.sf-menu ul li:hover>a, .sf-menu ul li a:hover {
  background: #AEB5B9
}

.theStar {
  background: url(img/menuDelim.png);
  font-size: 0;
  line-height: 0;
  right: 0;
  height: 46px;
  width: 30px;
  position: absolute;
  top: 0px;
  margin-right: -15px;
  z-index: 100;
}

.fw {
  width: 100%;
}

.phonen i {
  line-height: 90px;
  font-size: 60px;
  color: #E3010F;
  display: inline-block;
}

.pnumber {
  display: inline-block;
      direction: rtl;

}

#logosec {
  background: #fff url('img/headi1.png') center no-repeat;
  height: 412px;
  transition: 1.5s
}

.pnumber p, .pnumber span {
  display: block;
  color: black;
  margin: 0;
  font-family: sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 7px;
}

#menu {
  z-index: 999999;
  height: 46px;
  background: url(img/menuBg.png) repeat-x;
  border-left: 1px solid #3f4e5b;
  border-right: 1px solid #3f4e5b;
  margin-bottom: 28px;
}

#shiftnav-toggle-main {
  display: none;
}

.shiftnav-wrap {
  padding-top: 0 !important;
}

form#search {
  line-height: 40px;
  height: 43px;
  border: 0;
  outline: none;
  border-radius: 22px;
  background: #FFF;
  display: block;
  width: 260px
}

#search input {
  border: 0;
  outline: none;
  border-radius: 25px;
  padding-right: 12px;
  height: 30px;
  color: #444;
  width: 212px;
  background: transparent;
  font-size: 15px;
}

#search .submit {
  width: 43px;
  height: 43px;
  border-radius: 22px;
  line-height: 38px;
  font-size: 26px;
  background: #E3010F;
  color: #FFF;
  text-align: center;
}

.bxsec li {
  background-position: center;
  max-height: 700px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#homeinf {
  background: #000;
  padding: 40px 0;
  color: #f1f1f1;
}

.stickytop {
  position: fixed;
  top: 0;
  padding: 0 !important;
  transition: all 0.5 ease;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.stickytop .col-sm-3 {
  display: none;
}

.stickytop .col-sm-9 {
  padding: 0 !important;
  transition: all 0.5 ease;
}

.cl3home img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.margin {
  padding: 15px 0;
}

.hometitles {
  color: #777;
  font-weight: bold;
  font-size: 24px;
}

a.cl3link {
  background-color: #d3dcee;
  display: block;
  text-align: center;
  border-radius: 10px;
  width: 230px;
}

a.cl3link h2 {
font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 3px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bodh3 {
  background-color: red;
  width: 100%
}

.cl3home figure {
  position: relative;
  overflow: hidden;
}

.cl3home figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.cl3home:hover figure::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 105%;
  }
}

@keyframes shine {
  100% {
    left: 105%;
  }
}

#aboutus {
  background: #F2F2F2;
  padding: 20px 0
}

#aboutus img {
  margin-top: 35px;
}

.indexsec {
  color: #666;
  margin-top: 70px !important;
  line-height: 1.8;
  text-align: justify;
}

.indexsec h2 {
  font-size: 36px;
  color: #000;
  padding-bottom: 15px
}

.new {
  border-right: 4px solid #e7e7e7
}

.new a {
  color: #E3010F
}

.new h4 {
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: bold;
}

.newarsh {
  padding: 8px 12px;
  background-color: #B7B7B7;
  color: #FFF;
  border-radius: 5px;
  font-weight: bold;
}

footer {
  margin-top: 15px;
}

footer, footer a {
  color: #898989;
}

footer h5 {
  color: #535353;
  font-size: 22px;
  font-weight: bold;
}

.dl {
  direction: ltr;
}

#mainfooter {
  background: #6b757d;
  padding: 10px 0;
  color: #f1f1f1;
}

#mainfooter p {
  line-height: 1.8;
  text-align: justify;
}

#ffoot {
  background: #ffffff;
  padding: 10px 0;
  color: #6b757d;
  font-weight: bold;
  font-size: 15px;
}

#ffoot a {
  color: #6b757d
}

#ffoot a:hover {
  text-decoration: underline;
}

#ffoot li {
  display: inline-block;
  line-height: 53px;
  margin: 0 13px
}

.newsindex.single {
  min-height: 400px
}

ul#social li {
  display: inline-block;
  margin: 5px 15px 0;
  font-size: 32px;
}

.owl-next {
  right: 26px;
}

.owl-prev {
  left: 29px;
}

.owl-next, .owl-prev {
  position: absolute;
  font-size: 22px;
  top: 50%;
  font-size: 30px;
  margin-top: -35px;
  color: #efefef;
  transition: color 0.2s ease-in;
  text-shadow: 0px 6px 2px #666
}

.postind a h3 {
  margin: 0;
  font-size: 16px
}

.postind a {
  background: #D6D7D9;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #2F2F2F;
  padding: 15px 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-top: 10px;
  margin-bottom: 10px;
}

.postind a:hover {
  background: #B9B9B9
}

#ptags {
  text-align: center;
  margin-top: 15px;
}

#ptags a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #2F2F2F;
  padding: 5px 10px;
  border-radius: 10px;
  border: 2px #D6D7D9 solid;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 3px 7px;
}

#ptags a:hover {
  background: #D6D7D9;
}

.gtms a {
  display: black;
  position: relative;
  padding: 9px 20px;
  border-radius: 30px;
  background: #ED1C24;
  color: #FFF;
}

.mhlink {
  display: block;
  padding: 0 !important
}

#main {
  padding-top: 15px
}

.bashd {
  border: 2px solid #afb5b9;
  border-radius: 15px;
  overflow: hidden;
  color: #555;
}

.bashd h4 {
  font-size: 17px;
  margin: 0;
  padding: 10px;
  background: #b4babe;
  color: #fff;
  font-weight: bold;
}

.bakhsh {
  border: 2px solid #afb5b9;
  border-radius: 15px;
  overflow: hidden;
  color: #555;
  height: 430px;
}

.bakhsh a {
  color: #666
}

.bakhsh p {
  font-size: 15px;
  text-align: justify;
}

.bakhsh h3 {
  font-size: 17px;
  margin: 0;
  padding: 10px;
  background: #b4babe;
  color: #fff;
  font-weight: bold;
}

.bbody p {
  margin: 15px 11px;
}

.homeowl {
  position: absolute;

  margin-right: -17px;
}

.cl3home {
  visibility: hidden;
}
.owlcarouselkp {
  padding: 10px 60px;
}
.active .cl3home {
  visibility: visible;
}

.kadr {
  width: 100%;
  display: block;
  height: 57px;
  background: url(img/kadr.png) no-repeat center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px
}

.kadr2 {
  background-image: url(img/kadr2.png);
}

.sidbody {
  margin: 0 25px 30px
}

.sidbody, .sidbody a {
  color: #888787;
  font-size: 16px
}

.sidbody a:hover, .bakhsh a:hover {
  text-decoration: underline;
}

.news li {
  padding: 5px 4px;
  border-bottom: 1px #ccc dashed;
}

.news li a {
  font-size: 14px;
}

.news li:first-child {
  padding: 0 0 5px 0;
  border-bottom: 3px #ccc dashed;
  margin-bottom: 6px
}

.news li:first-child img {
  margin-bottom: 6px;
}

.news li:first-child a {
  font-size: 15px;
  font-weight: bold;
  padding-right: 5px;
}

.no-js .owl-carousel {
    bottom: 5px;
    display: block;
}

a.seemore {
  position: absolute;
  left: 28px;
  bottom: 10px;
  font-size: 13px;
  color: #ed1c24;
  font-weight: bold;
}

a.seemoreee {
  position: absolute;
  left: 30px;
  font-size: 13px;
  color: #ed1c24;
  font-weight: bold;
  top: 40%;
}

.f3 a {
  color: #fff
}

.f1 img {
  width: 60px;
  height: auto;
  margin-right: 42px;
}

span.number {
  direction: ltr;
}

#mainfooter {
  font-size: 15px;
}

#mainfooter h6 {
  font-size: 17px;
  font-weight: bold;
}

.sarbarg {
  display: block;
  width: 100%;
  height: 41px;
  background: url(img/sarbarg.png) no-repeat left;
}

h2.classsss {
  margin-top: 0;
  margin-right: 10px;
  font-size: 26px;
  font-weight: bold;
}

#logosec img {
  margin-top: 111px;
}

#map {
  height: 300px;
  width: 100%;
}

#bthome {
  width: 64px;
  display: block;
  height: 46px;
  background-color: #000;
  position: absolute;
  margin-top: 25px;
  margin-right: 210px;
}

.tcx {
  margin-top: 9%;
  text-align: center;
}

.homesutun {
  margin-bottom: 5px;
}

.langcol {
  direction: ltr;
  text-align: left;
}

.lang {
  display: block;
  width: 40px;
  height: 23px;
  background: url(img/flaga.png);
  text-indent: -9999px;
  font-size: 0px;
  float: left;
  margin-top: 215px;
  margin-bottom: 10px
}

.langa {
  background: url(img/flaga.png);
}

.langb {
  background: url(img/flagb.png);
  margin-left: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tcx {
    margin-top: 120px;
  }
  .tcx img {
    transform: scale(1.5);
  }
  a.cl3link {
    width: 178.5px;
    bottom: 0
  }
  /*.homeowl {
    bottom: -20px;
  }*/
  #mainfooter {
    font-size: 13px;
}
a.cl3link h2 {
    font-size: 15px;
}
.lang {
  width: 36px;
  height: 24px;
}
.langa {
 
  margin-left: -15px;
}
.langb {
 
  margin-left: 5px
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .homesutun {
    margin-bottom: 30px;
  }
  .carousel {
    position: relative;
  }
  .tcx {
    margin-top: 0
  }
  .lang {
    margin-top: 30px
  }
  .headres {
    height: auto;
  }
  #mainh {
    margin-top: 10px;
  }
}

@media ( max-width: 767px) {
  .carousel {
    position: relative;
  }
  .tcx {
    margin-top: 0
  }
  .lang {
    margin-top: 30px
  }
  .headres {
    height: auto;
  }
  #mainh {
    margin-top: 10px;
  }
  #shiftnav-toggle-main {
    display: block;
  }
  .shiftnav-wrap {
    padding-top: 53px !important;
  }
  .stickytop {
    position: inherit;
  }

  .homesutun {
    margin-bottom: 30px;
  }
}

.searchforms {
  background: #fff;
  padding: 0px 5px;
  width: 215px;
  display: inline-block;
  border: #758189 2px solid;
  margin-bottom: 15px;
  max-width: 100%
}

.searchforms .sf, .searchforms .sb {
  outline: none;
  border: none;
  background: transparent;
  color: #558189;
  height: 33px;
  width: 166px;
  float: right;
  max-width: calc(100% - 35px)
}

.searchforms .sb {
  width: 33px;
  background: url(img/serchnew.png);
  cursor: pointer;
}

.footitems i {
  padding-left: 10px;
  font-size: 17px;
}

.lang {
  float: left !important;
}
.owlcarouselkp a.cl3link {
  width: auto !important;
}
.owlcarouselkp a.cl3link h2 {
  font-size: 15px;
  font-weight: normal;
}

.owlcarouselkp .owl-next {
  right: -40px;
}

.owlcarouselkp .owl-prev {
  left: -42px;
}

.owlcarouselkp .owl-next, .owlcarouselkp .owl-prev {
  position: absolute;
  font-size: 38px !important;
  top: 50%;
  font-size: 30px;
  margin-top: -35px;
  color: #b4babe;
  transition: color 0.2s ease-in;
  text-shadow: 0px 6px 2px #666
}
.owlcarouselkp img {
  border-radius: 10px 10px 0 0
}
.owl-carousel.owl-rtl{
	padding-top: 35px;
}
.owl-carousel .owl-item img{
	    overflow: hidden;
    padding: 0 10%;
    background: #fff !important;
}