@font-face {
  src: url(../fonts/IRANSansWeb.woff2);
  font-family: "IRANSansWeb";
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: IRANSansWeb, "IRANSansWeb", tahoma;
  scroll-behavior: smooth;
  background:#f9f9f9;
}
.rtl {
  direction: rtl;
}
button:focus{
  outline: none;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.dropdown-menu {
  left: unset;
  right: 0;
}
.dropdown-toggle::after {
  margin-left: unset;
  margin-right: 0.255em;
}
img{
    max-width: 100%;
    height: auto;
}
/* public class */
.spinner-loading {
width: 100%;
height: 100vh;
background-color: #fff;
position: fixed;
top: 0;
display: block;
z-index: 9999;
}
.d-grid{
    display:grid;
}
.spinner-loading img {
  margin: auto;
  top: 40%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  height: auto;
  max-width: 100%;
}
.show_splash {
  display: block;
}
/* splash screen */
.navbar_default_color .navbar-nav li a{
color: #fff;
}
#navbar{
    transition: .3s;
  
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 
.navbar_scroll {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding: 16px 8px;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgb(95,115,229);
    background: linear-gradient(90deg, rgba(95,115,229,1) 0%, rgba(93,68,232,1) 58%, rgba(49,24,218,1) 100%);
}
.navbar_scroll_dark{
  background: rgb(65, 65, 65);
  background: linear-gradient(90deg, rgb(82, 82, 82) 0%, rgb(65, 65, 65) 58%, rgb(53, 53, 53) 100%) !important;
}
.navbar_respansive {
  animation-duration: 0.3s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 16px 8px;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgb(95,115,229);
  background: linear-gradient(90deg, rgba(95,115,229,1) 0%, rgba(93,68,232,1) 58%, rgba(49,24,218,1) 100%);
}
@keyframes dropdown_scale {
  0% {
     opacity: 0;
     transform: scale(0);
  }
  100% {
     opacity: 1;
     transform: scale(1);
  }
}
.navbar-transform.show .dropdown-menu.show{
  animation-duration: 0.3s;
  animation-name: dropdown_scale;
  animation-timing-function: ease-in-out;

}
 /* hamber menu icon */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
/* power on off */
.darkmod[type="checkbox"]{
  position: relative;
  width: 45px;
  height: 22px;
  outline: none;
  -webkit-appearance: none;
  background-color: #ebebeb;
  transition: .5s;
  border-radius: 20px;
}
.darkmod:checked[type="checkbox"]{
  background-color: #000000;
  transition: 0.5s;
}
.darkmod[type="checkbox"]::before{
  content:"";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 50px;
  /* transform: scale(1.1); */
  box-shadow: 0 2px 5px rgba(0,0,0, .2);
  transition: 0.5s;
}
.darkmod:checked[type="checkbox"]::before{
  left: 22px;
  content: "";
  display: flex;
    width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  background-color: #555555;
}
/* main */
header.header_bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0px 80px;
}
.header-content {
    position: relative;
    margin: 25px auto 80px;
    padding: 25px 0px 100px;
}
.header-content .header-text {
  position: relative;
  padding: 80px 0px;
}
.header-content .header-text h2 {
  text-align: right;
  color: #fcf6ff;
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: 0px;
}
.header-content .header-text p {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  color: #f2f4f5;
  letter-spacing: 0px;
  margin: 25px auto;
  direction: rtl;
}
.header-content .header-img {
  position: relative;
  text-align: center;
}
.btn_bubble{
  --c : #fff;
  color: var(--c);
  font-size: 16px;
  border: 0.1em solid var(--c);
  border-radius: 0.5em;
  width: 12em;
  height: 3em;
  font-weight: bold;
  text-align: center;
  line-height: 3em;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  margin: 1em;
}
.btn_bubble span{
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: var(--c);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1)*25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1)*0.1s);
  z-index: -1;
}
.btn_bubble:hover {
  color:#ec1f23;
}
.btn_bubble:hover span{
  transform: translateY(0) scale(2);
}
.btn_bubble span:nth-child(1){ --n:1; }
.btn_bubble span:nth-child(2){ --n:2; }
.btn_bubble span:nth-child(3){ --n:3; }
.btn_bubble span:nth-child(4){ --n:4; }
/* section application */
.owl-carousel{
  cursor: grab;
}
.owl-carousel div img{
  width: 160px !important;
  opacity: 0.5;
  margin: auto;
  /*height:160px;*/
}
/*  */
.section_info .label_section{
  font-size: 40px;
}
.section_info .label_section_en{
  position: relative;
top: -90px;
font-size: 50px;
right: 60px;
color: #84848415;
}
.prodact , .section_projects , .section_slider{
  margin-top: 8rem;
  margin-bottom: 8rem;

}
.prodact .button{
  color: #8ec2fe;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: none;
  direction: ltr;
  text-align: center;
  cursor: pointer;
  margin: auto;
  display: block;
  margin-top: 20px;
}
.box_product_content{
  margin:auto;
}
.prodact h3 {
font-weight: 700;
  font-size: 1.3rem;
  margin: auto;
  text-align: right;
  direction: rtl;
  color: #8ec2fe;
}
.prodact p{
  direction: rtl;
  text-align: right;
}
.prodact ._content p, .prodact ._content h3{
        text-align: right;
  direction: rtl;
  border-right: solid 2px;
  padding-right: 10px;
}

.section_projects .inner-container {
  position: relative;
  max-width: 20%;
  min-width: 360px;
  height: 300px;
  width: 100%;
  margin: 0 auto 100px;
  text-align: right;
  direction: rtl;
}

