@media (min-width: 1200px) {
    .hero-area-bg {
        min-height: 90vh;
    }
    .hero-pic {
        width: 95%;
        margin-top: 80px;
    }

    .aws-badge {
        left: 500px;
        top: 210px;
    }
}

@media (max-width: 1199px) {
    .title-hl,
.title-hla {
        font-size: 30px;
    }
}


/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #hero-area .contents .head-title {
        font-size: 40px;
    }

    .services-item .services-content h3 a {
        font-size: 14px;
    }

    .why .content h3 {
        font-size: 30px;
    }

    .hero-area-bg {
        min-height: 100vh;
    }

    .hero-pic {
        width: 95%;
        margin-top: 150px;
    }

    .aws-badge {
        left: 415px;
        top: 210px;
    }
}

/* tablets */
@media (max-width: 991px) {
    .section-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;
    }

    .aws-badge {
        left: 290px;
        top: 250px;
    }

    .img-ser {
        height: 320px;
    }
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .services-item .services-content h3 a {
        font-size: 16px;
    }

    #about .sec-title h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .title-hl,
    .title-hla {
        font-size: 30px;
    }

    .why .content h3 {
        font-size: 30px;
    }

    #pricing-table .title h3 {
        font-size: 14px;
    }

    .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: 30px;
    }

    #hero-area .contents {
        padding-top: 125px;
        padding-bottom: 100px;
    }

    .illusdiv {
        padding: 0;
    }
}

/* mobile or only mobile */
@media (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .navbar-brand img {
        margin: 5px 0;
    }

    #hero-area .contents {
        padding: 100px 0px 60px 0px;
    }

    #hero-area .contents .head-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #hero-area .contents .btn {
        margin: 5px 10px 10px 0px;
    }

    #about .sec-title h3 {
        font-size: 22px;
        line-height: 36px;
    }

    .why .content h3 {
        font-size: 18px;
    }

    .testimonial-item {
        padding: 0;
    }

    .client-item-wrapper img {
        width: 70%;
    }

    .slick-slider {
        padding: 0;
    }

    .slider-center img {
        padding: 60px 40px;
    }

    .subscribes h4 {
        font-size: 22px;
    }

    .subscribes p {
        font-size: 16px;
        line-height: 28px;
    }

    .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;
    }

    #services,
    .survices {
        padding-top: 0;
    }

    .illusdiv {
        padding: 60px;
    }
    
    .weSolve {
        padding: 0;
    }

    .border-bottom,
    .border-right {
        border: 0 !important;
    }
    .aws-badge {
        display: none;
    }
    .features-box {
        margin: 10px;
    }
    .aws-badge-mb {
        display: block;
        margin-bottom: 30px;
    }
    .aws-badge-mb img {
        width: 80%;
    }
    .title-hl {
        margin-bottom: 0;
    }
    .img-ser {
        height: 270px;
    }
    .discover {
        padding: 40px;
    }
}


@media (max-width: 576px) {
    .hero-div {
        display: none;
    }
    .aws-badge-mb {
        margin-top: 30px;
    }
    .aws-badge-mb img {
        width: 100%;
    }
    .img-ser {
        height: 200px;
        margin-bottom: 30px;
    }
    .sec-copy {
        display: block;
        text-align: center;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  .hero-area-bg  {
    height: 1024px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
  .hero-area-bg {
    height: 768px;
  }
}