/*=========================================
Hero + Services + Service Links
=========================================*/

@media (max-width:1200px) {

    .hero-content h1 {
        font-size: 58px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .hero-btn {
        padding: 13px 30px;
    }

    .scroll-leaf {
        left: 50%;
        transform: translateX(-50%);
    }

    .service-img {
        height: 240px;
    }

    .section-title h2 {
        font-size: 34px;
    }

}

/*==============================
992px
==============================*/

@media (max-width:992px) {

    .heroSlider,
    .hero-bg {
        height: 700px;
    }

    .hero-content {
        padding: 0 30px;
    }

    .hero-content h1 {
        font-size: 48px;
        margin: 0 0 25px;
    }

    .hero-content p {
        font-size: 19px;
    }

    .hero-btn {
        padding: 12px 28px;
    }

    .scroll-leaf {
        width: 45px;
        height: 45px;
    }

    .scroll-leaf i {
        font-size: 18px;
    }


    /* Services */

    .services-section {
        padding: 80px 0;
    }

    .service-card {
        margin-bottom: 25px;
    }

    .service-img {
        height: 260px;
    }


    /* Service Links */

    .service-links {
        padding: 70px 0;
    }

    .service-links h4 {
        margin-top: 20px;
    }

}

/*==============================
768px
==============================*/

@media (max-width:768px) {

    .heroSlider,
    .hero-bg {
        height: 600px;
    }

    .hero-content {
        padding: 0 25px;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 17px;
        margin: 18px 0 30px;
    }

    .hero-btn {
        font-size: 15px;
        padding: 12px 26px;
    }

    .scroll-leaf {
        width: 42px;
        height: 42px;
    }

    .scroll-leaf i {
        font-size: 17px;
    }


    /* Services */

    .services-section {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .service-img {
        height: 240px;
    }

    .service-content {
        padding: 24px 18px;
    }

    .service-content h4 {
        font-size: 19px;
    }


    /* Service Links */

    .service-links {
        text-align: center;
    }

    .service-links h4 {
        margin-top: 15px;
    }

    .service-links ul li {
        padding-left: 0;
    }

    .service-links ul li::before {
        display: none;
    }

}

/*==============================
576px
==============================*/

@media (max-width:576px) {

    .heroSlider,
    .hero-bg {
        height: 520px;
    }

    .hero-content {
        padding: 0 18px;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.4;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-btn {
        display: inline-block;
        width: 100%;
        max-width: 260px;
        padding: 12px;
    }

    .scroll-leaf {
        width: 40px;
        height: 40px;
    }

    .service-img {
        height: 220px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        font-size: 15px;
    }

    .service-content h4 {
        font-size: 18px;
    }

    .service-links {
        padding: 50px 0;
    }

    .service-links h4 {
        font-size: 18px;
    }

    .service-links ul li {
        font-size: 15px;
    }

}

/*==============================
400px
==============================*/

@media (max-width:400px) {

    .heroSlider,
    .hero-bg {
        height: 480px;
    }

    .hero-content h1 {
        font-size: 25px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-btn {
        font-size: 14px;
    }

    .scroll-leaf {
        display: none;
    }

    .services-section {
        padding: 55px 0;
    }

    .service-img {
        height: 200px;
    }

    .service-content {
        padding: 20px 15px;
    }

    .section-title h2 {
        font-size: 24px;
    }

}

/*==============================
320px
==============================*/

@media (max-width:320px) {

    .hero-content {
        padding: 0 12px;
    }

    .hero-content h1 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .hero-btn {
        padding: 11px;
        font-size: 13px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .service-img {
        height: 180px;
    }

    .service-content h4 {
        font-size: 17px;
    }

    .service-links h4 {
        font-size: 17px;
    }

    .service-links ul li {
        font-size: 14px;
    }

}

/*==============================
200px
==============================*/

@media (max-width:240px) {

    .hero-content h1 {
        font-size: 18px;
    }

    .hero-content p {
        font-size: 11px;
    }

    .hero-btn {
        font-size: 11px;
        padding: 8px;
    }

    .service-img {
        height: 140px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .service-content h4 {
        font-size: 15px;
    }

    .service-links ul li {
        font-size: 12px;
    }

}

/*=========================================
    Why Choose Us + Company Info
=========================================*/

@media (max-width:1200px) {

    .why-us {
        padding: 90px 0;
    }

    .why-content {
        padding: 45px;
    }

    .why-content h2 {
        font-size: 32px;
    }

    .why-image {
        height: 560px;
    }

    .company-info {
        margin-top: -70px;
    }

    .company-card {
        padding: 35px;
    }

    .info-box {
        padding: 50px 35px;
    }

    .info-box h3 {
        font-size: 30px;
    }

}

/*==============================
992px
==============================*/

@media (max-width:992px) {

    .why-us {
        padding: 80px 0;
    }

    .why-content {
        padding: 35px;
    }

    .why-content h2 {
        font-size: 28px;
        text-align: center;
    }

    .why-content p {
        font-size: 15px;
    }

    .why-content ul li {
        font-size: 16px;
    }

    .why-image {
        height: 450px;
        margin-top: 30px;
    }

    .leaf-bg {
        width: 90px;
    }

    .company-info {
        margin-top: 0;
        padding: 70px 0;
    }

    .company-card {
        margin: 0;
        height: auto;
        padding: 35px;
    }

    .info-box {
        padding: 40px 25px;
    }

    .info-box h3 {
        font-size: 28px;
    }

}

/*==============================
768px
==============================*/

@media (max-width:768px) {

    .why-us {
        padding: 70px 0;
    }

    .why-content {
        padding: 30px 25px;
    }

    .why-content h2 {
        font-size: 26px;
    }

    .why-content p {
        text-align: center;
        line-height: 1.8;
    }

    .why-content ul {
        padding-left: 20px;
    }

    .why-content ul li {
        font-size: 15px;
    }

    .why-image {
        height: 380px;
    }

    .leaf-bg {
        display: none;
    }

    .company-card {
        text-align: center;
        padding: 30px 25px;
    }

    .company-card h2 {
        font-size: 24px;
    }

    .company-card p {
        font-size: 15px;
    }

    .work-btn {
        width: 100%;
        text-align: center;
    }

    .info-box {
        text-align: center;
        padding: 35px 20px;
    }

    .info-box h3 {
        font-size: 24px;
    }

    .info-box p {
        font-size: 15px;
    }

}

/*==============================
576px
==============================*/

@media (max-width:576px) {

    .why-us {
        padding: 60px 0;
    }

    .why-content {
        padding: 25px 20px;
    }

    .why-content h2 {
        font-size: 23px;
    }

    .why-content p {
        font-size: 14px;
    }

    .why-content ul li {
        font-size: 14px;
    }

    .why-image {
        height: 320px;
    }

    .company-info {
        padding: 60px 0;
    }

    .company-card {
        padding: 25px 20px;
    }

    .company-card h2 {
        font-size: 22px;
    }

    .company-card p {
        font-size: 14px;
    }

    .work-btn {
        width: 100%;
        padding: 12px;
    }

    .info-box {
        padding: 30px 18px;
    }

    .info-box h3 {
        font-size: 22px;
    }

    .info-box p {
        font-size: 14px;
    }

}

/*==============================
400px
==============================*/

@media (max-width:400px) {

    .why-content {
        padding: 20px 18px;
    }

    .why-content h2 {
        font-size: 20px;
    }

    .why-image {
        height: 260px;
    }

    .company-card {
        padding: 20px 18px;
    }

    .company-card h2 {
        font-size: 20px;
    }

    .work-btn {
        font-size: 14px;
    }

    .info-box h3 {
        font-size: 20px;
    }

}

/*==============================
320px
==============================*/

@media (max-width:320px) {

    .why-content h2 {
        font-size: 18px;
    }

    .why-content p {
        font-size: 13px;
    }

    .why-content ul li {
        font-size: 13px;
    }

    .why-image {
        height: 220px;
    }

    .company-card h2 {
        font-size: 18px;
    }

    .company-card p {
        font-size: 13px;
    }

    .work-btn {
        font-size: 13px;
        padding: 10px;
    }

    .info-box {
        padding: 25px 15px;
    }

    .info-box h3 {
        font-size: 18px;
    }

    .info-box p {
        font-size: 13px;
    }

}

/*==============================
200px
==============================*/

@media (max-width:240px) {

    .why-content {
        padding: 15px 10px;
    }

    .why-content h2 {
        font-size: 16px;
    }

    .why-content p,
    .why-content ul li {
        font-size: 11px;
    }

    .why-image {
        height: 160px;
    }

    .company-card {
        padding: 15px 10px;
    }

    .company-card h2 {
        font-size: 16px;
    }

    .company-card p {
        font-size: 11px;
    }

    .work-btn {
        font-size: 11px;
        padding: 8px;
    }

    .info-box h3 {
        font-size: 16px;
    }

    .info-box p {
        font-size: 11px;
    }

}

/*=========================================
    Works + Testimonial + Quote
=========================================*/

@media (max-width:1200px) {

    .works-section {
        margin-top: -120px;
    }

    .works-title {
        font-size: 38px;
    }

    .client-image img {
        height: 300px;
    }

    .client-overlay h2 {
        font-size: 34px;
    }

    .testimonial-box {
        min-height: 650px;
        padding: 60px;
    }

    .quote-box {
        width: 90%;
    }

    .quote-box p {
        font-size: 17px;
    }

}

@media (max-width:992px) {

    .works-section {
        margin-top: 0;
        padding: 70px 0;
    }

    .works-title {
        font-size: 34px;
        text-align: center;
        margin-bottom: 40px;
    }

    /* Left Card */

    .client-card {
        margin-bottom: 35px;
    }

    .client-image img {
        height: 280px;
    }

    .client-overlay {
        left: 25px;
    }

    .client-overlay h2 {
        font-size: 30px;
    }

    .client-content {
        padding: 35px;
    }

    .contact-btn {
        width: 100%;
        text-align: center;
    }

    /* Testimonial */

    .testimonial-box {
        min-height: auto;
        padding: 50px 35px;
    }

    .icon {
        width: 90px;
        height: 90px;
        font-size: 34px;
    }

    .stars {
        margin: 35px 0 15px;
    }

    .testimonial-box h3 {
        font-size: 25px;
    }

    .quote-box {
        width: 100%;
    }

}

@media (max-width:768px) {

    .works-title {
        font-size: 30px;
    }

    .client-image img {
        height: 240px;
    }

    .client-overlay h2 {
        font-size: 26px;
    }

    .client-content {
        padding: 30px 25px;
        text-align: center;
    }

    .client-content h4 {
        font-size: 18px;
    }

    .client-content p {
        font-size: 15px;
    }

    .contact-btn {
        width: 100%;
    }

    /* Testimonial */

    .testimonial-box {
        padding: 40px 25px;
        text-align: center;
    }

    .icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
    }

    .testimonial-box h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .quote-box {
        padding: 25px;
    }

    .quote-icon {
        position: static;
        display: block;
        margin-bottom: 15px;
    }

    .quote-box p {
        margin-left: 0;
        font-size: 16px;
    }

    /* Quote Section */

    .quote-section {
        padding: 70px 0;
    }

    .quote-image {
        margin-bottom: 35px;
    }

}

@media (max-width:576px) {

    .works-section {
        padding: 60px 0;
    }

    .works-title {
        font-size: 26px;
    }

    .client-image img {
        height: 220px;
    }

    .client-overlay {
        left: 18px;
    }

    .client-overlay h2 {
        font-size: 22px;
    }

    .client-content {
        padding: 25px 20px;
    }

    .client-content p {
        font-size: 14px;
    }

    .contact-btn {
        padding: 12px;
    }

    /* Testimonial */

    .testimonial-box {
        padding: 30px 20px;
    }

    .icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }

    .stars i {
        font-size: 18px;
    }

    .testimonial-box h3 {
        font-size: 20px;
    }

    .quote-box {
        padding: 20px;
    }

    .quote-box p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Quote Form */

    .custom-input,
    .form-select {
        height: 48px;
        font-size: 15px;
    }

    .custom-textarea {
        font-size: 15px;
    }

    .quote-btn {
        width: 100%;
    }

}

@media (max-width:400px) {

    .works-title {
        font-size: 23px;
    }

    .client-image img {
        height: 180px;
    }

    .client-overlay h2 {
        font-size: 18px;
    }

    .client-content {
        padding: 20px 16px;
    }

    .client-content h4 {
        font-size: 17px;
    }

    .client-content p {
        font-size: 13px;
    }

    .testimonial-box {
        padding: 25px 15px;
    }

    .icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .testimonial-box h3 {
        font-size: 18px;
    }

    .quote-box {
        padding: 18px;
    }

    .quote-box p {
        font-size: 14px;
    }

}

@media (max-width:320px) {

    .works-title {
        font-size: 20px;
    }

    .client-image img {
        height: 150px;
    }

    .client-overlay h2 {
        font-size: 16px;
    }

    .client-content h4 {
        font-size: 16px;
    }

    .client-content p {
        font-size: 12px;
    }

    .contact-btn {
        font-size: 13px;
    }

    .testimonial-box {
        padding: 20px 12px;
    }

    .icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .stars i {
        font-size: 16px;
    }

    .testimonial-box h3 {
        font-size: 17px;
    }

    .quote-box {
        padding: 15px;
    }

    .quote-box p {
        font-size: 13px;
    }

    .custom-input,
    .form-select,
    .custom-textarea {
        font-size: 14px;
    }

    .quote-btn {
        font-size: 14px;
    }

}

@media (max-width:240px) {

    .works-title {
        font-size: 16px;
    }

    .client-image img {
        height: 120px;
    }

    .client-overlay h2 {
        font-size: 13px;
    }

    .client-content h4 {
        font-size: 14px;
    }

    .client-content p {
        font-size: 11px;
    }

    .contact-btn {
        padding: 8px;
        font-size: 11px;
    }

    .testimonial-box {
        padding: 15px 8px;
    }

    .icon {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .testimonial-box h3 {
        font-size: 14px;
    }

    .quote-box {
        padding: 10px;
    }

    .quote-box p {
        font-size: 11px;
    }

    .custom-input,
    .form-select {
        height: 40px;
        font-size: 11px;
    }

    .custom-textarea {
        font-size: 11px;
    }

    .quote-btn {
        padding: 10px;
        font-size: 11px;
    }

}