.logosec img{
    width: 200px;
}
.logosec{
    position: relative;
    top: 0px;
}
.btn-comming-soon
{
    border-radius: 8px;
    margin-right: 10px;
}
@font-face {
    font-family: borsok;
    src: url("{% static 'font/borsok-font/boorsok.ttf' %}");
}
.info-text>h1{
    font-family:borsok;
}
.social-icon
{
    padding-right: 0px !important;
}
.landing-box 
{
    padding-top: 80px;
    padding-bottom: 100px;
}

.count-item
{
  border-radius: 40px ;
  transition: border-radius 300ms;
}
.count-item:hover{
    rotate: 3deg;
    transition: 300ms;
    border-radius: 30px;
}
.text-primary-dark{
    color: #0B1DB8;
}
.review-item
{
    padding-left: 0px;
    padding-right: 0px;
}

@keyframes riseAndFalltoRight {
    0%, 100% {
      transform: translateY(0) translateX(0);
    }
    50% {
      transform: translateY(-6px) translateX(5px);
    }
}

@keyframes riseAndFalltoLeft {
    0%, 100% {
      transform: translateY(0) translateX(0);
    }
    50% {
      transform: translateY(-6px) translateX(-5px);
    }
}

.feature-item-left:hover
{
    transition: 400ms;
    animation: riseAndFalltoRight 1s ease-in-out infinite alternate;
}
.feature-item-right:hover{
    transition: 400ms;
    animation: riseAndFalltoLeft 1s ease-in-out infinite alternate;
}
#qr-code{
    margin-top: 100px;
}
.img-fluid-x{
    width: 100%;
    height: auto;
}
.light-color , .light-color:hover
{
    background:linear-gradient(90deg, rgba(11,29,184,1) 100%, rgba(53,96,250,1) 0%);
    border: none;
    color: white;
}
#slider,.video-top-margin{
    margin-top: 100px;
}
#services
{
    margin-top: 200px;
}
.overview404
{
    margin-top: 70px;
    height: auto;
}
.ba-layer
{
    background-color: black;
}

.background {
    background: linear-gradient(327deg, #2649E3 5%, #0B1DB8);
    background-size: 300% 300%;
    animation: Gradient 5s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding:0;
    margin:0px;
}
.nav-tabs .nav-item{
    margin-left: 5px;
    margin-right: 5px;
}

.landing-margin
{
    margin-left: -50px;
    margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
    ul.list-unstyled.before-arrow{
        padding-left: 0px;
    }
    .message__title{
        font-size: 40px !important;
    }

    .in-cover .bulb {
        width: 20px;
       height: 20px;
       background-color: #08fffa;
       border-radius: 50%;
       position: absolute;
       left: 0px;
       right: 0px;
       bottom: -20px;
       margin: 0px auto;
       -webkit-box-shadow: 0 0 15px 7px rgba(0,255,255,0.8), 0 0 40px 25px rgba(0,255,255,0.5), -75px 0 30px 15px rgba(0,255,255,0.2);
       box-shadow: 0 0 826px 110px #DFFF23, 0 0 370px 50px rgba(0,255,255,0.5), 0px 0 140px 30px rgba(0,255,255,0.2);    
       
   }
   
}

@media only screen and (min-width: 768px) and (max-width:1000px) {
    
    header .container{
        display: flex;
        flex-direction: row-reverse;
    }
    header .main-logo {
        width: 25% !important;
    }
    header .navbar-toggler
    {
        width: 70% !important;
    }
    .text-end-mobile{
        text-align: right;
    }

    header .navbar-collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.411);
    }
    header .button-new{
        display: none !important;
    }
    header .responsive-item{
        display: block !important;
    }
    
}
@media only screen and (max-width: 767px) {
    .in-cover .bulb {
        width: 20px;
       height: 20px;
       background-color: #08fffa;
       border-radius: 50%;
       position: absolute;
       left: 0px;
       right: 0px;
       bottom: -20px;
       margin: 0px auto;
       -webkit-box-shadow: 0 0 15px 7px rgba(0,255,255,0.8), 0 0 40px 25px rgba(0,255,255,0.5), -75px 0 30px 15px rgba(0,255,255,0.2);
       box-shadow: 0 0 600px 50px #DFFF23, 0 0 370px 50px rgba(0,255,255,0.5), 0px 0 140px 30px rgba(0,255,255,0.2);    
       
   }
    
    header .navbar-collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.411);
    }
    header .button-new{
        display: none !important;
    }
    
    .landing-margin
    {
        width: 300px;
        margin-left: -50px;
        margin-top: 10px;
    }

    .position-in {
        position: relative;
        left: 17px;
        margin-top: -50px;
    }
    
}
.single
{
    margin-top: 30px;
}
.text-size{
    font-size: 15px;
}
.text-light-blue
{
    font-size: 15px;
}
.solution-icon
{
    fill: #0B1DB8;
    width: 70px !important;
}
.services-icon
{
    width: 30px !important;
}
.services-icon-l{
    width: 40px !important;   
    margin-top: -3px;
}


#overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #999;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 100;
}

#popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 500px;
    height: 500px;
    margin-left: -250px; /*Half the value of width to center div*/
    margin-top: -250px; /*Half the value of height to center div*/
    z-index: 200;
}

#popupclose {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.popupcontent {
    padding: 10px;
}

#button {
    cursor: pointer;
}
.font-s
{
    font-size: 18px;
    text-align: justify;
}
.font-28{
    font-size: 35px;
}

.color-light-outline:hover
{
    transition: 500ms;
    background:linear-gradient(90deg, rgba(11,29,184,1) 100%, rgba(53,96,250,1) 0%);
    border: none;
    color: white;
    border-radius: 7px;
}
.color-light-outline
{
    border: 2px solid rgba(11,29,184,1);
    border-radius: 7px;
    color: #0B1DB8;
}


.text-justify-SingleServices
{
    text-align: justify !important;
}

.font-min
{
    font-size: 15px;
}
.font-med
{
    font-size: 17px;
    text-align: justify;
}

.text-darked
{
    color: rgba(0,0,0,0.81);
}

.nav-back-color{
    background-color:#111027;
}

@media (min-width:360px){
    .btn-mobile-size{
        width: 100%;
    }
}

@media (min-width:1020px){
    .btn-mobile-size{
        width: 70%;
        position: relative;
        right:-13px;
    }
    .hide-desk{
        display: block;
    }
    .margin-top-desk{
        margin-top: 60px !important;
    }
}

.bg-gradient-mine
{
    background:#111027;
}

.cta-butt{
    font-weight:600;
    transition: 500ms;
    border-radius: 16px;
}

@keyframes butt{
    0%{
        rotate: 0deg;
    }
    30%{
        rotate: 6deg;
    }
    50%{
        rotate: 0deg;
    }
    80%{
        rotate: -6deg;
    }
    100%{
        rotate: 0deg;
    }
}

@keyframes cta{
    0%{
        transform: scaleX(0px);
    }
    30%{
        transform: scaleX(2px);
    }
    50%{
        transform: scaleX(0px);
    }
    80%{
        transform: scaleX(-2px);
    }
    100%{
        transform: scaleX(0px);
    }
}

.cta-butt:hover{
    transition: 500ms;
    animation: butt 500ms infinite ease-in;
}
.logo-dark , .logo-light{
    width: 150px !important;
}


