.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@media (min-width: 480px) {
  .hero-area .aligncenter {
    margin-bottom: -50px;
  }


  .facts-list {
    text-align: center;
  }

  .facts-list li {
    padding: 0 20px 0 0;
    margin: 0 0 15px 20px;
    vertical-align: top;
  }

  .facts-list li:after {
    display: block;
  }


  .facts-list .text-block {
    font-size: 11px;
  }

  .testimonials-gallery .testimonials-mask.slick-active {
    z-index: 1;
    opacity: 1;
  }

  .testimonials-gallery .testimonials-mask br {
    display: none;
  }

 
}


@media only screen and (max-width:540px) {
  .testimonials blockquote {
    font-size: 14px ! important;
  }

  .about-sec img{
    height: auto;
      margin-bottom: 20px;
  }

  .describe p {
    font-size: 18px;
  }


  .flex-between{
    display: none;
   }


  .testimonials q {
    margin: 0px;
  }

  .testimonials .name {
    font: 600 16px / 21px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;

  }
  

}

@media screen and (min-device-width: 540px) and (max-device-width: 640px) { 
  .testimonials blockquote {
    font-size: 16px ! important;
  }


  .testimonials q {
    margin: 0px;
  }

  .testimonials .name {
    font: 600 16px / 21px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;

  }

  .features-area .row {
    margin: 0px 50px 0px 100px;
  }

  .brands-area h2{
    font-size: 35px;
    font-weight: 400;
  }
  .testimonials h2{
    font-size: 35px;
    font-weight: 400;
  }

  #header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0px;
    position: absolute;
    padding-bottom: 11px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    background-color: #fff;
}
}

@media screen and (min-device-width: 640px) and (max-device-width: 777px) {
  #header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 0px;
    position: absolute;
    padding-bottom: 11px;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    background-color: #fff;
}
}

@media screen and (min-device-width: 777px) and (max-device-width:1177px) {
  .number {
    display: none;
}
}


@media (min-width: 640px) {
  .hero-area .aligncenter {
    margin-bottom: -50px;
    max-width: 447px;
  }

  .features-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .video-block {
    min-height: 250px;
  }

  .trial-block .alignleft {
    width: 300px;
  }

  .testimonials-gallery .testimonials-slide {
    padding: 0 50px;
  }

}

@media (min-width: 768px) {
  .mar-tmd {
    margin-top: 60px !important;
  }

  .mar-lmd {
    margin-left: 60px !important;
  }

  .pad-tmd {
    padding-top: 60px !important;
  }

  .pad-lmd {
    padding-left: 60px !important;
  }

  .mar-rmd {
    margin-right: 60px !important;
  }

  .pad-rmd {
    padding-right: 60px !important;
  }

  .mar-bmd {
    margin-bottom: 60px !important;
  }

  .pad-bmd {
    padding-bottom: 60px !important;
  }

  .mar-tlg {
    margin-top: 95px !important;
  }

  .mar-llg {
    margin-left: 95px !important;
  }

  .pad-tlg {
    padding-top: 95px !important;
  }

  .pad-llg {
    padding-left: 95px !important;
  }

  .mar-rlg {
    margin-right: 95px !important;
  }

  .pad-rlg {
    padding-right: 95px !important;
  }

  .mar-blg {
    margin-bottom: 95px !important;
  }

  .pad-blg {
    padding-bottom: 95px !important;
  }

  #header {
    padding-bottom: 0;
  }

  .navbar-default {
    padding: 0;
    margin: 0;
  }

  .navbar-default .btn,
  .navbar-default .btn-default,
  .navbar-default .btn-white {
    margin: 0 0 0 20px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 16px;
    min-width: 120px;
  }

  .navbar-default .navbar-collapse {
    float: right;
    position: static;
    background: none;
  }

  .navbar-default .navbar-nav {
    text-align: right;
    padding: 30px 0 0;
  }

  .navbar-default .navbar-nav>li {
    margin: 0 0 0 15px;
    padding: 0 0 20px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .navbar-default .navbar-nav>li>a {
    display: inline;
    padding: 0;
    color: #000;
  }

  .navbar-default .navbar-nav>li>a:after {
    border-color: #fff;
  }

  .sticky .navbar-default .navbar-nav>li>a:after {
    border-color: #222222;
  }

  .sticky .navbar-default .navbar-nav>li>a {
    color: #222222;
  }

  .main-nav {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visible: hidden;
    transform: translateX(100%);
    transition: all 0.25s linear;
  }

  .nav-active .main-nav {
    opacity: 1;
    visible: visible;
    transform: translateX(0);
  }
  .hero-area p {
    margin: 0 0 24px;
  }

  .aside {
    padding-top: 45px;
  }

  .aside .col {
    margin-bottom: 0;
  }

  #footer {
    margin-top: 0;
    text-align: center;
  }

  .product-features .descr {
    white-space: nowrap;
    text-align: left;
  }

  .product-features .descr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: inherit;
  }

  .product-features .descr * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }

  .product-features .descr .align {
    text-align: left;
    margin: 0 0 0 -5px;
    padding: 30px 0 0;
  }

  .product-features .img-holder {
    max-width: 470px;
  }

  .testimonials blockquote {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }


  .video-block {
    min-height: 300px;
  }

  .trial-block .alignleft {
    float: left;
    width: 50%;
    max-width: 665px;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.19);
  }
}

