@font-face {
    font-family: irsans;
    font-weight: 300;
    src: url('../fonts/IRANSansWeb_Light.eot');
    font-style: normal;
    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,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,
li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    margin: 0 auto;
    padding: 0;
}
body {
    font-family: irsans;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
ol,ul {
    list-style-position: inside;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: irsans;
}
img {
    max-width: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
a:hover {
    text-decoration: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}
.pd-lr-50 {
    padding-left: 60px;
    padding-right: 60px;
}
.maxBoxed {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}
/*===============================header===============================*/
header {
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
}
.headerRow {
  width: 100%;
  height: 7px;
  background: #7abb1f;
}
.logoBox {
    padding: 10px 0;
}
.logoBox a {
    display: inline-block;
}
.taglineBox {
    padding: 10px 0;
    text-align: left;
}
.taglineBox a {
    display: inline-block;
    margin: 12px 0 0 0;
}
.taglineBox span {
    display: block;
    text-align: left;
    color: #7abb1f;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0 0;
}
.headerPhoneNumber {
    margin: 40px 0 0;
    direction: ltr;
    text-align: center;
}
.headerPhoneNumber a {
    color: #7abb1f;
}
.headerPhoneNumber a span {
    font-weight: 600;
    font-size: 14px;
}
.thin>li>a {
    padding: 10px 10px;
}
.menuWrapper {
  text-align: center;
}
.flexy-menu {
    width: auto;
    margin: 29px 0 0 0;
    display: inline-block;
    float: none;
  }
  .flexy-menu > li {
    margin: 0 4px;
}
  .flexy-menu > li > a:before {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    border-top: 1px solid #7abb1f;
    border-left:1px solid #7abb1f;
    position: absolute;
    left: 0;
    top:0;
    /*transform: scale(0);*/
    visibility: hidden;
    transition: all 500ms ease;
  }
  .flexy-menu > li > a:after {
    content: ' ';
    width: 0;
    height: 0;
    display: block;
    border-bottom: 1px solid #7abb1f;
    border-right:1px solid #7abb1f;
    position: absolute;
    right: 0;
    bottom:0;
    /*transform: scale(0);*/
    visibility: hidden;
    transition: all 500ms ease;
  }
    .flexy-menu > li > a:hover:after,  .flexy-menu > li > a:hover:before {
      /*transform: scale(1);*/
      visibility: visible;
      width: 100%;
      height: 100%;
    }
    .flexy-menu > li > a:hover{
      color: #7abb1f !important;
    }
/*=============================Slider=============================*/
div#layerslider {
    overflow-x: hidden;
}
.bg-slider {
  width: 100% !important;
  margin-left: 0 !important;
}
img.slideSize2 {
    width: 800px !important;
    height: 521px !important;
}
.ls-nav-prev {
    left: 25px
}

.ls-nav-next {
    right: 25px;
}

.ls-nav-prev:after,
.ls-nav-next:after {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 47px;
    font-size: 20px;
}

.ls-nav-prev:after {
    content: "\f104";
}

.ls-nav-next:after {
    content: "\f105";
}

.ls-nav-prev,
.ls-nav-next {
    position: absolute;
    margin: 0;
    top: 50%;
    height: 47px;
    width: 47px;
    line-height: 47px !important;
    z-index: 10;
    cursor: pointer;
    font-size: 28px;
    color: #444;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #7abb1f !important;
    opacity: 1 !important;
    text-align: center;
    -webkit-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out !important;
    -moz-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out !important;
    -o-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out !important;
    transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out !important;
    overflow: hidden;
}

.slideLeft {
  left: 0 !important;
}
.mobileSliderWrapper {
  display: none;
}
.sliderMobile {
  direction: ltr;
}
/*=============================Aboutus=============================*/
.hp-aboutusWrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 35px 0 0 0;
}
.hp-aw-Boxed {
    /*margin: 24px 0 0;*/
}
.hp-aw-Boxed h2 {
    font-size: 24px;
    font-weight: 600;
    color: #5c920f;
}
.hp-aw-Boxed p {
    color: #727272;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: justify;
}

