.testimonial-wrap .testimonial-content-wrap {
    background: #ffffff;
    padding: 20px 20px;
    padding-bottom: 20px;
    font-size: 16px!important;
}

.x-twitter-menu-icon {
    max-width: 40px;
    margin: 20px 20px 20px 0;
}

.single-testimonial p {
     margin-top: 0;
     margin-bottom: 0;
}

.section-title .title {
    font-size: 25px;
}
.header-menu .main-menu li {
    padding: 30px 10px;
}

.header-menu .main-menu li a {
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.section-padding-02 {
    padding-top: 20px;
}

.section-padding {
    padding-bottom: 80px;
}

.section-title .sub-title {
    font-size: 30px;
}

.techwix-service-section-04 .service-top .experience-wrap .experience span {
    text-transform: none;
}

.header-logo a img,.offcanvas-logo a img {
    width: 300px;
}

.techwix-about-section-07 p, .techwix-choose-us-section p, .techwix-service-section-06 p, .service-item-05 .service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.techwix-about-section-07 .about-content-wrap .text-less-margin-top, .text-less-margin-top {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px!important;
}

.primary-blue {
   color: #41b6e6;
}
.choose-us-item .choose-us-img a::before {
    background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgb(65 182 230) 78%);
}

.img-border-radius {
    border-radius: 10px;
}

.no-padding-left {
    padding-left: 0!important;
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    /* Styles */
}

/* Small laptops/desktops ----------- */
@media only screen
and (min-width: 1024px) {
    /* Styles */
    .hero-text {
        font-size: 100px!important;
    }
}

/* Larger laptops/desktops ----------- */
@media only screen
and (min-width: 1200px) {
    /* Styles */
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width: 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-device-width: 321px) {
    /* Styles */
    /*.header-logo a img {*/
    /*    width: 200px!important;*/
    /*}*/
    /*.offcanvas-logo a img {*/
    /*    width: 200px!important;*/
    /*}*/
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-device-width: 430px) {
    /* Styles */
    .header-logo a img {
        width: 200px!important;
    }
    .offcanvas-logo a img {
        width: 200px!important;
    }
}
