

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff/IRANSansX-thin.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff/IRANSansX-UltraLight.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/IRANSansX-light.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/IRANSansX-medium.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/IRANSansX-demibold.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-demibold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff/IRANSansX-extrabold.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-extrabold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff/IRANSansX-black.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-black.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff/IRANSansX-bold.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/IRANSansX-regular.woff') format('woff'),   
	url('fonts/woff2/IRANSansX-regular.woff2') format('woff2');	
}




body {
	font-family: IRANSansX  !important;
	direction: rtl;
	background-color: #cdcdcd;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea,a , p {
	font-family: IRANSansX !important;
}
.def-title-box h3 {
  position: relative;
  font-size: 30px;
  font-family: IRANSansX !important;
  color: rgba(255, 255, 255, 1);
  margin: 0 0;
  text-align: right;
  font-weight: 700;
  font-size: 19px;
}
/**menu**/
.main-header-bar {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  width: 130px;
  height: 100%;
  background: rgba(255, 255, 255, 0.0);
}
.main-header-bar .nav-toggler {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
}
.main-nav-outer {
  position: absolute;
  right: 133px;
  top: 0px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  background: none;
  z-index: 2;
  visibility: hidden;
  -ms-transform: translateX(-430px);
  transform: translateX(-430px);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.main-nav-outer .nav-closer {
position: absolute;
  left: 20px;
  top: 53px;
  width: 28px;
  height: 28px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 700ms ease 0ms;
  -moz-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease 0ms;
  -ms-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  cursor: pointer;
  transform: scale(0.25);
  -ms-transform: scale(0.25);
  z-index: 10;
  right: auto;
}
.main-nav-outer .outer-nav-box .bottom-bg {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 100%;
  height: 35px;
  bottom: 0px;
  background: #15181b;
  transform: skewX(45deg);
}
.main-nav-outer .main-nav-box .main-nav {
  position: relative;
  display: block;
  padding: 50px 30px 0;
}
.main-nav-outer .main-nav-box .main-nav .navigation > li > a {
  position: relative;
  display: block;
  padding: 5px 28px 3px 2px;
  font-size: 15px;
  color: #ffffff;
  line-height: 2.1;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  text-align: right;
}
.main-nav-outer .main-nav-box .main-nav .navigation > li > a::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 16px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
}
.main-nav-outer .outer-nav-box {
  position: relative;
  padding: 45px 6px 20px;
  background: none;
  width: 100%;
  height: 448px;
  overflow: hidden;
}
.banner-section .owl-nav {
  position: absolute;
  left: 10px;
  bottom: 30px;
  right: auto;
}
.main-content-container {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 130px;
  padding-left: 0;
}
.banner-section {
  direction: ltr;
}
.page-title h1 {
  position: relative;
  text-transform: none;
  margin: 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}
.page-title .bread-crumb {
  position: relative;
  line-height: 24px;
  text-align: right;
  direction: rtl;
}
.page-title .bread-crumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 5px 0;
  text-transform: none;
  margin-left: 26px;
  color: #ccc;
  font-size: 13px;
  margin-right: 0px;
  margin-top: 5px;
  font-weight: 300;
}
.page-title .bread-crumb ul li::after {
  content: '\f104';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 22px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #d8f744;
  right: auto;
}
.banner-section .slide-item .slide-bar {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 0;
  border-bottom: 3px solid #f4dd62;
  z-index: 2;
  left:0px;
}
.contact-section .info-box .info-block .inner {
  position: relative;
  display: block;
  padding-left: 30px;
}
.main-header-bar .social-links {
  position: absolute;
  right: 45px;
  bottom: 270px;
  width: 100%;
  padding: 0px 0;
  text-align: center;
  left: auto;
}

