@font-face {
    font-family: "IRANSans-web";
    src: url("../IRANSans-Bold-web.eot");
    src: url("../IRANSans-Bold-web.eot?#iefix") format("eot"),
      /* IE6–8 */ url("../IRANSans-Bold-web.woff2") format("woff2"),
      /* Chrome36+, Opera24+*/ url("../IRANSans-Bold-web.woff")
        format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../IRANSans-Bold-web.ttf")
        format("ttf");
    font-weight: bold;
  }
  
  @font-face {
    font-family: "IRANSans-web";
    src: url("../IRANSans-Medium-web.eot");
    src: url("../IRANSans-Medium-web.eot?#iefix") format("eot"),
      /* IE6–8 */ url("../IRANSans-Medium-web.woff2") format("woff2"),
      /* Chrome36+, Opera24+*/ url("../IRANSans-Medium-web.woff")
        format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../IRANSans-Medium-web.ttf")
        format("ttf");
    font-weight: 500;
  }
  
  @font-face {
    font-family: "IRANSans-web";
    src: url("../IRANSans-UltraLight-web.eot");
    src: url("../IRANSans-UltraLight-web.eot?#iefix") format("eot"),
      /* IE6–8 */ url("../IRANSans-UltraLight-web.woff2") format("woff2"),
      /* Chrome36+, Opera24+*/ url("../IRANSans-UltraLight-web.woff")
        format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../IRANSans-UltraLight-web.ttf") format("ttf");
    font-weight: 200;
  }
  
  @font-face {
    font-family: "IRANSans-web";
    src: url("../IRANSans-Light-web.eot");
    src: url("../IRANSans-Light-web.eot?#iefix") format("eot"),
      /* IE6–8 */ url("../IRANSans-Light-web.woff2") format("woff2"),
      /* Chrome36+, Opera24+*/ url("../IRANSans-Light-web.woff")
        format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../IRANSans-Light-web.ttf")
        format("ttf");
    font-weight: 300;
  }
  
  @font-face {
    font-family: "IRANSans-web";
    src: url("../IRANSans-web.eot");
    src: url("../IRANSans-web.eot?#iefix") format("eot"),
      /* IE6–8 */ url("../IRANSans-web.woff2") format("woff2"),
      /* Chrome36+, Opera24+*/ url("../IRANSans-web.woff") format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../IRANSans-web.ttf")
        format("ttf");
    font-weight: normal;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "IRANSans-web";
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }

  a:hover {
    text-decoration: none !important;
    /* color: #EF7F1A !important; */
    cursor: pointer;
  }


  .container {
    direction: rtl;
    width: 100%;
  }
  .section-header {
    width: 100%;
    height: 800px;
    background: linear-gradient(
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.5)
      ),
      url("../landing/landing/imgs/header.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .section-menu {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .wl-logo img {
    width: 200px;
    margin-right: -30px;
  }
  .menubar {
    display: none;
  }
  
  #menu-icon {
    font-size: 30px;
  }
  .menu-list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    right: 0;
    padding: 10px 15px;
    z-index: 1000000000000;
  }
  .menu-list>ul{}
  .menu-list>ul>li{
    margin-bottom: 5px;
  }  

  .menu-list>ul>li a{
    color: white;
  }    

  .menu-list>ul>li>ul{
    display: none;
  }  

  .menu-list>ul>li span.fa{
    margin-right:7px;
  }


