@media only screen and (max-width: 510px)@font-face {
  font-family:iransans;
  src:url(../fonts/IRANSans-UltraLight-web.eot);
  src:url(../fonts/IRANSans-UltraLight-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-UltraLight-web.woff2) format("woff2"),url(../fonts/IRANSans-UltraLight-web.woff) format("woff"),url(../fonts/IRANSans-UltraLight-web.ttf) format("ttf");
  font-weight:200
}
@font-face {
  font-family:iransans;
  src:url(../fonts/IRANSans-Light-web.eot);
  src:url(../fonts/IRANSans-Light-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Light-web.woff2) format("woff2"),url(../fonts/IRANSans-Light-web.woff) format("woff"),url(../fonts/IRANSans-Light-web.ttf) format("ttf");
  font-weight:300
}
@font-face {
  font-family:iransans;
  src:url(../fonts/IRANSans-web.eot);
  src:url(../fonts/IRANSans-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-web.woff2) format("woff2"),url(../fonts/IRANSans-web.woff) format("woff"),url(../fonts/IRANSans-web.ttf) format("ttf");
  font-weight:400
}
@font-face {
  font-family:iransans;
  src:url(../fonts/IRANSans-Medium-web.eot);
  src:url(../fonts/IRANSans-Medium-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Medium-web.woff2) format("woff2"),url(../fonts/IRANSans-Medium-web.woff) format("woff"),url(../fonts/IRANSans-Medium-web.ttf) format("ttf");
  font-weight:500
}
@font-face {
  font-family:iransans;
  src:url(../fonts/IRANSans-Bold-web.eot);
  src:url(../fonts/IRANSans-Bold-web.eot?#iefix) format("eot"),url(../fonts/IRANSans-Bold-web.woff2) format("woff2"),url(../fonts/IRANSans-Bold-web.woff) format("woff"),url(../fonts/IRANSans-Bold-web.ttf) format("ttf");
  font-weight:700
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a{text-decoration:none;}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.LblMobile{
    display: none;
}
.MobileDiv{
    
}

.MobileDiv>div{
    display: flex;
    direction: ltr;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

@media only screen and (min-width: 35em) {
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body{
  height: 100%;
  font-family:iransans;
  direction: rtl;
  background-color:#800202;
  width: 100%;
  font-size: 15px;
}
.pattern-top{
  width: 100%;
  height: 45px;
  background-image: url("../img/pattern 3.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  z-index: 2;
}
.pattern-around-right{
  height: 100%;
  width: 45px;
  background-image: url("../img/pattern horizental.svg");
  background-repeat: repeat-y;
  position: fixed;
  right: 0;
  z-index: 10;
}
.pattern-around-left{
  height: 100%;
  width: 45px;
  background-image: url("../img/pattern horizental.svg");
  background-repeat: repeat;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.txt-bottom{
  display: none;
}
.pattern-bottom{
  width: 100%;
  height: 45px;
  background-image: url("../img/pattern 3.svg");
  background-repeat: repeat-x;
  position: relative;
  margin-top: 30px;
  bottom: 0;
  z-index: 2;
}
.main{
  position: relative;
  background-color:#800202;
  width: 100%;
  height:100%;

}
.section1{
  position: relative;
  width: 100%;
  height:100%;
}
.section1-img{
  width: calc(100% - 105px);
  height: calc(100% - 65px);
  background-image: url("../img/section1-img.png");
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
  top:53px ;
  background-size: 100% 100%;
}
.blue{
  width: 100%;
  height: 100%;
  background-color: #0C2756c0;
  color: white;
  position: relative;
  right: 0;
  top: 0;
  display: flex;
}
.shape1{
  top: 0;
  position: absolute;
  height: 120px;
  width: 200px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/shape 1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section1-content{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  z-index: 5;
  padding-top: 35px;
}
.section1-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 40px;
  text-align: justify;
  font-weight: 600;
}



.section1-number-mobile{
  background-image: url("../img/number background.svg");
  background-size: 100% 100%;
  padding: 2px 40px;  direction: ltr;
  font-size: 18px;
  margin: 5px;
  display: none;
}
.section1-number,.section1-number:hover{
  background-image: url("../img/number background.svg");
  background-size: 100% 100%;
  padding: 15px 30px;  direction: ltr;
  font-size: 18px;
  font-weight: 500;
  text-decoration:none;
  color:#fff;
  transition:.3s ease-in;
}
.section1-number:hover{filter:brightness(1.4);}
.section2-number{
  background-image: url("../img/number background yeloow.svg");
  background-size: 100% 100%;
  padding: 5px 40px;  direction: ltr;
  font-size: 18px;
}
.section1-txt1{
  font-size: 40px;
  font-weight: 600;

}
.section1-text>img{}

.section1-txt3{
  font-size: 12px;
  padding-top: 20px;

  line-height: 40px;
}
.section1-btn{
  font-size: 13px;
  background-image: url("../img/CTA.svg");
  background-size: 100% 100%;
  padding: 8px 40px;
  color: black;
  cursor: pointer;
  transition:.3s ease-in;
}
.section1-btn:hover{filter:brightness(2);}
.shape2{
  bottom: 0;
  position: absolute;
  height: 60px;
  width: 100px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/shape 2.svg");
  background-size: 100%;
  background-repeat: no-repeat;

}
.section2{
  position: relative;
  width: 100%;
  height:auto;

}
.section2-img{
  width: calc(100% - 105px);
  height: 100%;
  background-image: url("../img/section2-img.png");
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
  background-size: 100% ;

}
.yellow{
  width: 100%;
  background-color: #B97600c0;
  color: white;
  position: relative;
  right: 0;
  top: 0;
  padding-bottom: 60px;
  height: 100%;
}
.section2-number{
  display: flex;
  align-items: center;
  justify-content: center;

}
.section2-txt1{
  background-image: url("../img/number background sormeyi.svg");
  background-size: 100% 100%;
  padding: 0px 20px;
  margin: 40px;
}
.section2-content{
  padding-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  z-index: 5;
}
.section2-txt2{
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 20px;
}
.mosalas{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: end;
}
.mosalas-left {
  padding-left: 150px;
  position: absolute;
  left: 0;
}
.mosalas-right {
  padding-right: 150px;
  position: absolute;
  right: 0;
}
.section3{
  position: relative;
  width: 100%;
  height:auto;

}
.section3-img{
  width: calc(100% - 105px);
  background-image: url("../img/section3.png");
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  position: relative;
  top:-12px ;
  background-size: 100% auto;

}
.red{
  width: 100%;
  background-color: #383838c0;
  color: white;
  position: relative;
  right: 0;
  top: 0;
}
.section3-number{
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  background-image: url("../img/number background soorati yavash .svg");
  background-size: 100% 100%;
  padding: 5px 40px;
  font-size: 18px;
}
.section3-txt1{
  background-image: url("../img/number background soorati.svg");
  background-size: 100% 100%;
  padding: 0px 20px;
  margin: 40px;
}
.section3-content{
  padding-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
  z-index: 5;
}
.section3-txt2{
  padding-left: 150px;
  padding-right: 150px;
}
.khadamat-icon{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.icon1{
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.img1{
  width: 150px;
  height: 200px;
  background-image: url("../img/shostoshooyedastbaf.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.img1,.img2,.img3,.img4{transition:.2s ease-out;}
.icon1:hover .img1,.icon2:hover .img2,.icon3:hover .img3,.icon4:hover .img4{filter:brightness(1.4);opacity:.7;height:150px}
.cap1,.cap2,.cap3,.cap4{height:55px;transition:.2s ease-out;}
.icon1:hover .cap1,.icon2:hover .cap2,.icon3:hover .cap3,.icon4:hover .cap4{opacity:.5;}
.cap1{
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.icon2{
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.img2{
  width: 150px;
  height: 200px;
  background-image: url("../img/shostoshooyemoket.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.cap2{
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.icon3{
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.img3{
  width: 150px;
  height: 200px;
  background-image: url("../img/shostoshooyekhoshkhab.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.cap3{
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.icon4{
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.img4{
  width: 150px;
  height: 200px;
  background-image: url("../img/tarmim.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.cap4{
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
.section3-txt3{
  font-size: 12px;
  padding-top: 20px;
  bottom: 27px;
  position: absolute;
}
.section3-btn{
  font-size: 13px;
  background-image: url("../img/CTA.svg");
  background-size: 100% 100%;
  padding: 5px 40px;
  position: absolute;
  bottom: -24px;
  color: black;
  cursor: pointer;
  transition: .3s ease-in;
}
.section3-btn:hover{filter:brightness(2);}
footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 20px;
}
.footer-number{
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  background-image: url("../img/number background soorati yavash .svg");
  background-size: 100% 100%;
  padding: 10px 30px;
  font-size: 17px;
  font-weight:500;
  color: #800202;
  margin: 10px;
  text-decoration:none;
  flex: 0 0 calc(25% - 80px);
}
.shomare{

  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction:column;
	transition:.2s ease-in;
  /*! height: 72px; */
}
.div-call{
  bottom: -150px;
  width: 100%;
  height: 150px;
  background-color: #800202;
  position: fixed;
  transition: 0.5s;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-call.success .shomare{padding-top:25px}
.div-call .successMessage{width:100%;text-align:center;bxackground:#aaa;height:0;overflow:hidden;line-height:35px;font-size:11px;font-weight:500;color:#fff;}
.div-call.success .successMessage{height:40px;}
.backgroundinput{
  height: 50px;
  width: 389px;
  background-image: url("../img/backinput.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
  /*! padding: 50px; */
}
.input-shomare{
  border: none;
  width: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.darakhasttamas-btn{
  background-color: transparent;
  border: none;
  background-image: url("../img/CTA.svg");
  background-size: 100% 100%;
  height: 50px;
  background-repeat: no-repeat;
  width: 263px;
  cursor: pointer;
}
.zarbdar{
  background-image: url("../img/zarbdar.svg");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin-right: 51px;
  margin-top: 20px;
  z-index: 35;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.call-txt3{
  display: none;
}
@media only screen and (max-width: 864PX) {
    .LblMobile{
    display: inline-block;
}
  .section3-img, .section1-img, .section2-img{
    background-size: auto;
  }
  .shape1{
    background-size: 70%;
    background-position: top;
    height: 140px;
  }
  .shape2{
    background-size: 70%;
    background-position: bottom;
    bottom: -5px;
  }
  .section1-number{
    display: none;
  }
  .section1-number-mobile{
    display: block;
  }
  .section2-content{
    display: none;
  }
  .section2-txt2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify-all;
    font-size: 13px;
    line-height: 28px;
  }
  .section2-txt1{
    margin: 30px;
  }
  .mosalas{
    display: none;
  }
}
@media only screen and (max-width: 1000PX) {
  .footer-number {
    flex: 0 0 calc(30% - 80px);
  }
}
@media only screen and (max-width: 850PX) {
  .txt-bottom{
    display: block;
  }
  .footer-number {
    flex: 0 0 calc(50% - 100px);
  }
}
@media only screen and (max-width: 780PX) {
.div-call.success .shomare{padding-top:0}
  .section3-content {
    display: none;
  }

  .icon1, .icon2, .icon3, .icon4{
    margin: 20px;
  }
  .icon1, .icon2{
    width: 40%;
  }
  .icon3, .icon4{
    width: 40%;
  }
  .cap1, .cap2, .cap3, .cap4{
    padding: 0;
    font-size: 12px;
  }
  .khadamat-icon{
    margin-top: 0;
  }
  .section3-txt1{
    margin-top: 30px;
  }
  .section3-img{
    height: 118%;
  }
  footer{
    background-color: #800202;
    padding-bottom: 20px;
  }
  .div-call{
    z-index: 30;
    height: auto;
  }
  .zarbdar{
    display: none;
  }
  .backgroundinput{
    background-image: none;
    height: 50px;
    flex: 1;
    padding:0 50px;

  }
  .input-shomare{
    height: 48px;
    width: auto;
    flex: 1;
    padding-right: 20px;
  }
  .shomare{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	flex-direction: column;
  }
  .darakhasttamas-btn{
    background-image: none;
    background-color: #EAA91B;
    width: auto;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }


  .call-txt3 {
    font-size: 14px;
    padding-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-bottom: 10px;
    color: white;
  }
  .section1-btn{
    display: none;
  }
  .section3-txt3{
    display: none;
  }
  .section3-btn{
    display: none;
  }
  .section1-txt3{
    display: none;
  }
  .div-call-mobile{
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .txt-bottom{
    color: white;
    position: relative;
    font-size: 13px;
    padding: 6px 0;

  }
}
@media only screen and (max-width: 598PX) {
  .footer-number {
    flex: 0 0 64%;

  }
}
@media only screen and (max-width: 510PX) {
  body{
    font-size: 12px;
  }

  .pattern-around-right{
    background-image: url("../img/tablate-pattern-right-left.svg");
    width: 30px;

  }
  .pattern-around-left{
    background-image: url("../img/tablate-pattern-right-left.svg");
    width: 30px;
  }
  .pattern-top{
    background-image: url("../img/tablate-pattern-right-left.svg");
    height: 30px;

  }
  .pattern-bottom{
    background-image: url("../img/tablate-pattern-right-left.svg");
    height: 30px;

  }
  .section1-img{
    top: 35px;
    width: calc(100% - 70px);
  }
  .section2-img{
    top: -24px;
    width: calc(100% - 70px);
  }
  .section2-txt2{
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
  }
  .section1-txt3 {
    font-size: 11px;
  }
  .section1-number-mobile{
    font-size: 14px;
    padding: 0px 16px;
    color:#fff;
    text-decoration: none;
  }
  .section1-btn{
    font-size: 12px;
    padding: 0px 16px;
  }
  .section1-txt2{
    font-size: 11px;
    margin-bottom: 10px;
  }
  .section3-img{
    top: -17px;
    width: calc(100% - 70px);
  }
  footer{
    padding-bottom: 40px;
  }
  .icon1, .icon2, .icon3, .icon4{
    margin: 10px;
  }
  .backgroundinput{width:100%;}
  .input-shomare{padding-right:10px;}

}
@media only screen and (max-width: 410PX) {
  .img1, .img2, .img3, .img4{
    width: 100px;
    height: 132px;
  }
  .cap1, .cap2, .cap3, .cap4{
    padding: 0;
    font-size: 11px;
    line-height: 20px;
  }
  .section3-img{
    height: calc(100% - 65px);
  }
  footer{
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-number{
    font-size: 15px;
  }
  .section1-txt1{font-size:23px;}
}