/*For bigger screen then normal 1500px desktop*/

@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}



/*For bigger screen then normal 960px desktop*/
@media only screen and (max-width: 1199px) {

}

@media (min-width: 992px) and (max-width: 1024px) {
.ha--testimonial-slider .owl-prev, 
.ha--testimonial-slider .owl-next {
    left: -50px;
}
.ha--testimonial-slider .owl-next {
    left: auto;
    right: -50px;
}

}


/*For Tablet Layout*/

@media (min-width: 768px) and (max-width: 991px) {

}


/*For Tablet Layout*/
@media (max-width: 991px) {
h1, .h1 {
    font-size: 48px;
}
a.ha--hero-btn {
    font-size: 20px;
    padding: 13px 40px;
}
.ha--about-section {
    padding: 25px 0 145px;
}
.ha--about-content {
    padding: 55px;
    left: 0;
    width: 100%;
}
.ha--counter-wrap{
    margin-bottom: 30px;
}
.ha--testimonial-section {
    padding: 120px 0;
}
.ha--testimonial-slider .owl-prev, 
.ha--testimonial-slider .owl-next {
    left: 0;
}
.ha--testimonial-slider .owl-next {
    left: auto;
    right: 0;
}

}

/*For Wide Mobile Layout*/
@media (max-width: 767px) {

h1, .h1 {
    font-size: 36px;
    line-height: 1.5;
}
.ha--hero-content ul li {
    font-size: 20px;
}
a.ha--hero-btn {
    font-size: 18px;
    padding: 10px 25px;
}
a.ha--default-btn {
    font-size: 18px;
    padding: 15px 25px;
}
.ha--testimonial-slider-wrap {
    padding: 50px;
    display: block;
}
.ha--testimonial-thumb {
    margin: 0 0 30px;
}
.ha--testimonial-section {
    padding: 70px 0;
}
.ha--copywright {
    padding: 50px 0 30px;
}
footer.ha--footer-section {
    background-position: center;
}
.ha--footer-logo {
    margin-bottom: 40px;
}

}


/*For 320-384px up Mobile Layout*/

@media (max-width: 479px) {

h1, .h1 {
    font-size: 30px;
}
.ha--about-content {
    padding: 30px;
}
.ha--testimonial-slider-wrap {
    padding: 25px;
}

}