/*  .wl-menu>ul>li>ul{
    position: absolute;
    width: 100%;
    white-space: nowrap;
    right: 0;
    padding-top: 10px;
    display: none;
    min-width: 270px;
    background: rgba(1, 20, 39, .95);
    opacity: 0.7;
  }*/
  .menu-list>ul>li>ul>li{
    padding-bottom: 10px;
  }
  .menu-list>ul>li>ul>li a{
    color: white;
    display: flex;
  }

  .menu-list>ul>li>ul>li:first-child{
    padding-top: 10px;
  }

  .menu-list>ul>li>ul li:hover a {
    color: #ef7f1a !important;
    text-decoration: none !important;
  }

  .menu-list>ul>li:hover>ul {
    display: block !important;
  }

  .menu-list>ul>li>ul li span{
    margin-left: 10px;;
  }

  .menu-list>ul>li>ul li span.icon_hover {
    display: none;
  }

  .menu-list>ul>li>ul li:hover span.icon_white {
    display: none !important;
  }

  .menu-list>ul>li>ul li:hover span.icon_hover {
    display: inline-block !important;
  }


  .wl-menu>ul {
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -60px;
  }
  .wl-menu>ul>li {
    color: #fff;
    margin-left: 35px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }

  .wl-menu>ul>li:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #EF7F1A !important;
  }

  .wl-menu>ul>li>a:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #EF7F1A !important;
  }

  .wl-menu>ul>li span {
    margin-right: 5px;
  }

  .wl-menu>ul>li>a{
    color: white;
  }

  .wl-menu>ul>li>ul{
    position: absolute;
    width: 100%;
    white-space: nowrap;
    right: 0;
    padding-top: 10px;
    display: none;
    min-width: 270px;
    background: rgba(1, 20, 39, .95);
    opacity: 0.7;
  }
  .wl-menu>ul>li>ul>li{
    padding-bottom: 10px;
  }
  .wl-menu>ul>li>ul>li a{
    color: white;
    display: flex;
  }

  .wl-menu>ul>li>ul>li:first-child{
    padding-top: 10px;
  }

  .wl-menu>ul>li>ul li:hover a {
    color: #ef7f1a !important;
    text-decoration: none !important;
  }

  .wl-menu>ul>li:hover>ul {
    display: block !important;
  }

  .wl-menu>ul>li>ul li span{
    margin-left: 10px;;
  }

  .wl-menu>ul>li>ul li span.icon_hover {
    display: none;
  }

  .wl-menu>ul>li>ul li:hover span.icon_white {
    display: none !important;
  }

  .wl-menu>ul>li>ul li:hover span.icon_hover {
    display: inline-block !important;
  }

  .wl-login a.demo {
    display: inline-flex;
    padding: 5px 20px;
    background-color: #f17000cc;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border: 1px dashed #fff;
    margin-left: 10px;
  }
  .wl-login a.login {
    display: inline-flex;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border: 1px dashed #fff;
    margin-left: 10px;
  }
  .wl-login-logo {
    display: none;
  }
  .section-title {
    margin-right: -500px;
    margin-top: 100px;
  }
  .section-title h1 {
    color: #333;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .section-title p {
    color: #444;
    margin-bottom: 50px;
    font-size: 18px;
  }
  .section-title h3 {
    color: #333;
    font-weight: 500;
    font-size: 18px;
  }
  .section-header a.start-scan-btn {
    background-color: #f17000cc;
    color: #fff;
    font-size: 15px;
    padding: 10px 45px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 50px auto;
  }

  .section-header button.freeplan {
    background-color: #f17000cc;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 45px; */
    border: 1px solid #fff;
    /* margin: 50px auto; */
    width: 200px;
    /* padding: 8px 12px !important; */

    border-radius: 0px 3px 3px 0px;
    border-color: transparent;
  }

  .section-header input.freeplan {
    line-height: 29px;
    width: 79%;
    direction: ltr;
    padding-left:10px;
    color:#fff;
    border-radius: 3px 0px 0px 3px;
    border: none;
    height: 45px;
    background-color: rgba( 255, 255, 255, .2);
    border: 0px solid #7e8286;
  }

  .section-header input.freeplan:focus {
    outline: none !important;
  }

  .section-title button:hover {
    cursor: pointer;
  }
  /* start section-counter */
  .section-counter {
    width: 100%;
    height: 250px;
    background-color: #999;
    margin-top: -50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../landing/landing/imgs/v.jpg');
    background-size: cover;
    flex-direction: column;
    align-items: center;
  }
  .section-counter-container {
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;

  }
  .counter_box_wrapper{
    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 0 40px;
    margin-top: 35px;
    
  }
  .section-counter-container a {
    color: #fff;
    border: 1px dashed #fff;
    padding: 5px 10px;
    font-size: 12px;
  }
  .counter-item {
    margin-right: 50px;
  }
  .counter-item span.counter-item-number {
    display: inline-block;
    background-color: #c0c0c0;
    border-radius: 5px;
    font-size: 35px;
    padding: 15px 15px;
  }
  .counter-item span.counter-item-comma {
    font-size: 35px;
  }
  .section-best-wl {
    width: 100%;
    height: 1100px;
    background-color: #fbfbfb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: linear-gradient(to right, #f6f5f9, #f2f2f2);
  }
  .bg1 {
    width: 100%;
    height: 1020px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #fbfbfb;
    z-index: 999;
  }
  .bg2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-radius: 50%;
    width: 100%;
    height: 150px;
    background-color: #fbfbfb;
    position: absolute;
    bottom: 5px;
  }
  .bg3 svg {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
  }
  .bg3 svg path {
    stroke: none;
    fill: #f6f5f9;
  }
  .section-best-wl-container {
    margin-top: 50px;
    width: 1100px;
    height: 1100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .section-best-wl-container h2 {
    color: #433c3c;
  }
  .best-main {
    margin-right: 20px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .best-main div {
    width: 520px;
    height: auto;
  }

  .best-main-item img {
    width: 500px;
    margin-bottom: -40px;
    margin-top: -40px;
  }

  .best-main-item p {
    text-align:justify;
    text-justify: inter-word;
  }

  .best-main .item-2 {
    color: #211f1f;
    font-weight: 550px;
    font-size: 17px;
    padding-right: 20px;
    font-weight: 500;
    margin-top: -150px;
    margin-bottom: -60px;
    padding-left: 40px;
  }

  .best-main-item-res {
    display: none;
  }

  .item-3 {
    font-size: 16px;
    padding-right: 40px;
    color: #555;
    line-height: 40px;
    margin-bottom: 90px;
    margin-top: 50px;
  }

  .item-4 img {
    margin-right: 25px;
  }

  .item-4 {
    margin-top: -70px;
  }

  .item-6 {
    font-size: 17px;
    color: #555;
    line-height: 40px;
    padding-left: 40px;
    margin-top: -80px;
    padding-right: 20px;
  }

  .circle-wl {
    position: absolute;
    padding: 15px 18px;
    border: 2px dashed #f17000;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0px;
  }
  .circle-inside-w {
    display: inline-block;
    color: #f17000;
  }
  .circle-inside-l {
    color: #555;
    display: inline-block;
  }
  .path-container {
    position: absolute;
    top: 70px;
    left: 510px;
    z-index: 9999;
  }
  .path-for-1200 {
    display: none;
  }
  .cover-path-for-1200 {
    display: none;
  }
  .path-for-992 {
    display: none;
  }
  .cover-path-for-992 {
    display: none;
  }
  .main-path {
    stroke: #f17000;
    stroke-dasharray: 10, 4;
    stroke-width: 2px;
    fill: none;
  }
  .service-explain {
    stroke-opacity: 1;
  }
  .service-explain-para {
    display: none;
  }
  #para-explain-0 {
    display: flex;
  }
  .cover-path {
    stroke-width: 10px;
    stroke: #fbfbfb;
    fill: none;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    position: absolute;
    left: 0px;
  }
  .pathAnimate {
    animation: move 10s forwards alternate;
  }
  @keyframes move {
    from {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: -2000;
    }
  }
  .sheild-container img {
    width: 80px;
    left: 2px;
    top: 870px;
    position: absolute;
  }
  .section-service-res {
    display: none;
  }
  .bg-footer-wave-1,
  .bg-footer-wave-2 {
    display: none;
  }
  .section-service {
    width: 100%;
    height: 1000px;
    background: #f6f5f9;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .service-background-right {
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    height: 1000px;
    background: linear-gradient(to left, #d3d0d7, #f6f5f9);
  }
  .section-service-container {
    width: 1100px;
    height: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 999;
  }
  .section-service-container h3 {
    margin-top: 50px;
    margin-bottom: 60px;
    z-index: 9999;
    color: #444;
    font-weight: 500;
  }
  
  .service-list {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999;
  }
  .service-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .service-list-item img {
    margin-bottom: 16px;
    width: 80px;
  }
  .service-list-item span {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
  }
  
  .service-explain svg {
    display: block;
  }
  .service-explain {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .service-explain img {
    width: 650px;
    z-index: 9999;
    margin-right: -100px;
  }
  .service-explain div {
    margin-top: 80px;
    margin-right: 40px;
  }
  .service-explain p {
    color: #555;
    font-size: 15px;
    font-weight: 800;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-word;
  }
  .service-explain a {
    position: absolute;
    left: 35px;
    top: 280px;
    color: #f17000;
    font-weight: 600;
    z-index: 1000000000;
  }
  #cover-path path {
    stroke: #fbfbfb;
    stroke-width: 10px;
    stroke-dasharray: 2000;
    z-index: 9;
  }
  #home {
    z-index: 9999;
    position: absolute;
    left: 150px;
    top: 150px;
    display: flex;
    justify-content: first baseline;
    align-items: center;
  }
  .sample {
    width: 40px;
    height: 40px;
    background: url(../landing/landing/imgs/ic-choose-7.svg);
    margin-bottom: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
  }
  
  .service-explain svg {
    position: absolute;
    z-index: 999;
    top: -37px;
    right: -20px;
    stroke-dasharray: 10;
  }
  .path-animator-button {
    cursor: pointer;
  }
  div.sample-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-right: -100px;
  }
  .service-explain svg path {
    fill: none;
    stroke: #f17000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-opacity: 0;
    transition: stroke-opacity 100 ease-in;
  }
  #service-auto-path {
    stroke-opacity: 1;
  }
  
  .service-explain a.start-test {
    border: 1px dashed #f17000;
    position: absolute;
    top: 460px;
    left: 180px;
    padding: 8px 50px;
  }
  .section-proability {
    width: 100%;
    height: 700px;
    position: relative;
    background: rgb(242, 242, 242);
    background: linear-gradient(
      90deg,
      rgba(242, 242, 242, 1) 0%,
      rgba(242, 242, 242, 1) 50%,
      rgba(246, 245, 249, 1) 51%,
      rgba(211, 208, 215, 1) 100%
    );
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  
  .section-proability-bgcontainer {
    overflow-x: hidden;
    width: 100%;
    position: absolute;
  }
  .ability-bg1 {
    width: 0;
    height: 0;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    border-bottom: 50px solid #f9f9f9;
    overflow-x: hidden;
  }
  .ability-bg2 {
    width: 1100;
    height: 700px;
    background-color: #f9f9f9;
  }
  
  .proability-header {
    margin-top: 100px;
    z-index: 999;
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .proability-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 999;
    overflow-x: hidden;
  }
  .proability-main-image {
    width: 680px;
    margin-right: -70px;
  }
  .proability-main-image img {
    width: 680px;
  }
  .proability-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    margin-right: 50px;
    font-size: 15px;
  }
  
  .proability-icon {
    margin-left: 30px;
    width: 40px;
  }
  .proability-icon img {
    width: 40px;
  }
  
  .proability-main-content {
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  div.proability-item p {
    color: #333;
  }
  .section-bg {
    width: 100%;
    height: 200px;
    background-color: #fff;
    overflow-x: hidden;
  }
  
  .lastarticle-bg {
    position: absolute;
    top: 3670px;
    width: 1350px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    overflow-x: hidden;
  }
  .section-lastarticle {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .section-lastarticle-container {
    margin-top: -130px;
    width: 900px;
    height: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
  }
  .lastarticle-header h3 {
    color: #555;
  }
  .lastarticle-content {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-article {
    width: 250px;
    height: 308px;
    background-color: #fdfdfd;
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .card-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .card-img img {
    width: 250px;
  }
  .card-article h6 {
    padding: 5px 8px;
    color: #333;
    text-align: center;
    font-size: 12px;
    min-height: 52px;
  }
  .card-article h6 a{
    color: #333;
    text-align: center;
  }
  .card-explain {
    margin-top: 5px;
    width: 100%;
    height: 85px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 12px;
    font-size: 11px;
    text-align: justify;
    color: #777;
  }
  .card-article-hover-res {
    display: none;
  }
  .article-more {
    margin-top: 30px;
  }
  .article-more a {
    color: #f17000;
    font-size: 12px;
  }
  .first-discount {
    width: 100%;
    height: 120px;
    background-color: #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .first-discount-container {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
  }
  .first-discount-container a {
    background-color: #f17000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
  }
  .test-button-discount {
    display: none;
  }
  
  .customers {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    border-bottom: 3px solid #ff9100;
  }
  .customers-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: 900px;;
  }
  .customers-container h3 {
    color: #444;
    font-size: 15px;
    font-weight: 500;
  }
  .customers-logo img {
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;

    min-width: 71px;
    max-height: 90px;
    object-fit: contain;
    max-width: 120px;
    filter: grayscale(100%);
  }

  .customers-logo img:hover {
    filter: none;
  }

  .customers-container-full {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .customers-container-logo {
    /* width: 900px; */
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .customers-container-logo-cover {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 10px 10px;
  }
  .customers-container-full span {
    font-size: 35px;
    color: #888;
    margin-bottom: 10px;
  }
  footer {
    background-color: #2e313d;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-container {
    width: 1000px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-detail .footer-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail .footer-item ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-detail .footer-item h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .footer-detail .footer-item li {
    margin-bottom: 5px;
  }

  .footer-detail .footer-item li a {
    color: #ddd;
    font-size: 10px;
    font-weight: 300;
  }

  .footer-detail .footer-item li a:hover {
    color: #fff;
    font-weight: 600;
  }

  .footer-detail .footer-item li a>span.fa{
    font-size: 16px;
  }

  .footer-certificate {
    color: #fff;
    width: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .footer-certificate h3 {
    font-weight: 300;
    font-size: 18px;
  }
  .certificate-cards-container {
    margin-top: 40px;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .certificate-card {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .certificate-card-image {
    width: 90px;
    height: 80px;
    background: url("../landing/landing/imgs/logo-saman2.png");
    background-size: cover !important;
  }

  .daneshbonyan .certificate-card-image {
    background: url("../landing/landing/imgs/certs/d-bonyan1-g.png");
  }
  .enamad .certificate-card-image {
    background: url("../landing/landing/imgs/certs/enamd-g.png");
  }
  .afta .certificate-card-image {
    background: url("../landing/landing/imgs/certs/afta-g.png");
  }
  .senfi .certificate-card-image {
    background: url("../landing/landing/imgs/certs/nasr-g.png");
  }
  .samandehi .certificate-card-image {
    background: url("../landing/landing/imgs/certs/samandehi-g.png");
  }

  /* white */
  .daneshbonyan .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/d-bonyan-w1.png");
  }
  .enamad .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/enamad-w.png");
  }
  .afta .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/afta-w.png");
  }
  .senfi .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/nasr-w.png");
  }
  .samandehi .certificate-card-image:hover {
    background: url("../landing/landing/imgs/certs/samandehi-w.png");
  }


  .certificate-card-name {
    margin-top: 20px;
    color: #bbb;
    font-size: 10px;
  }
  .aboutus {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .aboutus p {
    color: #aaa;
    font-size: 10px;
  }
  .aboutus a {
    color: #bbb;
    font-size: 10px;
    font-weight: 700;
  }
  .copyR {
    width: 100%;
    height: 120px;
    border-top: 1px solid #888;
    background-color: #363948;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
  }
  .copyR-persian {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .copyR-english {
    font-size: 12px;
  }
  


  .counter_box{
    border-bottom: 2px solid #f17000;
    border-right: 2px solid #f17000;
    min-width: 175px;
    min-height: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

  }

  .counter_box::before{
    content: ' ';
    width: 10px;
    border-bottom: 2px solid #f17000;
    position: absolute;
    top: 0;
    right: 0;
  }

  .counter_box>div:nth-child(1){
    margin-top: -7px;
    color:#f17000;
  }

  .counter_box>div:nth-child(2){
    padding-top: 20px;
    font-size: 13px;
    padding-right: 25px;
    padding-left: 25px;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 10px;
    white-space: nowrap;
  }

  .count_box_larg{
    font-size: 40px;
    margin-top: -25px !important;
  }




  .customers-container-full .item {
    margin-left: 0px;
    display: flex;
    justify-content: center;
}


.owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0);
  direction: ltr;
  }

.owl-stage{
   display: flex;
   align-items: center;
}



button.owl-prev{
   position: absolute;
   right: 5px;
   top: 22px;
   font-size: 35px !important;
}   

.owl-theme .owl-nav [class*=owl-]:hover{
   background: transparent;
   color: #f08c34;
}

button.owl-next{
   position: absolute;
   left: 0px;
   top: 22px;
   font-size: 35px !important;
}


.owl-theme .owl-nav [class*=owl-]:hover{
   background: transparent !important;
   color: #f08c34 !important;
}

#customer_slider{
  margin: 25px 0;
}


.social_wrapper {
  padding-top: 5px;
}

.social_wrapper>a{
  margin-left: 7px;
}

.social_wrapper>a:last-child{
  margin-left: 0px;
}

/* chat */
/*--------------------
Chat
--------------------*/

#live_chat_icon:hover {
  transform: scale(1.1);
}

#live_chat_icon {
  width: 50px;
  height: 50px;
  background: #e48129;
  position: fixed;
  display: none;
  right: 12px;
  border-radius: 50%;
  bottom: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000000000;
}

.chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;
  -webkit-transform: translate(10px, -5px);
  transform: translate(10px, -5px);
  width: 300px;
  height: calc(100vh - 215px);
  /*max-height: 500px;*/
  z-index: 100000;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background: rgb(239, 127, 26);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 10000000000000000000;

}

/*--------------------
Chat Title
--------------------*/
.chat-title {
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  /*background: rgba(0, 0, 0, 0.2);*/
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 50px;
  text-align: right;
  line-height: 30px;
  direction: rtl;
}

.chat-title div.title_chat_s {
  line-height: 1.1;
}

.chat-title h1,
.chat-title h2,
.chat-title div.title_chat_s {
  font-weight: 600 !important;
  font-size: 10px;
  margin: 0;
  padding: 3px 1px;
  margin-right: 35px;
}

.chat-title h2 {
  /*color: rgba(255, 255, 255, 0.5);*/
  font-size: 8px;
  letter-spacing: 1px;
}

.timestamp {
  font-size: 8px;
  padding-top: 2px;
  color: #676767;

}

.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 9px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*border: 2px solid rgba(255, 255, 255, 0.24);*/
}