@media (min-width: 992px) {
  #header {
    padding: 0;
    background: #fff;
  }


  #header.sticky .navbar-default .navbar-nav>li {
    padding: 0px;
  }

  #header.sticky .navbar-default .navbar-nav>li:last-child {
    border: none
  }

  .navbar-default .btn,
  .navbar-default .btn-default,
  .navbar-default .btn-white {
    min-width: 150px;
    margin: 0 0 8px 35px;
  }

  .navbar-default .navbar-nav>li {
    padding: 0px;
  }

  .hero-area {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .hero-area .container {
    padding-top: 0px;
  }
  .hero-area h1 .text-small {
    font-size: 20px;
    line-height: 38px;
  }

  .hero-area .aligncenter {
    margin-bottom: -49px;
    max-width: 639px;
  }

  .aside {
    padding-top: 65px;
  }

  #footer {
    margin-top: 0;
  }

  .heading-wrap h2 {
    font-size: 4rem;
    line-height: 38px;
  }

  .features-area .heading-wrap {
    margin-bottom: 20px;
  }

  .features-list li {
    width: 33.333%;
    margin: 0 0 51px;
  }



  .product-features .descr .align {
    padding: 0px 0 0;
  }

  .product-features .img-holder {
    max-width: 651px;
  }

  .facts-list {
    padding: 0px 2px;
  }

  .facts-list li {
    padding: 0 28px 0 0;
    margin: 0 0 0px 28px;
  }


  .facts-list .text-block {
    font-size: 20px;
    color: #fff;
  }

  .demo-block ul {
    padding: 26px 0;
    text-align: right;
  }

  .demo-block ul li {
    margin: 0 0 10px 30px;
  }

  .testimonials .aligncenter {
    max-width: 100%;
  }
  .video-block {
    min-height: 340px;
  }

  .video-block .ico-play {
    font-size: 58px;
  }

  .price-offers {
    padding-top: 47px;
  }

  .price-col.over:hover,
  .price-col.over.active,
  .price-col .over:hover,
  .price-col .over.active {
    margin-top: -12px;
    padding-bottom: 41px;
  }

  .price-col.over:hover .title,
  .price-col.over.active .title,
  .price-col .over:hover .title,
  .price-col .over.active .title {
    margin-bottom: 12px;
  }

  .price-col ul li:before {
    left: 7.5%;
  }

  .trial-block {
    line-height: 32px;
    padding-top: 71px;
  }

  .trial-block .alignleft {
    margin: 0 84px 0 -87px;
    box-shadow: 11px 11px 76px rgba(0, 0, 0, 0.19);
  }

  .trial-block h2 {
    margin: 0 0 36px;
  }

  .trial-block p {
    margin: 0 0 42px;
  }
}

