
/* header */
.Social-media-up{
    display: none;
}
@font-face {
    font-family: "IRANSansXFaNum";
    src: url("/fonts/FarsiNumerals/IRANSansXFaNum-Regular.ttf");
}
a{
    text-decoration: none !important;
}
li{
    list-style: none;
}
* {
    font-family: "IRANSansXFaNum" !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    overflow-x: hidden;
}
.nav-link,
.nav-link1 {
    color: #393939 !important;
    font-family: "IRANSansXFaNum" !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.nav-link1 {
    cursor: pointer;
}

.Social-media-up {
    display: none;
}

#navlink::after {
    content: "";
    position: absolute;
    background-color: #18409A;
    height: 3px;
    width: 100%;
    top: 0;
}

.nav-item .nav-link {
    position: relative;
}

.nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50;
    width: 0;
    height: 1px;
    background-color: #18409A;
    transition: 0.6s;
}

.ChevronDown {
    margin-bottom: 8%;
    cursor: pointer;
}

.social img {
    cursor: pointer;
}

.nav-item .nav-link:hover::after {
    left: 0;
    width: 100%;
}

.nav-item .isactive::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #18409A;
    margin-left: 5%;
}


/* landing section */
.landing{
    animation: fadeInRight 2s ease-in;
}
.android{
    font-size: 0.8em !important;
}
.landing .title ,.landing  h1{
    font-size: 20px !important;
}

#btn-request-pro , .shape-btn {
    overflow: hidden;
    position: relative;
    background-color: #fff !important;
    outline: 1px solid #18409A;
    color: #18409A;
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    font-weight: 600;
    z-index: 1;
}
#btn-request2  {
    overflow: hidden;
    position: relative;
    background-color: #18409A;
    color: #fff;
    z-index: 1;
}
.button-design{
    overflow: hidden;
    position: relative;
    background-color: #18409A !important;
    color: #fff !important;
    z-index: 1;
}
.buttons {
    text-align: right;
    margin-top: 10%;
}
#btn-request-pro::before , .shape-btn::before{
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #18409D;
    transform: translateY(105%);
    z-index: -1;
    border-radius: 5px;
    transition: transform ease 0.6s;
    color: #FFFFFF !important;
    opacity: 0.3;
}
#btn-request-pro:hover::before , .shape-btn:hover::before {
    transform: translateY(0%);
    color: #FFFFFF !important;
    opacity: 0.3;
}
#btn-request2::before , .button-design::before {
    position: absolute;
    content: "";
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transform: translateY(105%);
    z-index: -1;
    border-radius: 5px;
    transition: transform ease 0.5s;
    color: #FFFFFF !important;
    opacity: 0.3;
}
#btn-request2:hover::before , .button-design:hover::before {
    transform: translateY(0%);
    color: #FFFFFF !important;
    opacity: 0.3;
}
/*header*/
.nav-item .nav-link {
    position: relative;
}
.nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50;
    width: 0;
    height: 1px;
    background-color: #18409A;
    transition: 0.6s;
}
.nav-item .nav-link:hover::after {
    left: 0;
    width: 100%;
}
.nav-item .isactive::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #18409A;
    margin-left: 5%;
}
/* main */
main , .question-card{
    margin: 3% 5% !important;
}
.p-titls {
    text-align: center;
    font-family: 'kalameh';
    font-size: 2em;
    font-weight: 800;
}
.span-title {
    font-weight: 600;
    font-size: 0.6em;
    border-bottom: 2px solid #18409A;
    padding: 1%;
}
.services .service {
    margin: 8px;
    height: 320px;
    align-items: center;
    text-align: center;
    background: rgba(24, 64, 154, 0.06);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow:hidden;
}
.services .service .title {
    font-size: 0.9em;
}
.services .service .caption{
    font-size: 0.8rem;
}
.work-samples{
    margin: 0
     5%;
}
.work-samples a{
    color: #393939;
}
.work-samples a:hover{
    color: #393939;
}

.work-samples .lable{
    position:relative;
    top: 30px;
    max-height: 125px;
    max-width: 125px;
    min-width: 100px;
    min-height: 100px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    margin: 0 10% !important;
}