.chat-title .avatar img {
  width: 100%;
  height: auto;
}

.close_chat {
  /*background: rgba(0,0,0,0.1);*/
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 20005;
  left: 10px;
  top: 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  text-align: center;
}

.close_chat:hover {
  /*background: rgba(0,0,0,0.3);*/
}

/*--------------------
Messages
--------------------*/
.messages {
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f3f3f3 url(../../imgs/bgchat.png);
  background-size: 100px;
}

.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}

.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  color: white;
  direction: rtl;

  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 80%;
}

.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}

.messages .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;
}

.messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message .avatar img {
  width: 100%;
  height: auto;
}

.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: linear-gradient(120deg, #248A52, #257287);
  border-radius: 10px 10px 0 10px;
  background: #ffffff;
  color: #444444;
  margin-right: 10px;
}

.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #fff;
  bottom: -4px;
}

.messages .message:last-child {
  margin-bottom: 30px;
}

.messages .message.new {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
  white-space: pre-line;
}

.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}

.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}

.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

/*--------------------
Message Box
--------------------*/

.online_support {
  border-bottom: 2px solid #19a64d !important;
}

.offline_support {
  border-bottom: 2px solid #ff0000 !important;
}

.message-box {
  flex: 0 1 40px;
  width: 100%;
  background: #fff;
  padding: 10px;
  position: relative;
  color: #000;
}