.hp-aw-ImgBoxed img {
  border-radius: 5px;
}
/*===============================product===============================*/
.overhidden {
  overflow: hidden;
}
section.hp-ProductsWrapper {
    margin: 80px 0 0 0;
}
.productTitle {
  text-align: right;
}
.productTitle h2 {
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #5c920f;
}
.proGrid-5 {
    float: right;
    width: 20%;
    padding: 0 19px;
    margin: 30px 0 0 0;
}
.proGrid-5.holderRadius {
    width: 16.66666%;
    margin: 30px 0 25px 0;
}
.proGrid-Items {
    cursor: pointer;
    border: 1px solid #cecece;
    border-radius: 14px;
    position: relative;
}
.holderRadius .proGrid-Items {
    border-radius: 30px;
}
.holderRadius .proGrid-Items .proGrid-Txt{
    border-radius: 30px;
}
.proGrid-img img {
  border-radius: 14px;
}
.proGrid-Txt {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    border-radius: 14px;
    z-index: 0;
    opacity: 0;
    transition: all 400ms ease;
}
.proGrid-Items:hover .proGrid-Txt {
  opacity: 1;
  z-index: 1;
  transition: all 400ms ease;
}
.proGrid-Txt span.name {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 48px 0 0 0;
}
.proGrid-Txt span.price {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.proGrid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}
.proGrid-overlay.current {
    display: block;
}
.backgroundOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.proGrid-o-Boxed {
    width: 350px;
    height: 500px;
    position: absolute;
    top: calc(50% - 250px);
    right: calc(50% - 175px);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}
span.templateBackground {
    display: block;
    text-align: right;
}
@keyframes example2 {
    from {transform: translateY(270px);}
    to {transform: translateY(0px);}
}
.proGrid-o-b-img {
  width: 84%;
  position: relative;
  margin: 0 auto;
  transition: all 500ms ease;
  animation-name: example2;
  animation-duration: 2s;
  z-index: 99;
}
.proGrid-o-b-img img {
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transition: all 600ms ease;
}
.proGrid-o-b-img img:last-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transform:rotateY(180deg);
}
.proGrid-o-b-img.imgbk img {

}
.proGrid-o-b-img.imgbk img:first-child {
  transform: rotateY(180deg);
  opacity: 0;
}
.proGrid-o-b-img.imgbk img:last-child {
  transform: rotateY(0deg);
  opacity: 1
}

.proGrid-o-b-Txt {
    width: 100%;
    height: auto;
    padding: 25px 15px 0;
}
.proGrid-o-b-Txt h2 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
}
.proGrid-o-b-Txt p {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 22px;
}
.templateBackground > input {
    visibility: hidden;
}
.templateBackground > label {
  color: #fff;
  margin: 15px 0 0 0;
  cursor: pointer;
  position: relative;
}
.templateBackground > label > span {
  margin: 0 15px 0 0;
  font-size: 13px;
}
.templateBackground > label:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #7abb1f;
    border-radius: 100px;
    vertical-align: middle;
    margin: 0 -15px 0 9px;
    cursor: pointer;
}
.templateBackground > label:after {
    content: ' ';
    position: absolute;
    right: 4px;
    top: 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    /* border: 2px solid #7abb1f; */
     border-radius: 100px;
    vertical-align: middle;
    margin: 0 -15px 0 9px;
    cursor: pointer;
}
.templateBackground > input[type=checkbox]:checked + label:after {
	background: #7abb1f;
}

