/*theme name: Farrokhi */
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "IranSans";
  src: url("fonts/IRANSansX-Black.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "IranSansNumber";
  src: url("fonts/IRANSansXFaNum-Bold.ttf") format("woff2");
  font-weight: 500;
}
body {
  background-color: #fff;
  color: #424c63;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 1s;
  direction: rtl;
  font-size: 11pt;
  font-family: "IranSans";
  font-weight: 500;
}
.text-number {
  font-family: "IranSansNumber";
}
a {
  text-decoration: none;
  color: #424c63;
}
li {
  list-style: none;
}
h1 {
  font-size: 26pt;
  line-height: 30pt;
  font-weight: 800;
}
h2 {
  font-size: 16pt;
  line-height: 28pt;
  font-weight: 700;
}
h3 {
  font-size: 14pt;
  font-weight: 700;
  line-height: 26pt;
}
h4 {
  font-size: 12pt;
  font-weight: 700;
  line-height: 22pt;
}
p {
  line-height: 20pt;
  font-size: 10pt;
  font-family: "IranSans";
}
ul {
  padding: 0;
}
.container-main {
  width: calc(100% - 80px);
  max-width: 1360px;
  margin: 0 auto;
}
.top-header {
  width: 100%;
  height: 30px;
  background: linear-gradient(
    90deg,
    #0c356a 1.67%,
    rgba(12, 53, 106, 0.98) 1.68%,
    #0a4692 100%
  );
}
.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.btn-call {
  display: flex;
  border-radius: 30px;
  background: #ffc436;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
  color: #424c63;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  height: 40px;
  box-sizing: border-box;
}
.btn-call:hover {
  color: #424c63;
}
.btn-call i {
  font-size: 16px;
  margin-right: 5px;
}
.logo-img {
  width: 200px;
}
.cta-header {
  width: 100%;
  padding: 70px 0;
  background-image: url(./images/header.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover-header {
  background-color: #00000099;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 550px;
  padding: 40px 20px 40px 50px;
  color: #fff;
  display: flex;
  align-items: center;
}
.cta-title {
  color: #ffc436;
}
.social-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
}
.social-holder i {
  font-size: 22px;
  cursor: pointer;
  transition: 0.7s all;
  color: #fff;
}
.social-holder a {
  margin: 5px 0;
  display: block;
}
.social-holder i:hover {
  color: #ffc436;
}
.title-holder {
  display: inline-block;
}
.title-holder-left{
  float: left;
}
.logo-title-right{
  width: 50px;
  position: relative;
  right: -75px;
  top: -20px;
}
.title-holder .title-right {
  color: #fff;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(92deg, #0c356a 4.61%, #0a4693 97.39%);
  display: inline-block;
  font-size: 14pt;
  padding: 8px 40px 8px 10px;
  width: 350px;
}
.title-holder .title-left {
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(92deg, #0c356a 4.61%, #0a4693 97.39%);
  display: inline-block;
  font-size: 14pt;
  padding: 8px 85px 8px 10px;
  width: 350px;
}
.logo-title-left {
  width: 50px;
  position: relative;
  right: 75px;
  top: -20px;
}
.card-services {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 7px 37px 0px rgba(102, 138, 184, 0.24);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
}
.card-services img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}
.card-services .line-services {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(
    270deg,
    #fdc602 -6.83%,
    #9b7e17 37.57%,
    #fdc602 89.93%
  );
  margin-bottom: 15px;
  max-width: 200px;
}
.bg-yellow-big {
  position: relative;
  width: calc(100% - 200px);
  height: 500px;
  border-radius: 10px 0px 0 0;
  background: #fdc602;
  max-width: 500px;
}
.bg-yellow-big img {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 50px;
  right: 50px;
  border-radius: 10px;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.39) inset;
  max-width: 400px;
}
.bg-yellow-holder{
  position: relative;
}
.bg-yellow-x{
  border-radius: 10px;
  background: #FDC602;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -57px;
  left: 210px;
}
.bg-yellow-2x{
  border-radius: 10px;
  background: #FDC602;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: 140px;
}
.bg-yellow-3x{
  border-radius: 10px;
    background: #FDC602;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -78px;
    left: 133px;
}
.title-about-us{
  color: #0a4692;
  margin-top: 125px;
  font-size: 30px;
  font-weight: 800;
}
.subtitle-about-us i{
  color: #fdc602;
  font-size: 20px;
  margin: 0 5px;
}
.subtitle-about-us span{
  font-size: 14pt;
}
.about-text-holder{
  padding-left: 50px;
}
.about-text-holder p{
  margin-top: 20px;
}
.about-feature li{
  display: flex;
  align-items: center;
}
.about-feature li i{
  color: #fdc602;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 20px;
}
.btn-more{
  background: linear-gradient(
    90deg,
    #0c356a 1.67%,
    rgba(12, 53, 106, 0.98) 1.68%,
    #0a4692 100%
  );
  height: 40px;
  padding: 8px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
  transition: 0.7s all;
  cursor: pointer;
}
.btn-more:hover{
  color: #fff;
  background-color: #07397a99;
}
.statistics{
  background-image: url(./images/project-1.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 350px;
}
.statistics .cover{
  position: absolute;
  background-color: #0C356A99;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.circle-satistics{
  border-radius: 50%;
  border: solid 5px #fdc602;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.circle-satistics i{
  font-size: 70px;
  color: #fdc602;
}
.circle-satistics span{
  color: #fdc602;
  font-size: 16pt;
}
.satis-title{
  color: #fdc602;
  font-size: 12pt;
  margin-top: 10px;
}
.project-title{
  display: flex;
  align-items: center;
}
.project-title i{
  color: #fdc602;
  font-size: 38px;
  margin-left: 10px;
}
.line-title{
  width: calc(100% - 190px);
  height: 2px;
  background-color: #fdc602;
  border-radius: 10px;
  margin-right: 10px;
}
.info-bar{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-circle{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background-color: #0a4692;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.info-circle i{
  margin-top: 5px;
}
.info-line{
  width: 3px;
  border-radius: 10px;
  height: 80px;
  background-color: #0a4692;
}
.info-text{
  margin-top: 10px;
  margin-right: 10px;
}
.info-text h3{
  font-size: 12pt;
}
.img-project{
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.project{
  background-image: url(./images/logo-transparent-2.png);
  background-attachment: fixed;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
  height: 325px;
}
.swiper-slide img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 10px;
}
.blog-text{
  padding: 10px;
}
.blog-holder{
  margin-top: 110px;
}
.mySwiper{
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.logo-footer{
  width: 200px;
}
.footer-option{
  padding-bottom: 10px;
  border-bottom: solid 2px #0a4693;
  max-width: 200px;
  justify-content: center;
  display: flex;
}
.text-end{
  color: #FDC602;
  display: inline-block;
  margin-right: 5px;
}
.text-end:hover{
  color: #fdc602;
}
.end-footer{
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  background: linear-gradient(
    90deg,
    #0c356a 1.67%,
    rgba(12, 53, 106, 0.98) 1.68%,
    #0a4692 100%
  );
  color: #fff;
}
.gallery{
  background-image: url(./images/gallery-bg.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.menu-holder{
  margin: 0;
}

.bar {
  display: none;
  font-size: 30px;
  cursor: pointer;
  transition: 0.7s all;
}
.bar:hover{
  color: #0a4692;
}
.side-menu {
  width: 280px;
  position: fixed;
  z-index: 999;
  left: -280px;
  height: 100vh;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: linear-gradient(
    90deg,
    #0c356a 1.67%,
    rgba(12, 53, 106, 0.98) 1.68%,
    #0a4692 100%
  );
  transition: 1s;
}
.side-menu ul {
  padding: 20px;
}
.side-menu ul li {
  margin: 15px 0;
}
.side-menu ul li a {
  color: #fff;
  transition: 1s;
}
.side-menu ul li a:hover {
  color: #fdc602;
}
.side-menu-header {
  padding: 20px 30px 30px 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.logo-side {
  width: 180px;
  margin-top: 20px;
}
.close {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  color: #fdc602;
  font-size: 18px;
}
.cover-sidebar {
  background-color: #00000099;
  width: 0;
  height: 100%;
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
}
.res{
  display: none;
}
.res-on{
  display: flex;
}
.res-img{
  display: none!important;
}
.swiper-button-next, .swiper-button-prev{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0a4692;
  color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after{
  font-size: 18px;
}
.footer-contact i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0a4693;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 5px;
  font-size: 10pt;
}
.footer-contact .title-li{
  display: flex;
  align-items: center;
}
.menu-holder ul{
  display: flex;
  align-items: center;
}
.menu-holder ul li{
  margin: 0 10px;
  padding: 0 10px;
}
.form-cta .wpcf7-form p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-not-valid-tip, .wpcf7-spinner{
  display: none!important;
}
.wpcf7 input[type="tel"] {
  direction: rtl!important;
}
.btn-cta-form p input{
  background: #fdc602;
  border: none;
  outline: none;
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin-right: 10px;
  width: 100px;
}
.input-cta-form p span input{
  padding: 8px 10px;
  height: 40px;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "IranSans";
  font-size: 8pt;
  color: rgb(130, 130, 130);
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 10pt;
  color: #fdc602;
  padding: 0;
  margin: 10px 0;
}

#single h1{
  font-size: 16pt!important;
    font-family: "IranSans";
    line-height: 30pt!important;
    font-weight: 800;
}
#single h2{
  font-size: 14pt!important;
    font-family: "IranSans";
    line-height: 26pt!important;
}
#single h4{
  font-size: 11pt!important;
    line-height: 20pt!important;
}
#single li{
  list-style: unset!important;
  margin: 8px 0;
}
.single-img {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.comment-list {
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 15px 20px;
}
img.avatar.avatar-32.photo {
  border-radius: 10px;
  size: 50px;
  margin-left: 10px;
}
.comment-list .comment {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.comment-list .comment:last-child {
  border-bottom: none;
}
.comment-author.vcard {
  margin-bottom: 10px;
}
.reply {
  display: none;
}
.header-hr{
  margin: 0;
  background: #a4a4a4;
}

.comment-form-comment textarea {
  width: 100%;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px 0;
  border-radius: 10px;
  padding: 15px 20px;
}
.form-submit .submit {
  border: none;
  background: #fdc602;
  color: #424c63;
  border-radius: 50px;
  padding: 5px 20px;
}

.form {
  box-shadow: rgb(200 217 250) 0px 2px 8px 0px;
  padding: 15px 20px;
  border-radius: 8px;
  background: #eef4ff;
}
.form input,
.form textarea {
  padding: 5px 10px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  border: none;
  border-radius: 5px;
  margin: 10px 0 15px 0;
  width: 100%;
}
.form textarea,
.form label {
  width: 100%;
  height: 95px;
}
.comment-container {
  position: relative;
}
.comment-title {
  font-size: 10pt;
  line-height: 18pt;
}
.back-comment {
  width: 580px;
  height: 400px;
  border-radius: 72px;
  position: absolute;
  top: 8%;
  left: 32%;
  z-index: -2;
  transform: rotate(16deg);
  box-shadow: rgb(200 217 250) 0px 2px 8px 0px;
  background: #eef4ff;
}
.comment-container {
  position: relative;
}
.custumer-comment .comment-form,
.contact .comment-form {
  margin: 0 auto;
  max-width: 400px;
}
.comment-img-box{
  width: 60px;
  height: 60px;
}
.byuser {
  padding-right: 25px !important;
}
.side_item_text img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 7px;
}
.title-page {
  padding: 100px 0;
}
.text-main{
  color: #0a4692;
}
.icon {
  width: 75px;
  height: 75px;
  font-size: 25px;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  top: 30px;
}
.shadow-main {
  box-shadow: 0 0.5rem 1rem rgba(43, 49, 224, 0.15) !important;
}
.bg-main{
  background-color: #0a4692;
}

.contact-list {
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 15px 0;
}
.contact-list i {
  color: #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-left: 10px;
}

.yellow-item {
  background-color: #ffa41c;
  box-shadow: rgba(246, 194, 5, 0.2) 0px 2px 8px 0px;
}
.green-item {
  background-color: rgb(65, 174, 14);
  box-shadow: rgba(65, 246, 5, 0.2) 0px 2px 8px 0px;
}
.blue-item {
  background-color: rgb(0, 128, 255);
  box-shadow: rgba(5, 117, 246, 0.2) 0px 2px 8px 0px;
}
.contact .wpcf7-submit{
  background-color: #ffa41c;
}
.footer ul li{
  margin: 10px 0;
}


.row-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.col-gallery {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.col-gallery .image-gallery {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.image-gallery img {
  border-radius: 5px;
  width: 100%;
}
.btn-more{
  background-color: #0a4692;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}
.btn-more:hover{
  color: #fff;
}
.about_us_btns_holder{
display: flex;
}
.about_us_btns_holder .btn-more{
  max-width: 310px;
  margin: 50px 3px;
}
.english_btn{
  background: linear-gradient(45deg, #ffc436, #ffcc52b5);
  color: #222224;
}

.business_model_part {
  margin: 0 auto;
  text-align: center;
  background: #f2f3f5;
  padding: 40px 10px 50px 10px;
  box-sizing: border-box;
}
.business_model_part_title {
  font-size: 15pt;
  font-weight: 600;
}
.business_model_part .btn-more{
  margin-top: 30px;
}

.video_holder{
  width: calc(100% - 20px);
  max-width: 870px;
  margin: 0 auto;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .about_us_btns_holder .btn-more {
    margin: 13px auto;
}
.about_us_btns_holder{
  flex-flow: column;
}
}
@media screen and (max-width: 1024px) {
  .menu-holder{
    display: none;
  }
  .circle-satistics{
    width: 100%;
    height: 180px;
  }
  
}
@media screen and (max-width: 768px) {
  .about-us {
    text-align: center !important;
  }
  .bar{
    display: block;
  }
  .btn-call{
    display: none;
  }
  .cover-header{
    width: 100%;
  }
  .cta-header{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-title {
    font-size: 22pt;
}
.heade-info{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.heade-info p{
  text-align: center;
}
.circle-satistics {
  height: 150px;
}
.circle-satistics i {
  font-size: 55px;
}
.circle-satistics span {
  font-size: 13pt;
}
.satis-title {
  font-size: 9pt;
  line-height: 16pt;
}
.res-img-on{
 /* display: none!important;*/
}
.c-holder .c-content{
  order: 1;
}
.c-holder .res-img-on{
 order: 2;
}
.video_holder{
  margin-top: 40px;
}
}
@media screen and (max-width: 500px) {
  .bg-yellow-holder{
    display: none;
  }
  .res-img{
    /*display: flex!important;*/
  }
  .single-img {
    height: 250px;
  }
  .cta-title {
    font-size: 18pt;
}
.heade-info h2{
  font-size: 14pt;
  text-align: center;
}
.cover-header {
  padding: 40px 20px;
  flex-direction: column;
}
.res{
  display: flex;
  flex-direction: row;
}
.res i{
  margin: 0 10px;
}
.res-on{
  display: none;
}
.title-right, .title-left{
  font-size: 12pt;
}
.logo-title-right{
  width: 40px;
  right: -65px;
  top: -15px;
}
.logo-title-left {
  width: 40px;
  right: 65px;
  top: -15px;
}
.card-services h4{
  font-size: 9pt;
  text-align: center;
}
.container-main {
  width: calc(100% - 40px);
}
.card-services{
  padding: 25px;
}
.circle-satistics {
  max-width: 150px;
}
.statistics {
  height: 455px;
}
.about-us h1, .contact h1{
  font-size: 14pt;
  text-align: center;
  line-height: 26pt;
}
}
@media screen and (max-width: 450px) {
  .title-holder .title-right{
    font-size: 12pt;
    padding: 8px 30px 8px 10px;
    width: 330px;
  }
  .title-holder .title-left{
    font-size: 12pt;
    padding: 8px 75px 8px 30px;
    width: 310px;
  }
  .satis-title {
    text-align: center;
}
.circle-satistics {
  height: 140px;
}
.title-about-us {
  font-size: 24px;
}
.subtitle-about-us span {
  font-size: 11pt;
}
}
@media screen and (max-width: 375px) {
  .title-holder .title-right {
    padding: 8px 15px 8px 10px;
    width: 300px;
}
.title-holder .title-left {
  font-size: 12pt;
  padding: 8px 75px 8px 30px;
  width: 300px;
}
.card-holder{
  width: 100%;
}
.card-services{
  max-width: 300px;
}
.btn-cta-form p input{
  padding: 0 10px;
  width: 80px;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
  width: 220px;
}
}