.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: #6d6c6c;
  font-size: 11px;
  height: 25px;
  margin: 0;
  padding-right: 0px;
  width: 265px;
  text-align: right;
  direction: rtl;
  padding: initial !important;
}

.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}

.message-box .message-submit {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 10px;
  color: #fff;
  border: none;
  background: #f08014;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 5px;
  outline: none !important;
  transition: background .2s ease;
}

.message-box .message-submit:hover {
  background: #f08014;
}



#help_chat{
  position: absolute;
  min-width: 200px;
  height: 35px;
  top: -30px;
  right: 15px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}



#help_chat .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 0 10px;
  background: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
  font-size: 10px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  color: white;
  direction: rtl;

  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 90%;
}


#help_chat .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}

#help_chat .message::before {
  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;

  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #b2b2b2;
  bottom: -4px;

}

#help_chat .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

#help_chat .message .avatar img {
  width: 100%;
  height: auto;
}

#help_chat .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: linear-gradient(120deg, #248A52, #257287);
  border-radius: 10px 10px 0 10px;
  background: #ffffff;
  color: #444444;
}

#help_chat .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #fff;
  bottom: -4px;
}

#help_chat .message:last-child {
  margin-bottom: 30px;
}

#help_chat .message.new {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
  white-space: pre-line;
}