.work-samples .body{
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.work-samples .content{
    display: none;
}
.content.active{
    display: block;
}
.category .tab-btn{
    cursor: pointer;
}
/* archicle */
.article {
    position: relative;
    margin-top: 13%;
}

.article .div-img {
    display: grid;
    justify-content: center;
    align-items: center;
}
.counting {
    position: relative;
    font-size: 1.5em;
    border: 2px solid #18409A;
    display: inline-block;
    padding: 5px 25px;
    padding-top: 20px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.counting::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -110px;
    width: calc(100% + 55px);
    height: calc(100% - 3px);
    background-color: white;
    transition: 20s ease-in-out;
    animation: fillcounting 20s alternate;
}

.counting::after {
    content: "";
    position: absolute;
    top: -35px;
    left: 50px;
    width: calc(100% + 40px);
    height: calc(100% - 3px);
    background-color: white;
    transition: 20s ease-in-out;
    animation: fillcounting 10s alternate;
}
.article .div-img {
    display: grid;
    justify-content: center;
    align-items: center;
}
.article img{
    border-radius: 10px;
}
.btn-slider {
    background: none;
    border: none;
    position: absolute;
}
.next-btn{
    top: -2%;
    right: 12%;
}
.pre-btn{
    top: -2%;
    right: 20%;
}


/* card */

.question-card .body {
    padding: 2% 3%;
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    border-radius: 17px 17px 17px 17px;
    box-shadow: 0px 3px 12px 0px rgb(103 104 171 / 15%);
}

.question-card .body .title {
    color: #18409A;
    font-weight: 600;
}
.contactus-fast input {
    border: none;
    outline: none;
}
.contactus-fast .form-body{
    margin: 1% 0;
    background-color: #fff;
    width: 20%;
    position: relative;
}
.btn-send-phone:hover{
    animation: swing 2s;
}
.about-flyap li {
    padding: 2%;
    margin: 2%;
    background-color: #8CA6DF;
    box-shadow: 0px 3px 12px 0px rgb(103 104 171 / 15%);
    border-radius: 10px;
    text-align: center;
}

@keyframes fillcounting {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.arrow {
    position: relative;
    bottom: 60px;
    right: 145px;
}

.next,
.pre {
    width: 6%;
    cursor: pointer;
}
.contactus-fast{
    background-image: url('/image/background/backcontact.jpg');
   /* background-color: #18409A;*/
    color: #FFFFFF;
    padding: 2% 4%;
}
@media (max-width: 991.98px) {
    .work-samples .body{
        height: auto ;
    }
    .article {
        margin-top: 20%;
    }
    .next-btn{
        right: 13%;
    }
    .pre-btn{
        right: 25%;
    }
    .question-card .body {
        height: auto;
    }
    .section-header {
        display: none;
    }
    .nav-link {
        font-size: 1em !important;
    }
    .nav-link {
        font-size: 1em !important;
    }
    .nav-link1 span {
        font-size: 0.8em !important;
        font-weight: 600 !important;
    }
    #dropdown{
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .work-samples .lable{
        min-width: 60px;
        min-height: 60px;
    }

 }

 @media (max-width: 767.98px) {
    .article {
        margin-top: 40%;
    }
    .next-btn{
        top: -40%;
        right: 18%;
    }
    .pre-btn{
        top: -40%;
        right: 35%;
    }
     .work-samples .lable{
         min-width: 60px;
         min-height: 60px;
     }
  }

  @media (max-width: 575.98px) {
    .article {
        margin-top: 5%;
    }
    .next-btn{
        top: 0%;
        right: 30%;
    }
    .pre-btn{
        top: 0%;
        right: 50%;
    }
    .navbar-nav {
        text-align: center;
        background-color: #18409A;
        border-radius: 10px;
    }

    .navbar-nav li {
        margin: 0 !important;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: column !important;
    }

    .nav-link {
        color: #FFFFFF !important;
    }
    #dropdown{
        color: #FFFFFF !important;
    }

    .nav-link:hover {
        border: none;
    }

    .nav-item .nav-link::after {
        display: none;
    }

    .nav-item .isactive::after {
        display: none;
    }
    .div-header{
        margin: 0 !important;
    }
    .logo{
        width: 35%;

    }
    .work-samples .label{
        height: 80px;
        margin: 0 2% !important;
    }
    .item-slider{
        flex-direction: column-reverse
    }

      .work-samples .lable{
          min-width: 60px;
          min-height: 60px;
      }
      .btn-center{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 8%;
      }
      .space-mobile{
        margin-top: 20%;
      }
      #back-color{
        background-color: #8ca6df;
      }
   }
