/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .top-banner{margin-top: -70px;}
  #hero-area .contents .head-title {
    /*font-size: 40px;*/
  }
  .services-item .services-content h3 a {
    font-size: 14px;
  }
  .title-hl {
    font-size: 30px;
  }
  .why .content h3 {
    font-size: 30px;
  }
  .team-item .contetn {
    padding: 15px 20px;
  }

  .child { max-width: 40%; padding: 40px 5%; }
}

/* tablets */
@media (max-width: 991px) {
  .section-title { font-size: 30px; margin-bottom: 30px;}
  .faq-title{font-size: 30px; margin-bottom: 30px;}
  .services-item .services-content h3 a { font-size: 14px;}
  .services-item { margin-bottom: 20px;}
  #pricing-table .title h3 {font-size: 14px;  }
  .child { max-width: 50%; padding: 40px 0; }
  .navbar-expand-md .navbar-nav .nav-item {padding: 5px 10px; text-align: center;}
  #hero-area .contents .head-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
   /* text-shadow: 0px 1px 1px #373737;*/
}
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .faq-title{font-size: 26px; margin-bottom: 30px;}
  .services-item .services-content h3 a {
    font-size: 16px;
  }
  .bg-inverse {
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
  .navbar-expand-md .navbar-nav .nav-link {
    margin-bottom: 0;
    margin-top: 0;
  }
  #about .sec-title h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .title-hl {
    font-size: 30px;
  }
  .text-wrapper {
    padding: 60px 30px;
  }
  .why .content h3 {
    font-size: 30px;
  }
  #pricing-table .title h3 {
    font-size: 14px;
  }
  .skill-area img {
    margin-bottom: 30px;
  }
  #blog .blog-item-wrapper {
    margin-bottom: 30px;
  }
  .experience h4 {
    font-size: 18px;
  }
  .testimonial-item {
    padding: 10px;
  }
  .testimonial-item .content h2 {
    font-size: 15px;
  }
  .slider-center img {
    padding: 40px 60px;
  }
  .subscribes h4 {
    font-size: 30px;
  }
  .footer-area .footer-titel {
    margin-top: 30px;
  }
  .contact-right-area {
    margin-top: 0px;
    margin-left: 0px;
  }

  .child { max-width: 90%; padding: 20px 5%; }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .navbar-brand {
    width: 60%;
  }
  .section-padding {
    padding: 60px 0;
  }
  .section-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .faq-title{font-size: 22px; margin-bottom: 30px;}
  .navbar-expand-md .navbar-brand,
  .navbar-expand-md .navbar-toggler {
    margin: 0px 15px;
  }
  .bg-inverse {
    background: #fff !important;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
  .navbar-expand-md .navbar-nav .nav-link {
    margin-bottom: 0;
    margin-top: 0;
  }
  .navbar-brand img {
    margin: 5px 0;
  }
  .top-nav-collapse .navbar-brand img {
    margin-top: 10px;
  }
  .intro-img {
    margin-top: 20px;
  }
  #hero-area .img-thumb {
    display: none;
  }
  #hero-area .contents .head-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
   /* text-shadow: 0px 1px 1px #373737;*/
  }
  #hero-area .contents .head-title2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    /*text-shadow: 0px 1px 1px #373737;*/
  }
  #hero-area .contents p {
    font-size: 14px;
  }
  #hero-area {
    padding: 120px 0 80px;
  }
  #hero-area .contents .btn {
    margin: 5px 10px 10px 0px;
  }
  .text-wrapper {
    padding: 60px 15px;
  }
  #about .sec-title h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .about-area img {
    margin-top: 30px;
  }
  .feature-thumb {
    padding: 10px;
  }
  .testimonial-item {
    padding: 20px 15px;
  }
  .client-item-wrapper img {
    width: 50%;
  }
  #cta h4 {
    font-size: 22px;
  }
  #cta .text-right {
    float: left !important;
  }
  #cta .btn {
    float: left;
  }
  .team-item .team-img {
    width: 100%;
    float: none;
  }
  .team-item .contetn {
    padding: 15px 30px;
  }
  .footer-right-contact .single-contact {
    margin: 10px 7px;
    padding: 3px 45px;
  }
  .footer-area .footer-titel {
    margin-top: 30px;
  }
  .contact-right-area {
    margin: 20px 0;
  }
  .contact-form-area h2 {
    font-size: 14px;
  }
  .copyright .float-right {
    float: left !important;
  }
  .map {
    margin-top: 20px;
  }
  #cta {
    padding: 20px 0;
  }
  .cta-text {
    margin-bottom: 30px;
  }

  .child { max-width: 90%; padding: 20px 5%; }




  p {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .section-title-bold {
    font-size: 30px;
    display: inline-block;
    font-weight: 600;
  }
}













.btn-m{margin: 10px;}
.d-sm-none {display: block !important;}
.top-banner{margin-top: -70px;}
.head-title-bg{background: #ffc8005c; padding: 5px 10px;}
.head-title2-bg{/*color: white; text-shadow: 2px 2px 2px #ff5100, 0 0 25px #f88b03, 0 0 5px #fe6400;*/
  color: black; /*text-shadow: 1px 3px 4px #ff7230ad, 0 0 29px #ff8e00, 0 0 20px #ff5500d1;*/ background: #ffc8005c; padding: 5px 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) 
{
  .btn-m{margin: 0px;}
  .d-sm-none {display: none !important;}
  .top-banner{margin-top: 10px;}
  .faq-title h2{}


  .tableX { margin: 10px auto; border-collapse: collapse; border-style: hidden; width: 100%;}
  .tableX td { padding: 20px 2% 10px 2%; border: 2px solid #ff00002b; width: 33.33% }
  .table-td-img{ width: 60%; }
  .table-td-data{text-align: center;font-size: 10px !important; font-weight: 400;line-height: 12px;}

  .clients-logo {width: 25%;margin: auto 15px;}


  .comp-cards-logo {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 5px 0px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 33%;
  }
  .clint-img {
    width: 95%;
  }


  .section-title-footer {
    font-size: 30px;
    line-height: 30px;
  }

}
@media only screen and (min-device-width : 481px) and (max-device-width : 767px)
{
  .btn-m{margin: 5px;}
  .d-sm-none {display: none !important;}
  .top-banner{margin-top: 20px;}   


  .tableX { margin: 10px auto; border-collapse: collapse; border-style: hidden; width: 100%;}
  .tableX td { padding: 40px 3% 20px 3%; border: 2px solid #ff00002b; width: 33.33% }
  .table-td-img{ width: 40%; }
  .table-td-data{text-align: center;font-size: 13px; font-weight: 600;line-height: 15px;}

  .clients-logo {width: 25%;margin: auto 15px;}

  .comp-cards-logo {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 5px 0px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 25%;
  }
  .clint-img {
    width: 95%;
  }

  .section-title-footer {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px)
{
  .d-sm-none {display: block !important;}
  .top-banner{margin-top: 0px;}


  .tableX { margin: 10px auto; border-collapse: collapse; border-style: hidden; width: 100%;}
  .tableX td { padding: 40px 3% 20px 3%; border: 2px solid #ff00002b; width: 33.33% }
  .table-td-img{ width: 40%; }
  .table-td-data{text-align: center;font-size: 15px; font-weight: 600;line-height: 18px;}

  .clients-logo {width: 25%;margin: auto 15px;}

  .comp-cards-logo {
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 5px 0px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 20%;
  }
  .clint-img {
    width: 85%;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 13px;}
}    