.main-logo-box {
  margin-top: 30px !important;
}
.banner-section .slide-item .slide-count {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 140px;
  height: 100px;
  padding: 20px 20px;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 10px;
  z-index: 10;
  right: auto;
}
@media screen and (min-width: 480px) {
 .main-header-bar .alt-logo-box {
  position: absolute;
  right: 179px;
  top: 60px;
  display: block;
  z-index: 1;
  width: 100% !important;
}
}

.main-header-bar .nav-toggler .toggler-btn {
  position: relative;
  display: block;
  background: none;
  width: 36px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  padding: 25px 0;
}
.main-header-bar .header-bar-inner .outer-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(21, 24, 27);
  z-index: 1;
}
.main-header-bar .line-two {
  position: absolute;
  left: 64px;
  bottom: 155px;
  height: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.33);
  z-index: 6;
}
.main-header-bar .line-one {
  position: absolute;
  left: 64px;
  top: 120px;
  bottom: 450px;
  border-left: 1px solid rgba(255, 255, 255, 0.33);
  z-index: 6;
}

.contact-section .info-box .info-block {
  position: relative;
  padding: 0 0;
  text-align: right;
}
.contact-section .info-box .info-block .info {
  position: relative;
  font-size: 14px;
  color: #fff !important;
  line-height: 1.8;
  text-align: right;
}
.contact-section .info-box .info-block .info a {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}
.contact-section .info-box .info-block .icon-box {
  position: absolute;
  right: 5px;
  top: 0;
  width: 60px;
  font-size: 29px;
  line-height: 48px;
  left: auto;
}
.contact-section .info-box .info-block .inner {
  position: relative;
  display: block;
  padding-right: 55px !important;
}
.contact-box {
  direction: ltr !important;
}
.contact-section .form-col h5 {
  position: relative;
  margin-top: 18px;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #444;
  padding-bottom: 12px;
  font-weight: 600 !important;
}
#wpcf7-f76-p53-o1 {
  direction: rtl !important;
}
.wpcf7-form.init {
  text-align: right;
}

.wpcf7-form-control-wrap input {
  height: 45px !important;
}
form .form-group textarea {
  height: 192px !important;
}
form .form-group .field-label .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.30);
  line-height: 20px;
  padding-left: 10px;
}
.contact-section .form-col form button {
  display: block;
  width: 100%;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0px;
}
#com-img:before{
position: absolute;
  left: -52px;
  top: -32px;
  right: -32px;
  bottom: -43px;
  background-position: right top;
  content: '';
  background-repeat: no-repeat;
  background-image: url(plans-lines.png);
  background-size: 100% 100%;
  z-index: -1;}
#com-img::after {
content: '';
  position: absolute;
  left: 30px;
  top: 39px;
  right: -20px;
  bottom: -16px;
  border: 1px solid #f4dd62;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.main-nav-outer .main-nav-box .main-nav .navigation > li.dropdown > a::after {
  content: "\f104";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 7px;
  line-height: 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.20);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  right: auto;
}
.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li {
  position: relative;
  display: block;
  padding-right: 30px;
  text-align: right;
  font-size: 15px !important;
  line-height: 2;
}
.main-nav-outer .main-nav-box .main-nav .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.site-container .body-bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  background: #1b1f22;
}
.page-title {
  position: relative;
  padding: 50px 0;
}
.contact-section .info-box .info-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 30px 20px 30px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.contact-section .info-box .info-block h5 {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 1px;
}
.wpcf7-not-valid-tip {
  color: #fff3f3;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  right: 0px;
  width: 100%;
  text-align: right;
  line-height: 0;
  margin-top: 9px;
}
form .field-inner .dot {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 15px;
  border-bottom: 6px solid rgba(255, 255, 255, 0.30);
}
.banner-section .slide-item h1 {
  position: relative;
  font-weight: 900;
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0px 0px;
  letter-spacing: -1px !important;
}
.banner-section .slide-item h1 b {
  color: #f4dd62;
}
.banner-section .slide-item .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 2;
  padding: 8px 20px !important;
  font-weight: 300;
  letter-spacing: -.35px;
}
.btn-style-one span {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  letter-spacing: -.35px;
  word-spacing: -.35px !important;
  font-size: 16px;
}
.rtl.wp-singular.page-template-default{
  background: #1b1f22;
}