@media (min-width: 1230px) {
  .navbar-default .navbar-nav>li {
    margin: 0 0 0 26px;
  }

  .hero-area h1.heading {
    line-height: 60px;
  }

  .hero-area .container {
    padding-top: 0px;
  }

  .hero-area .heading-holder {
    margin-bottom: 0px;
  }

  .hero-area .aligncenter {
    margin-bottom: -50px;
    max-width: 769px;
  }

  .aside {
    padding-top: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #footer {
    font-size: 14px;
    line-height: 18px;
    padding-top: 77px;
  }


  .demo-block h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .testimonials .aligncenter {
    margin-bottom: 52px;
  }



  .video-block {
    min-height: 432px;
  }

  .price-offers {
    padding-top: 67px;
  }

  .price-offers .heading-wrap {
    margin-bottom: 71px;
  }

  .trial-block .alignleft {
    margin: 0 104px 0 -197px;
    max-width: 665px;
    width: 55.5%;
  }

  .trial-block .descr {
    min-height: 461px;
    white-space: nowrap;
    text-align: left;
  }

  .trial-block .descr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: inherit;
  }

  .trial-block .descr * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }

  .trial-block .descr .align {
    padding: 30px 10px 40px 0;
    text-align: left;
    margin: 0 0 0 -4px;
  }

}

@media (max-width: 1600px) {
  body.boxed-v #wrapper {
    max-width: 95%;
    margin: 20px auto;
  }
}

@media (max-width: 1500px) {
  body.boxed-v #wrapper {
    max-width: 100%;
  }
}



@media (max-width: 639px) {
  #footer {
    padding-bottom: 47px;
  }

  .navbar-default {
    margin-top: 25px;
    width: calc(100% - 200px);
  }



}

@media (min-width: 640px) and (max-width: 767px) {
  .price-col {
    width: 50%;
  }
}


header .navbar-toggler{
    background: #1373ba;
}



@media only screen and (max-width:600px) {
  #header {
    padding-top: 0;
    background-color: #fff;
  }

  .hero-area .heading-holder {
    margin-bottom: 0;
  }

  .sameheight .align {
    padding: 0 10px;
  }

  .product-features h2 {
        font-size: 25px;
        line-height: 40px;
      margin-bottom: 20px;
  }

  .sameheight .align p {
    text-align: left;
  }

  .about-sec .about_contact_form_inner {
    padding: 10px 20px;
  }

  .about-sec .about_contact_form_inner textarea {
    min-height: calc(5em + .75rem + 2px);
  }

  .features-area .heading-wrap {
    margin-bottom: 0px;
  }

  .heading-wrap h2 {
    font-size: 3rem;
    font-weight: 400;
  }

  .services-sec .row {
    flex-direction: column;
    gap: 20px;
    margin-top: 0px;
  }

  .counter-sec {
    padding: 10px 0;
  }

  .developing-aid h1 {
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
  }

  .developing-aid .row {
    flex-direction: column;
  }

  .developing-sec .row {
    display: flex;
    flex-direction: row;
  }

  .quote-button-sec {
    flex-direction: column;
    padding: 10px 20px;
  }

  .quote-button-sec p {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 4.3rem;
    margin-right: 0;
  }
  
  .concepting h1{
      font-size:3rem;
  }
  
  .concepting h3 {
    font-size: 17px;
}

  .brands-area .heading-wrap {
    margin-bottom: 20px;
  }

  .brands-area .row-1,
  .row-2,
  .row-3 {
    padding: 10px 0;
  }

  .concepting {
    padding-bottom: 10px;
  }

  .collaborated-sec {
    padding: 20px 0;
  }

  .collaborated-sec .heading h2 {
    padding: 0 10px;
    line-height: 35px;
  }

  .brands-area .col-lg-2 {
    margin-bottom: 30px;
  }


  .footer-sec {
    text-align: left;
  }

  address {
    font-size: 18px;
  }

  .ios {
    width: 30%;
  }

  .clutch-img {
    width: 74%;
  }

  .award {
    width: 23%;
  }
}



@media only screen and (min-width:768px) {
  .services-sec .row {
    flex-direction: column;
    margin: 0 10px;
  }

  .services-cont {
    margin: 10px 0px;
  }

  .developing-sec {
    padding: 10px;
  }


  .quote-button-sec p {
    font-size: 3rem;
  }

  .brands-area .col-lg-2 {
    margin: 10px 0;
  }

  .clutch-img {
    width: 77%;
  }

  .award {
    width: 22%;
  }

  #header {
    padding-top: 0;
    background: #fff;
  }
  
  
}