.proGrid-o-b-Txt a.bottomLinkExpert {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 39px;
    text-align: center;
    background: #7abb1f;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin: 30px auto 0;
}
.proGrid-o-b-Txt a.bottomLinkExpert span:last-child {
    direction: ltr;
    text-align: left;
}
.proGrid-o-b-Txt a.bottomLinkChangeDesign {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #7abb1f;
  border-radius: 5px;
  background: #fff;
  color: #7abb1f;
  font-weight: 600;
  font-size: 13px;
    margin: 8px auto 0;
    transition: all 400ms ease;
}
.proGrid-o-b-Txt a.bottomLinkChangeDesign:hover {
  background: #7abb1f;
  color: #fff;
}
.backgroundBox{
    width: 500px;
    height: 500px;
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    background: #fff;
    z-index: 9999;
    border-radius: 16px;
    display: none;
}
.backgroundBox.open {
    display: block;
}
.bb-close {
    position: absolute;
    background: #7abb1f;
    color: #fff;
    padding: 7px 10px 10px;
    border-radius: 100px;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
.holderWrap {
    display: inline-block;
    width: 100%;
    height: calc(100% - 25px);
    margin: 25px 0;
    overflow: hidden;
    overflow-y: scroll;
    direction: ltr;
}
.hw-Items {
    float: right;
    width: 33.33333%;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    margin: 0 0 10px;
}
.hw-Items span {
    font-size: 14px;
    color: #7abb1f;
    margin: 10px 0 0 0;
    display: block;
    direction: rtl;
}
.proGrid-o-Boxed.bckActive img {
    width: 100%;
}
.proGrid-o-Boxed.bckActive .proGrid-o-b-Txt > h2,
.proGrid-o-Boxed.bckActive .proGrid-o-b-Txt > p,
.proGrid-o-Boxed.bckActive .proGrid-o-b-Txt > a {
  display: none;
}
.proGrid-o-Boxed.bckActive .proGrid-o-b-Txt span.templateBackground {
    margin: -210px 0 0 0;
    display: block;
}

@keyframes example {
    from {transform: translateY(-450px);}
    to {transform: translateY(-235px);}
}
.proGrid-o-Boxed.bckActive .proGrid-o-b-img {
    /* position: absolute; */
    /* bottom: 47px; */
    transition: all 500ms ease;
    width: 84%;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count:1;
    transform: translateY(-235px);
}
/*==========================customerCarousel==========================*/
.customerCarousel {
  direction:ltr;
  margin: 35px 0 0 0;
}
.slick-slide {
     height: auto;
}
.slick-slide:focus,.cc-Items a:focus {
     outline: 0;
}
section.customerWrapper {
    margin: 45px 0 80px 0;
}
.cc-Items {
    text-align: center;
}
.cc-Items a {
    display: inline-block;
}
button.cc-prev {
    position: absolute;
    left: 0;
    top: -32px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #7abb1f;
    font-size: 25px;
    cursor: pointer;
    transition: all 50ms ease;
}
button.cc-next {
    position: absolute;
    left: 30px;
    top: -32px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #7abb1f;
    font-size: 25px;
    cursor: pointer;
    transition: all 50ms ease;
}
.cc-btn:hover {
  background: #7abb1f;
  color: #fff;
}
.cc-btn:focus {
  outline: 0;
}
.cc-Items img {
    filter: grayscale(100);
}
/*===============================footer===============================*/
footer {
    margin: 65px 0 0px 0;
}
footer:before {
    width: 100%;
    height: 2px;
    background: #7abb1f;
    margin: 0 0 2px 0;
    content: ' ';
    display: block;
}
.hp-footerTopRow {
    background: #7abb1f;
    padding: 30px 75px;
}
.footerBoxed {
    padding: 0 10px;
}
h2.footerTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

span.aboutUsDetails {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    display: block;
    vertical-align: top;
}
.footerBoxed > ul.footerMenu li {
    margin: 0 0 2px;
}
.footerBoxed > ul.footerMenu li a {
  color: #fff;
  font-size: 14px;
}
.footerBoxed > ul.footerMenu li a i {
    margin: 0 0 0 10px;
    transition: all 500ms ease;
}
.footerBoxed > ul.footerMenu li a:hover i {
    margin: 0 0 0 15px;
}
ul.footerContact li  {
  margin: 0 0 15px 0;
}
ul.footerContact li i {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    vertical-align: middle;
}
ul.footerContact li span {
    display: inline-block;
    width: calc(100% - 40px);
    color: #fff;
    vertical-align: middle;
    margin: 0 3px 0 0;
    font-size: 13px;
}
ul.socialmenu {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

ul.socialmenu li a {
  color: #fff
}
ul.socialmenu li a i {
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    margin: 0 0 10px;
    border-radius: 100%;
}
ul.socialmenu li a span {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    width: calc(100% - 37px);
}
.hp-footerBottomRow {
    background: #315400;
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
/*===============================default===============================*/
section.breadcrumbs {
    padding: 0 45px;
    margin: 15px 0 0;
}

.breadcrumbsBox li {
    float: right;
    font-size: 13px;
    margin: 0 0 0;
}
.breadcrumbsBox li.home span {
    color: #8b8b8b;
}
.breadcrumbsBox li span {
    color: #7abb1f;
}
.breadcrumbsBox li.home i {
    margin: 0 7px;
    color: #8b8b8b;
}
section.mainDefault {
    margin: 45px 0 0;
    padding: 0 60px;
}
.md-Title h2 {
    color: #7abb1f;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}
.md-Details {
    margin: 0 0 20px 0;
}
.md-Details p {
    font-size: 14px;
    text-align: justify;
    margin: 0 0 6px;
    line-height: 2.5;
}

/*=============================contracts=============================*/
.contractsWrapper {
    width: 100%;
    display: inline-block;
}
.contractsItems {
    float: right;
    width: 13%;
    margin: 0 8px;
    border: 1px solid #cecece;
}
.contractsItems > a > span {
    text-align: center;
    font-size: 14px;
    color: #7abb1f;
    display: block;
    margin: 15px 0 8px 0;
}
.contractsWrapper {
    width: 100%;
    display: inline-block;
    margin: 20px 0 25px;
}
ul.circle-Line {
    margin: 15px 5px 25px 0;
}
ul.circle-Line li:before {
    content: '\f111';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 6px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
    color: #7abb1f;
}
ul.circle-Line li {
  font-size: 14px;
}
.appDownload {
    margin: 50px 0 0 0;
    text-align: center;
}
.appDownload ul {
    display: inline-block;
}
.appDownload li {
    width: 280px;
    float: right;
    padding: 15px;
}
.appDownload li .ad-Items {
  border-radius: 5px;
  border:1px solid #cecece;
}
.appDownload li .ad-Items i {
    font-size: 30px;
    margin: 8px 15px;
    vertical-align: middle;
    color: #505050
}
.appDownload li .ad-Items span {
    font-weight: 600;
    color: #7abb1f;
    font-size: 15px;
}
.QrcodeImg {
    border-top: 1px solid #cecece;
    padding: 32px;
}

/*=============================responsive=============================*/

@media only screen and (max-width:1199px) {
  .taglineBox {
      text-align: left;
  }
  .flexy-menu {
    margin: 0 0 20px;
  }
  .hp-aw-ImgBoxed {
    padding: 0 15px;
}
.proGrid-5 {
    width: 25%;
}
img.slideSize1 {
  top: -91px !important;
}


img.slideSize2 {
    left: 0 !important;
}

img.ls-l.slideSize5.ls-preloaded,img.ls-l.slideSize7.ls-preloaded {
    display: none;
}
img.ls-l.slideSize4.ls-preloaded {
  left: 22% !important;
right: auto !important;
}
img.ls-l.slideSize6.ls-preloaded {
  left: 23% !important;
right: auto !important;
}
.slideSize11,
.slideSize10,
.slideSize9{
  display: none;
}
.proGrid-5.holderRadius {
    width: 20%;
}
.footerBoxed {
    margin: 0 0 50px 0;
}
.contractsItems {
    width: 22%;
    margin: 1px 11px 15px;
}
.disNone {
  display: none;
}
}
@media only screen and (max-width:991px) {
  .hp-aw-Boxed {
    margin: 24px 0 40px;
}
.proGrid-5 {
    width: 33.33333%;
}
.proGrid-5.holderRadius {
    width: 25%;
}
.contractsItems {
    width: 30%;
    margin: 1px 11px 15px;
}
#layerslider {
  display: none;
}
.mobileSliderWrapper {
  display: block;
}
}
@media only screen and (max-width:767px) {
  .pd-lr-50 {
      padding-left: 15px;
      padding-right : 15px;
  }
  .flexy-menu {
    width: 100%;
}
.hw-Items {
    width: 50%;
}
.proGrid-5 {
    width: 50%;
}
.proGrid-5.holderRadius {
    width: 33.33333%;
}
.hp-footerTopRow {
    padding: 30px 30px;
}
.contractsItems {
    width: 43%;
    margin: 1px 15px 15px;
}
.proGrid-5 {
    padding: 0 32px;
}
}
@media only screen and (max-width:575px) {
  .taglineBox {
      display: none;
  }
  .logoBox {
    padding: 10px 0;
    text-align: center;
}
.headerPhoneNumber {
    margin: 20px 0;
    direction: ltr;
    text-align: center;
}
.backgroundBox {
    width: 90%;
    left: 5%;
}
.proGrid-o-Boxed {
    width: 300;
    right: calc(50% - 150px);
}
@keyframes example2 {
    from {transform: translateY(300px);}
    to {transform: translateY(0px);}
}
.proGrid-o-b-img {
         transition: all 500ms ease;
         animation-name: example2;
}
@keyframes example {
    from {transform: translateY(-450px);}
    to {transform: translateY(-200px);}
}
.proGrid-o-Boxed.bckActive .proGrid-o-b-img {
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count:1;
    transform: translateY(-200px);
}
.proGrid-5 {
    width: 100%;
    text-align: center;
}
.proGrid-5.holderRadius {
    width: 50%;
}

.holderRadius .proGrid-Items  {
    border:0 ;
}
.hp-footerTopRow {
    padding: 30px 0;
}
.hp-aw-ImgBoxed video{
  height: auto !important;
}
.contractsItems {
    width: 100%;
    margin: 1px 0 15px;
}
.proGrid-Items {
    display: inline-block;
}
}
@media only screen and (max-width:380px) {
  .proGrid-5.holderRadius {
      width: 100%;
  }
}