@media screen and (max-width: 480px) {
.main-content-container {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 0px;
  padding-left: 0;
}
.main-header-bar .alt-logo-box {
  position: absolute;
left: 0px;
    top: 17px;
  display: inline-block;
  z-index: 1;
  width: 121px;
}
.alt-logo-box img {
  width: 133px !important;
}
.copyright {
  display: none;
}
.main-header-bar .social-links {
  display: none;
}
.main-header-bar .line-one {
  display: none;
}
 .banner-section .slide-item .content {
    padding-left: 0px;
  }
  .banner-section .slide-item h1 {
  position: relative;
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0px 0px;
  letter-spacing: -1px !important;
}
.banner-section .slide-item .text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 8px 20px !important;
  font-weight: 300;
  letter-spacing: -.35px;
}
.auto-container {
  position: static;
  max-width: 100%;
  padding: 0px 2px;
  margin: 0 auto;
}
.page-title {
    padding: 22px !important;
  }
  .main-header-bar .header-bar-inner {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.0);
}
.main-nav-outer .main-logo-box {
  position: relative;
  padding: 5px 9px;
  width: 167px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  transition: all 300ms ease 200ms;
  -moz-transition: all 300ms ease 200ms;
  -webkit-transition: all 300ms ease 200ms;
  -ms-transition: all 300ms ease 200ms;
  -o-transition: all 300ms ease 200ms;
  z-index: 1;
  margin: 1px 11px;
    margin-top: 1px;
}
.main-nav-outer .main-nav-box .main-nav {
  position: relative;
  display: block;
  padding: 18px 12px 0;
}
.navigation > li.dropdown > a::after {
  content: "\f104";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 7px;
  line-height: 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.20);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  right: 151px;
}
.main-nav-outer .nav-closer {
  position: relative;
  left: -22px;
  top: 75px;
  width: 21px;
  height: 25px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 700ms ease 0ms;
  -moz-transition: all 700ms ease 0ms;
  -webkit-transition: all 700ms ease 0ms;
  -ms-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  cursor: pointer;
  transform: scale(0.25);
  -ms-transform: scale(0.25);
  z-index: 10;
  right: 22px;
}
.main-header-bar .nav-toggler {
  position: absolute;
  right: 276px;
  top: 27px;
  width: 47px;
  background: #edd556;
  padding: 5px;
  border-radius: 4px;
  height: 43px;
}
.main-header-bar .nav-toggler .toggler-btn {
  position: relative;
  display: block;
  background: none;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  cursor: pointer;
  padding: 6px 0px;
  color: #000;
}
.main-header-bar .nav-toggler .toggler-btn .bar {
  position: relative;
  display: block;
  border-radius: 2px;
  border-bottom: 3px solid #1b1f22;
  margin-bottom: 6px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
}

.tabs-content .text {
  text-align: justify;
  font-size: 13px;
  letter-spacing: -.5px;
  line-height: 1.8;
  font-weight: 300;
}
.tab-btn {
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: -.35px;
}
.accordion-box .block .acc-btn {
  position: relative;
  top: 0;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.50);
  padding: 8px 20px 8px 70px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  cursor: pointer;
  text-align: right;
}
.acc-content .text {
  font-size: 13px !important;
  text-align: justify;
  line-height: 1.8 !important;
  font-weight: 300 !important;
  letter-spacing: -.5px;
}
.service-block h5 {
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  margin: 0 0;
  text-align: right;
  font-weight: 600 !important;
}
.service-block .text {
  position: relative;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.40);
  margin: 6px 0 10px;
  text-align: right;
  line-height: 1.8;
  font-weight: 300 !important;
}