#help_chat .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

#help_chat .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}


/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}



@media only screen and (max-width: 668px) {

  #hover-button{
    background: transparent !important;
    padding: 0px !important;
  }
  div.section-header {
    height: 555px;
    background-size: cover;
    background-position: 20%;
  }
  div.section-menu {
    padding: 5px 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menubar {
    margin-right: 10px;
    display: inline-flex;
  }

  #menu-icon {
    color: #c6c6c6;
    font-weight: 100;
    font-size: 20px;
    margin-top: -5px;
  }

  .wl-menu {
    display: none;
  }
  .wl-menu ul {
    display: none;
  }
  .wl-logo {
    margin-right: 0;
    width: 110px;
  }
  .wl-logo img {
    margin-right: 10px;
    width: 110px;
  }
  .wl-login a.demo {
    display: none;
  }
  .wl-login a.login {
    padding: 3px 10px;
    font-size: 8px;
    color: #eee;
    border: 1px dashed #c6c6c6;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    padding: 24px;
    margin-top: 83px;
  }
  .section-title-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-title-content h1 {
    margin-top: 25px;
    font-size: 19px;
    color: #111;
  }
  .section-title-content p {
    color: #333;
    margin-top: -20px;
    font-weight: 400;
    word-spacing: 0px;
    font-size: 14px;
    text-align: center;
  }
  .section-title-content h3 {
    margin-top: -28px;
    font-size: 14px;
    text-align: center;
    color: #111;
  }
  .section-header button {
    font-size: 9px;
    margin-top: -2px;
    padding: 7px 35px;
  }
  .section-counter {
    margin-top: 0;
    border-bottom: 3px solid #ff9000;
  }
  .section-counter-container {
    margin-top: 0;
    height: 100%;
    justify-content: space-around;
    flex-direction: column;
  }
  .section-counter-container p {
    font-size: 9px;
  }
  .section-counter-container a {
    font-size: 6px;
    padding: 4px 20px;
    margin-bottom: 8px;
  }
  .counter-item span.counter-item-number {
    border-radius: 2px;
    font-size: 15px;
    padding: 1px 7px;
    margin-right: -2px;
    margin-left: -2px;
  }
  .counter-item span.counter-item-comma {
    font-size: 15px;
  }
  .counter-item {
    margin-top: -5px;
    margin-right: 0;
  }

  /* page2 */
  .section-best-wl {
    height: auto;
  }
  .bg1 {
    height: auto;
    background-color: #fff;
  }
  .path-container {
    display: none;
  }
  .section-best-wl-container {
    width: 100%;
    height: auto;
  }
  .section-best-wl-container h2 {
    font-size: 12px;
    font-weight: 500;
  }
  .best-main {
    height: auto;
    flex-direction: column;
    margin-right: 0px;
    margin-top: 40px;
    background-color: #fff;
  }
  .best-main-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .best-main div {
    width: 90%;
    height: auto;
  }
  .best-main-item img {
    width: 95%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .item-4 {
    margin-top: 0;
  }
  .best-main-item-res {
    display: inline-block;
    font-size: 11px;
    color: #888;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 50px;
  }
  .best-main div.item-2,
  div.item-3,
  div.item-6 {
/*    display: none;*/
  }
  .page-3-svg-footer {
    display: block;
  }

  .page-3-svg-footer svg path {
    stroke: none;
    fill: #555;
  }
  .bg-footer-wave-1{
    margin-top: -100px;
    display: block;
  }
  .bg-footer-wave-2{
    margin-top: -150px;
    display: block;
  }

  .section-service {
    display: none;
  }
  .section-service-res {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdfdfd;
  }

  .section-service-res-container {
    width: 350px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-service-res-container h4 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #555;
    font-weight: 500;
    font-size: 15px;
  }
  .section-service-item {
    margin-bottom: 35px;
    border: 1px solid #fbfbfb;
    box-shadow: 0px 0px 2px 0px #f5f5f5;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .item-icon img {
    width: 70px;
  }
  .section-service-item h5 {
    color: #555;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .section-service-item p {
    line-height: 20px;
    color: #888;
    font-weight: 500;
    font-size: 11px;
  }
  .section-service-item button,
  .section-service-item a.linkbtn {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 5px 40px;
    color: #ff9100;
    border: 1px dashed #ff9100;
    background-color: #fff;
  }


  .section-proability-bgcontainer {
    background-color: #fdfdfd;
  }
  .section-proability{
    height: auto;
    background: #f9f9f9
  }
  .ability-bg2 {
    height: auto;
    background-color: #f9f9f9;
  }
  .proability-main-content{
    height: auto;
    margin-bottom: 50px;
  }
  .proability-header {
    margin-top: 80px;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  .proability-main {
    flex-direction: column;
  }
  .proability-main-image {
    width: 300px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .proability-main-image img {
    width: 300px;
  }
  .proability-icon {
    margin-left: 25px;
    width: 10px;
  }
  .proability-icon img {
    width: 20px;
  }
  .proability-item {
    margin-right: -15px;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .section-bg {
    display: none;
  }
  .section-lastarticle {
    margin-top: 30px;
    width: 100%;
    height: auto;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
  }
  .section-lastarticle-container {
    width: 100%;
    height: auto;
  }
  .lastarticle-header h3{
    font-size: 15px;
  }
  .lastarticle-content {
    flex-direction: column;
    position: relative;
  }
  .lastarticle-content .card-article {
    display: none;
  }
  .lastarticle-content .card-article:nth-child(1),
  .lastarticle-content .card-article:nth-child(2) {
    display: flex;
  }
  .card-article {
    margin-bottom: 30px;
    box-shadow: 0 0 2px 0 #eee;
  }
  .card-article-hover-res {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    padding: 7px;
    padding-right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .article-more {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .first-discount {
    height: auto;
    background-color: #e9e9e9;
    border-bottom: none;
  }
  .first-discount-container {
    padding: 30px 50px;
    padding-bottom: 20px;
    width: 100%;
    flex-direction: column;
  }

  .become_pentester_wrapper {
    padding: 0 0;
    padding-bottom: 0;
    width: 100%;
    flex-direction: column;
    padding-bottom: 90px;
  }


  .first-discount-container p {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
  }  
  
  .become_pentester_wrapper p {
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .first-discount-container a {
    display: none;
  }  
  
  .become_pentester_wrapper a {
    display: block !important;
  }
  .test-button-discount {
    display: block;
    color: #fff;
    background-color: #ee8b33;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
  }
  .customers-logo img {
    width: 60px;
  }
  .customers-container-full {
    width: 80%;

  }
  .customers-container-logo {
    width: 350px;
  }
  .customers-container-full span {
    font-size: 25px;
  }
  .footer-container {
    width: 100%;
  }
  .footer-detail {
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .footer-item {
    width: 180px;
    margin-bottom: 30px;
  }
  .footer-detail .footer-item h6 {
    font-size: 10px;
  }
  .footer-detail .footer-item li {
    margin-bottom: -5px;
  }
  .footer-detail .footer-item li a {
    font-size: 9px;
  }
  .footer-detail .footer-item li a span {
    font-size: 13px;
  }
  .footer-certificate {
    margin-top: -20px;
    width: 100%;
  }
  .footer-certificate h3 {
    font-size: 15px;
  }
  .certificate-cards-container {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .certificate-card {
    width: 120px;
    filter: grayscale(100%);
    margin-top: -20px;
  }
  .certificate-card-image {
    width: 60px;
    height: 80px;
    background: url("logo-saman2.png");
    background-size: cover;
  }
  .certificate-card-name {
    margin-top: 0;
  }
  .aboutus {
    display: none;
  }
  .copyR {
    height: auto;
    border-top: 1px solid #404350;
  }
  .copyR-persian {
    font-size: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .copyR-english {
    font-size: 7px;
    margin-bottom: 5px;
  }

  .section-counter{
    height: auto !important;
  }

  .section-counter .counter_box_wrapper .counter_box{
    margin-bottom: 50px;
  }
  .section-counter-container{
    margin-top: 10px;
    width: 100%;
  }
  .section-counter .counter_box_wrapper{
    flex-direction: column !important;
  }

  .best-main-item.item-1{
    order: 1
  }
  .best-main-item.item-2{
    order: 2; 
    padding-right: initial;
    margin-top: initial;
    margin-bottom: initial;
    padding-left: initial;
  }
  .best-main-item.item-3{
    margin-bottom: initial;
    margin-top: initial;
    order: 4
  }
  .best-main-item.item-4{
    order: 3;

  }
  .best-main-item.item-5{order: 5}
  .best-main-item.item-6{
    order: 6;
    padding-left: initial;
    margin-top: initial;
    padding-right: inherit;
  }

}