.iranyekan-reg
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.iranyekan-bold
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.iranyekan-black
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.iransans-reg
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.iransans-bold
{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.button-new
{
    background-color: #3454C4;   
    border-radius: 15px;
    padding: 12px 25px 12px 25px;
    color: white !important;
    font-family: iransans-bold;
}

.font-14{
    font-size: 14px !important;   
}

.font-16{
    font-size: 16px !important;   
}

.font-18{
 font-size: 18px !important;   
}
.font-20{
    font-size: 20px !important;   
}
.font-24{
    font-size: 24px !important;   
}
.font-30{
    font-size: 30px !important;   
}
.color-gray{
    color:#696969 !important;
}




.mtc-1{
    margin-top: 10px !important;
}
.mtc-2{
    margin-top: 20px !important;
}
.mtc-3{
    margin-top: 30px !important;
}
.mtc-4{
    margin-top: 40px !important;
}
.mtc-5{
    margin-top: 50px !important;
}
.mtc-6{
    margin-top: 60px !important;
}
.mtc-max{
    margin-top: 100px !important;
}


.mrc-1{
    margin-right: 10px !important;
}
.mrc-2{
    margin-right: 20px !important;
}
.mrc-3{
    margin-right: 30px !important;
}
.mrc-4{
    margin-right: 40px !important;
}
.mrc-5{
    margin-right: 50px !important;
}
.mrc-6{
    margin-right: 60px !important;
}
.mrc-max{
    margin-right: 100px !important;
}

@media (max-width: 480px) {

    .p-m-min{
        padding: 5px !important;
    }

    .navbar-expand-lg > .container {
        display: flex !important;
        flex-direction: row !important;
    }
    .pos-plus-top{
        position: relative;
        top: 90px;
    }
    .pos-mines-top{
        position: relative;
        top: -90px;
    }
    .mtm-2{
        margin-top: 20px !important;
    }
    .mtm-3{
        margin-top: 30px !important;
    }
    .mtm-4{
        margin-top: 40px !important;
    }
    .mtm-5{
        margin-top: 50px !important;
    }
    
    .mbm-2{
        margin-bottom: 20px !important;
    }
    .mbm-3{
        margin-bottom: 30px !important;
    }
    .mbm-4{
        margin-bottom: 40px !important;
    }
    .mbm-5{
        margin-bottom: 50px !important;
    }

    .block-style-nineteen {
        padding: 30px 20px 10px 20px !important;
        margin-top: 15px !important;
    }
    .text-center-mobile
    {
        text-align: center !important;
    }
    .width-mobile-100
    {
        width: 100% !important;
    }
    .width-mobile-90
    {
        width: 90% !important;
    }
    .width-mobile-80
    {
        width: 80% !important;
    }
    .width-mobile-70
    {
        width: 70% !important;
    }
    .hide{
        display: none;
    }
    .hide-desk{
        display: block;
    }

}    

.mbc-1{
    margin-bottom: 10px !important;
}
.mbc-2{
    margin-bottom: 20px !important;
}
.mbc-3{
    margin-bottom: 30px !important;
}

.mlc-1{
    margin-left: 10px !important;
}
.mlc-2{
    margin-left: 20px !important;
}
.mlc-3{
    margin-left: 30px !important;
}
.mlc-4{
    margin-left: 40px !important;
}
.mlc-5{
    margin-left: 50px !important;
}
.mlc-6{
    margin-left: 60px !important;
}
.mlc-max{
    margin-left: 100px !important;
}

.lh-1{
    line-height: 20px !important;
}
.lh-2{
    line-height: 30px !important;
}
.lh-3{
    line-height: 36px !important;
}
.lh-4{
    line-height: 40px !important;
}
.lh-max{
    line-height: 70px !important;
}

.pc-2{
    padding: 20px;
}

.pbc-1
{
    padding-bottom: 10px;
}
.pbc-2
{
    padding-bottom: 20px;
}
.pbc-3
{
    padding-bottom: 30px;
}
.pbc-4
{
    padding-bottom: 40px;
}
.pbc-5
{
    padding-bottom: 50px;
}
.pbc-6
{
    padding-bottom: 70px;
}
.pbc-max
{
    padding-bottom: 120px;
}

.center-nav {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
  }  
.center-nav .nav-item {
margin-left: 15px;
margin-right: 15px;
}

ul.list-unstyled.before-arrow
{
    padding-right: 0px;
}
.bg-second{
    background-color: #111027;
}
.btn-border
{
    border-radius: 12px;
}
.text-blue{
    color: #3454C4;
}

.text-blue
{
    color: #3454C4 !important;
}
.hover-border:hover
{
    border: 1px solid #3454C4;
    color: #111027 !important;
}
.block-style-nineteen
{
    background: #fff;
    border-radius: 8px;
    padding: 37px 50px;
    margin-top: 35px;
    border-left-width: 5px;
    border-left-style: solid;
    box-shadow: 5px 20px 60px rgba(10, 30, 81, 0.10);

}
.block-style-nineteen .text {
    padding-left: 30px;
}
.block-style-nineteen img{
    width: 15%;
}
.color-dark{
    color: #111027 !important;
}


:focus {
  outline: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* 2.3. Lamp */
.lamp {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 180px;
  margin: 0px auto;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center top;
  animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
  animation: move 5.1s infinite;
}

@keyframes move {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

.cable {
    width: 5px;
    height: 248px;
    background:#ffffffd3;
}

.cover {
  /* width: 200px;
  height: 80px;
  background: #0bd5e8;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%; */
  position: relative;
  z-index: 200;
}
.lamp-style{
    rotate: 180deg;
}

.in-cover {
  width: 30%;
  max-width: 200px;
  height: 20px;
  border-radius: 100%;
  background: #08ffff;
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -9px;
  z-index: -1;
}

.light {
    width: 600px;
    height: 0px;
    border-bottom: 900px solid rgb(44 255 255 / 24%);
    border-left: 400px solid transparent;
    border-right: 150px solid transparent;
    position: absolute;
    left: 70px;
    right: 0px;
    top: 270px;
    margin: 0px auto;
    z-index: 1;
    border-radius: 90px 90px 20px 20px;
}

@media (min-width: 769px) and (max-width:1023px) { 
    .hide{
        display: none;
    }
    .hide-desk{
        display: block;
    }
}

@media (min-width: 1401px) { 
    .hide{
        display: none;
    }
    .hide-desk{
        display: block;
    }
}

@media (max-width: 1400px) { 
  .lamp {
    zoom: .5;
  }
  .error__content {
    top: 55%;
  }
  .message__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 900px) {

  .message__title {
    font-size: 34px;

  }
  .error__content {
    top: 55%;
  }
  }
@media (max-width: 950px) {
  .lamp__wrap {
    max-height: 100vh;
    overflow: hidden;
    max-width: 100vw;
  }
  .error__social {
    bottom: 30px;
    top: auto;
    transform: none;
    width: 100%;
    position: fixed;
    left: 0;
  }
  .e-social__icon {
    display: inline-block;
    padding-right: 30px;
  }
  .e-social__icon:last-child {
    padding-right: 0;
  }
  .e-social__icon {
    padding-bottom: 0;
  }
}

@media (max-width: 750px) {
  body, html {
    max-height: 100vh;
  }
   .error__content {
    position: static;
    margin: 0 auto;
    transform: none;
    padding-top: 300px;
  }
  .error {
    padding-top: 0;
    padding-bottom: 100px;
    height: 100vh;
  }
}
@media (max-width: 650px) {
  .message__title {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .message__text {
    font-size: 16px;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lamp {
    zoom: .6;
  }
  .error__content {
    padding-top: 180px;
  }
  }
@media screen and (min-width:480px) and (max-width:768px) {
    .pos-plus-top{
        position: relative;
        top: 90px;
    }
    .pos-mines-top{
        position: relative;
        top: -90px;
    }
    .hide{
        display: none;
    }

    header .container{
        display: flex;
        flex-direction: row !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    header .main-logo {
        width: calc(20%) !important;
    }
    header .navbar-toggler
    {
        width: calc(70%) !important;
    }
    .text-end-mobile{
        text-align: right;
    }
    
}
@media (max-width: 480px) {

    #collages .button-new{
        width: 80%;
    }
    .p-m-max{
        padding:30px !important;
    }
    #img-index-hero{
        margin-right: calc(15%) !important;
    }
    #video .row{
        padding-right: 15px !important;
        padding-left: 15px;
    }
    
    #service-landing-m .row{
        display: flex;
        flex-direction: column-reverse !important;
    }
    #service-landing-m img{
        margin: 0px !important;
        margin-left: -10px !important;
        margin-bottom: -70px !important;
    }
    #footer-logo-m , #footer-text-m , .footer-links{
        text-align: left !important;
    }

    .row-reverse{
        display: flex;
        flex-direction: column-reverse;
    }

    .landing-box{
        padding-top: 5px !important;
    }
    #partner-brand ul {
        padding-left: 0px;
    }
    /* #hero .container .row{
        display: flex !important;
        flex-direction: column-reverse !important;
    } */
    #hero img{
        margin: 15px;
        margin-bottom: 40px;
    }
    header .container{
        display: flex !important;
        flex-direction: row !important;
    }

    header .main-logo {
        width: 45% !important;
    }
    header .navbar-toggler
    {
        width: 45% !important;
    }

    .text-end-mobile{
        text-align: right !important;
    }

    header .button-new{
        display: none !important;
    }
    .message__title {
        font-size: 30px !important;
    }
    .message__text {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
    .error__nav {
        margin-top: 20px;
    }
    .process-vertical{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .iranyekan-black-m-2
    {
        font-family: iranyekan-black;
        font-size: 24px !important;
        line-height: 50px !important;
    }

    .iranyekan-black-m-3
    {
        font-family: iranyekan-black;
        font-size: 30px !important;
        line-height: 50px !important;
    }

    .lhm-1{
        line-height: 30px !important;
    }
    .lhm-2{
        line-height: 40px !important;
    }
    .lhm-3{
        line-height: 50px !important;
    }
    .hero-mobile-img-0{
        position: relative;
        left: 10px;
    }

    #slider, .video-top-margin
    {
        margin-top: 20px;
    }

    .prm-10{
        padding-right: 10px !important;
    }
    .prm-20{
        padding-right: 20px !important;
    }
    .prm-30{
        padding-right: 30px !important;
    }
    .prm-40{
        padding-right: 40px !important;
    }

    .plm-10{
        padding-left: 10px !important;
    }
    .plm-20{
        padding-left: 20px !important;
    }
    .plm-30{
        padding-left: 30px !important;
    }
    .plm-40{
        padding-left: 40px !important;
    }
    .text-justify-m{
        text-align: justify;
    }

    #Accordione button {
        font-family: iransans-reg;
        line-height: 35px;
    }
    #Accordione button .collapse-arrow-end{
        margin-right: 10px;
    }

    header .navbar-nav li a{
        text-align: left;
    }
    header .navbar-nav{
        padding-right: 0 !important;
    }
    .responsive-item
    {
        display: block !important;
    }
    header .navbar-collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.411);
    }
    .nav-icon img {
        display: inline !important;
        width: 24px;
        height: 24px; 
        margin-left: 8px; 
        vertical-align: middle;
      }

      .main-nav .nav-item:hover > .nav-link:before{
        display: none;
      }
      .footer-dark
      {
        padding-right: 20px;
        padding-left: 20px;
      }
      #phoneform{
        padding-left: 40px;
        padding-right: 40px;
      }
      #phoneform #button{
        margin-top: -15px;
      }
      

      

}

.nav-icon img {
    display: none;
}  
.font-40{
    font-size: 40px !important;
}
.img-fluid-50
{
    width: 50%;
}
.text-anime{
    animation: jump10p ;
}

.cta-anime{
    transition: 500ms;
    animation: cta 500ms infinite ease-in;
}
.responsive-item{
    display: none;
}
/* #reviews
{
    border-radius: 20px;
    box-shadow: 1px 1px 25px rgba(10, 30, 81, 0.05);
} */
#reviews .flickity-page-dots .dot{
    background-color: #0B1DB8;
}
#reviews .flickity-page-dots{
    margin-top: 20px;
}
#reviews .flickity-prev-next-button{
    display: none;
}
#reviews .flickity-page-dots
{
    position: absolute;
    bottom: -50px;
}


.stella_font,p,a,span{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.font-w-b{
    font-weight: bold !important;
}

.padding-calc-10{
    padding-right: calc(15%)  !important;
    padding-left: calc(20%)  !important;
    padding-top: 20px  !important;
}
#service-landing-m{
    padding-bottom: 125px !important;
}