.section_projects  .content {
  position: absolute;
  opacity: 0;
  top: 2em;
  left: 10%;
  width: 80%;
  margin: 0 auto;
}
.size_product{
vertical-align: middle;
  margin: auto;
  display: block;
  transform: scale(0.6);
  height:200px;
}
.box_product{
display: flex;
  min-height: 100%;
  vertical-align: middle;
  position: relative;
}
.section_projects  .active {
  display: block !important;
  margin: 0 auto;
  opacity: 1;
  transition: ease-in-out 1s;
}

.section_projects  .card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 2em 0;
  height: 300px;
  box-sizing: border-box;
  transition: .3s ease;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.35);
}
.section_projects  .card:first-child, .card:nth-child(2) {
  background: #8ec2fe;
  height: 8px;
  border-radius: 5px 5px 0 0;
  padding: 0;
  box-shadow: none;
}
.section_projects  .card:first-child {
  margin: 0 20px;
  background: #8ec2fe;
}
.section_projects  .card:nth-child(2) {
  margin: 0 10px;
}
.section_projects  .card .progress-container {
  background: rgba(37, 117, 252, 0.2);
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.section_projects  .card .progress-container .step {
  background-color: #8ec2fe;
  height: 6px;
  width: 33%;
  border-radius: 0 0 0 5px;
}

.section_projects  h1 {
  font-weight: 700;
  font-size: 3rem;
  color:#8ec2fe;
  margin: 0 0 10px 0;
}

.section_projects  p {
  margin-top: 0;
}

.section_projects  button {
  color:#8ec2fe;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: none;
  direction: ltr;
  cursor: pointer;
  position: absolute;
bottom: 30px;
right: 25px;
}
.section_projects{
    margin-top: 8rem;
}
@media only screen and (max-width:765px){
  .section_projects .inner-container{
      min-width: 100% !important;
  }
  .footer-area {
      background-color: #242424;
      background-image: none !important;
  }
  .list_link{
      margin-top: 5rem !important;
  }
}
.footer-area {
  position: relative;
  background-image: url(../img/footer.png);
  background-size: 100% 100%;
}
.newsletter-area {
  position: relative;
  padding: 160px 0px 60px;
}
.footer-widget-area {
  position: relative;
  padding: 50px 0px;
}
.copyright-text {
  position: relative;
  text-align: center;
  background-color: #242424;
  padding: 15px 0px;
}
.scroll-top {
  position: absolute;
  right: 20%;
  /*top: 40px;*/
  top:20px;
  transform: rotate(-90deg);
}
.scroll-top a{
  text-decoration: none;
}
.nl-title {
  position: relative;
  margin: 25px auto;
}
.nl-fom {
  position: relative;
  text-align: right;
  margin: 60px auto;
}
.nl-fom form.nlf {
  position: relative;
  max-width: 490px;
  margin: 0 auto;
}
.nl-fom form.nlf input {
  width: 100%;
  border: none;
  height: 60px;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 0px 25px;
}
.nl-fom form.nlf button.nl-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 160px;
  letter-spacing: 0px;
  font-size: 17px;
  color: #c5ebd3;
  background-color: #1bc26c;
  border: none;
  cursor: pointer;
}
a.scrl-top-btn {
  color: #fff;
  display: block;
  height: 50px;
  width: 50px;
  background-color: #5653a4;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  line-height: 50px;
  filter:drop-shadow(0px 0px 6px black);
}
.footer-widget .footer-links ul.fl {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 45px auto;
}
.footer-widget .footer-links ul.fl li {
  font-size: 16px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, .65);
  font-weight: 300;
  line-height: 24px;
  margin: 5px auto;
  direction:ltr;
}
.footer-widget .footer-links ul.fl li a {
  font-size: 16px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, .65);
  line-height: 28px;
}
.footer-widget .footer-links ul.footer-social {
  position: relative;
  padding: 0px;
      padding-top: 0px;
  list-style-type: none;
  padding-top: 30px;
}
.footer-widget .footer-links ul.footer-social li:first-child {
  margin-left: 0px;
}
.footer-widget .footer-links ul.footer-social li {
  display: inline-block;
  margin: 0px 5px;
      margin-left: 5px;
}
.copyright-text {
  text-align: center;
}
.footer-widget{
  color: white;
}
.list_link{
  margin-top: 15rem;
}
/*  */
.blog_card_box{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
border: 1px solid #ecf0f4;
}
.img_layer{
  width: 100%;
position: relative;
}
.img_layer img {
  width: 100%;
  display: block;
  height: 180px !important;
}
.blog_card_box h2{
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 7px 14px 4px;
position: relative;
z-index: 10;
}
.blog_card_box .detail{
  padding: 0 12px;
}
.blog_card_box .detail .top{
  border-bottom: 2px solid #eaeff2;
padding-bottom: 12px;
}
.blog_card_box .bottom .time{
  line-height: 35px;
font-size: 15px;
word-spacing: 1px;
padding: 7px 0 8px;
}
.blog_card_box .bottom{
  position: relative;
}
.blog_card_box .bottom .go_blog a{
  position: absolute;
left: 0;
bottom: 8px;
font-size: 13px;
}
.blog_card_box .go_blog:hover a i{
  margin-left: 3px;
  margin-right: 3px;
  transition: 0.5s;
}
.blog_card_box .go_blog a i{
  transition: 0.5s;
}
.blog_card_box .detail .top p{
  direction: rtl;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
font-size: 13px;
line-height: 25px;
padding-left: 20px;
}
.blog_card_box .detail .top span{
  width: auto;
display: inline-table;
white-space: nowrap;
font-size: 13px;
line-height: 25px;
position: relative;
top: -1px;
}
/* single page */
.box_post_img_layer{
  width: 100%;
overflow: hidden;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 20px;
}
.post_img{
  max-height: 400px;
  width: auto;
  border-radius: 10px;
}