@media only screen and (min-width:1200px) {
  .services-sec .row {
    flex-direction: row;
  }

  .services-cont {
    margin: 10px;
    padding: 0 20px;
  }

  .developing-sec {
    padding: 30px;
  }


  .quote-button-sec p {
    font-size: 4rem;
  }

  .clutch-img {
    width: 50%;
  }

  .award {
    width: 15%;
  }
}





@media screen and (max-width: 767px) {
  .product-features .sameheight {
    min-height: 1px !important;
    height: auto !important;
  }

  #footer {
    padding-bottom: 40px;
  }
    
    header .header-top {
        display: none;
    }
    
    header .header-main a.about-button{
        display: none;
    }
    
    .hero-area h1{
        font-size: 20px;
        line-height: 40px;
    }
    
    .hero-area .contact_form_inner{
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    .phone-slideshow{
        max-width: 100%;
    }
    
    
    .sameheight .align p{
        font-size: 16px;
        line-height: 30px;
    }
    
    
    h3.heading{
        font-size: 25px;
    }
    
    
    .quote-button-sec h3{
      font-size: 20px;
      line-height: 26px;
        margin-bottom: 20px!important;
    }
    
    
    .brands-area h3.heading{
        margin-bottom: 20px!important;
    }
    
    .brands-area .logos .item{
        flex: 30%;
    }
    
    
    .footer-contact .footer-inner .address-sec span{
        font-size: 14px;
    }
    
    .f-contact{
        width: 100%;
    }
    
    footer .clutch-img{
        margin-bottom: 20px;
    }
    
    header .navbar-expand-lg .navbar-nav{
        gap:10px;
    }
    
    
.navbar-collapse{
          position: absolute;
    z-index: 111111;
    background: #ffffff;
    width: 100%;
    padding: 10px 20px;
    top: 99%;
    width: 100%;
    left: 0;
}
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0;
  }

  .concepting .concep-card{
    border: 1px solid #ffffff;
    padding: 10px;
    }
    
    .testimonials-gallery .slick-prev.slick-arrow{
        left: 2%;
    }
    
      .testimonials-gallery .slick-next.slick-arrow {
    right: 2%;
  }
  
  .mobile-app-development-sec .carousel-control-next{
      right:0%;
  }
  
    .mobile-app-development-sec .carousel-control-prev{
      left:0%;
      margin:0px;
      transform:unset;
  }
  
  .mobile-app-development-sec .carousel-inner{
      padding:0px;
  }
    
    
    
  
  

}


@media screen and (min-width: 360px) and (max-width:600px) {

  .hero-area{
    padding: 25px 0;
  }
  .hero-area h1 {
    font-size: 30px;
  }

  .hero-area ul li{
    font-size: 16px;
    align-items: center;
  }
  .hero-area .f-contact:before{
    height: 127px;
  }
  .describe-sec p{
    font-size: 18px;
  }
  .about-sec .content{
    padding: 25px;
  }
  .about-sec .img{
    padding: 125px 0 !important;
  }
  h3{
    margin-bottom: 15px;
  }
  .features-area img{
    height: 50px;
  }
  .features-area p{
    margin-bottom: 0;
  }
  .collaborated-sec h3.heading{
    font-size: 25px;
  }
  .collaborated-sec .col-md-5{
    padding: 0;
  }
  .facts-list{
    display: block !important;
    column-count: 2;
  }
  .facts-list li{
    margin: 0 30px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
  }
  .facts-list .text-block{
    margin-top: 10px;
    font-size: 16px;
  }
  .facts-list h3 span{
    font-size: 35px;
  }
  .quote-button-sec span{
    display: contents !important;
  }
  .about-button{
    padding: 12px 20px;
  }
  .testimonials h3.heading{
       padding-left: 0;
       margin-bottom: 5px !important;
  }
  .testimonials .testimonials-sec .testimonials-slider .card .card-body {
    height: 100%;
  }
  .testimonials{
    padding: 20px 0 0 ;
  }
  .quote-button-section .container{
    padding:0px;
  }
  .quote-button-sec{
    border-radius: 0;
    flex-direction: column;
    padding: 40px 20px;
  }
  .quote-button-sec h3{
    text-align: center;
  }
  .quote-button-sec .about-button{
    padding: 10px;
  }
  #back-top{
    bottom: 43px;
  }
  .modal-content img{
    display: none;
  }


  .modal-content .inner-content{
    padding: 0;
  }
}




